Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check
[bpt/guile.git] / libguile / debug.c
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-01 Ludovic CourtèsRemove "compiled closures" ("cclos") in favor of a...
2009-02-02 Andy Wingotick in calls, procedure-name works on compiled procedures
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-02 Andy WingoFix compilation #ifndef STACK_CHECKING.
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2007-01-19 Han-Wen Nienhuys* readline.c: terminate option list with NULL.
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-24 Neil Jerram(scm_make_memoized): Restore use of SCM_UNPACK.
2005-03-23 Neil Jerram(scm_make_memoized): Remove unnecessary critical
2005-03-07 Marius Vollmer(scm_debug_options): Replace SCM_CRITICAL_SECTION_START...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-09-22 Marius Vollmer*** empty log message ***
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-06-27 Dirk Herrmann * backtrace.c (display_expression, display_frame)...
2004-06-06 Dirk Herrmann * list.[ch] (scm_i_finite_list_copy): New internal...
2004-03-28 Han-Wen Nienhuys* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC...
2003-06-04 Dirk Herrmann * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-05 Mikael Djurfeldt* debug.c (scm_procedure_source): Handle all objects...
2002-11-17 Mikael Djurfeldt* debug.c (scm_make_iloc): Added missing "return".
2002-11-16 Dirk Herrmann* eval.h (SCM_MAKE_ILOC): New macro.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-06-30 Dirk Herrmann* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options...
2002-03-15 Neil JerramChange 3 instances of @var to @code in docstrings.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-01-10 Dirk Herrmann* procs.h (SCM_CLOSURE_BODY): New Macro.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-10-12 Mikael Djurfeldt* debug.c (scm_mem_to_proc): Fixed typo in previous...
2001-10-11 Dirk Herrmann* debug.c (scm_make_iloc): Prefer !SCM_<foo> over...
2001-07-26 Marius Vollmer* tags.h: Update tag system docs.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-19 Dirk Herrmann* Some simplification, basically a postscriptum to...
2001-04-19 Dirk Herrmann* Fixed scm_thunk_p's results when applied to closures.
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-17 Dirk Herrmann* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-02-16 Martin Grabmüller(scm_with_traps, scm_memoized_p, scm_make_gloc, scm_gloc_p,
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-08-11 Mikael Djurfeldt* debug.c (scm_local_eval): Use scm_i_eval and scm_i_ev...
2000-06-30 Mikael Djurfeldt* debug.c: Added #include fluids.h.
2000-06-21 Mikael Djurfeldt(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-07 Dirk HerrmannSome SCM/scm_bits_t type strictness fixes.
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-31 Dirk HerrmannSome more SCM/scm_bits_t and SCM-is-union issues.
2000-03-19 Mikael Djurfeldt* debug.c: Added #include "root.h". (Thanks to Thien...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* guile-func-name-check.in: Added this script to static...
2000-01-07 Greg J. Badros* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_ran...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
2000-01-03 Greg J. Badros* dynl-vms.c, debug.c, coop-threads.c, backtrace.c...
next