summaryrefslogtreecommitdiff
path: root/libguile/debug.c
Commit message (Expand)AuthorAgeFilesLines
...
| * no hard-coded stack limitations if the user has getrlimitAndy Wingo2009-04-031-14/+4
| * getrlimit-based stack limitsAndy Wingo2009-03-271-0/+36
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-221-18/+10
|\ \ | |/
| * Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo2009-03-171-7/+1
| |\
| * | tick in calls, procedure-name works on compiled proceduresAndy Wingo2009-02-021-0/+3
| * | Merge commit 'origin/master' into vmAndy Wingo2008-09-301-1/+4
| |\ \
| * | | actually compile start-stack to something usefulAndy Wingo2008-09-261-18/+5
| * | | Fix compilation #ifndef STACK_CHECKING.Andy Wingo2008-09-021-0/+2
* | | | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-081-7/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-021-7/+1
| | |/ | |/|
* | | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+4
|\ \ \ | |/ /
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
| |/
* | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès2008-09-101-4/+7
|\ \ | |/
| * * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-1/+4
| * * readline.c: terminate option list with NULL.Han-Wen Nienhuys2007-01-191-3/+3
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-1/+0
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-3/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_make_memoized): Restore use of SCM_UNPACK.Neil Jerram2005-03-241-1/+1
* (scm_make_memoized): Remove unnecessary criticalNeil Jerram2005-03-231-6/+1
* (scm_debug_options): Replace SCM_CRITICAL_SECTION_START/END with aMarius Vollmer2005-03-071-2/+7
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-7/+7
* *** empty log message ***Marius Vollmer2004-09-221-6/+6
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-6/+6
* * backtrace.c (display_expression, display_frame): CallDirk Herrmann2004-06-271-14/+7
* * list.[ch] (scm_i_finite_list_copy): New internal function toDirk Herrmann2004-06-061-8/+14
* * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT.Han-Wen Nienhuys2004-03-281-1/+1
* * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann2003-06-041-23/+0
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* * debug.c (scm_procedure_source): Handle all objects for whichMikael Djurfeldt2003-02-051-3/+22
* * debug.c (scm_make_iloc): Added missing "return".Mikael Djurfeldt2002-11-171-2/+4
* * eval.h (SCM_MAKE_ILOC): New macro.Dirk Herrmann2002-11-161-4/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-10/+10
* * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann2002-06-301-6/+1
* Change 3 instances of @var to @code in docstrings.Neil Jerram2002-03-151-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-1/+1
* * procs.h (SCM_CLOSURE_BODY): New Macro.Dirk Herrmann2002-01-101-2/+2
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-7/+1
* * debug.c (scm_mem_to_proc): Fixed typo in previous change.Mikael Djurfeldt2001-10-121-1/+1
* * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.Dirk Herrmann2001-10-111-8/+8
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-39/+2
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-5/+5
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* * strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin2001-05-281-5/+5
* * validate.hMichael Livshin2001-05-241-20/+20