summaryrefslogtreecommitdiff
path: root/libguile/debug.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-24(scm_make_memoized): Restore use of SCM_UNPACK.Neil Jerram1-1/+1
2005-03-23(scm_make_memoized): Remove unnecessary criticalNeil Jerram1-6/+1
2005-03-07(scm_debug_options): Replace SCM_CRITICAL_SECTION_START/END with aMarius Vollmer1-2/+7
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-7/+7
2004-09-22*** empty log message ***Marius Vollmer1-6/+6
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-2/+2
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-6/+6
2004-06-27 * backtrace.c (display_expression, display_frame): CallDirk Herrmann1-14/+7
2004-06-06 * list.[ch] (scm_i_finite_list_copy): New internal function toDirk Herrmann1-8/+14
2004-03-28* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT.Han-Wen Nienhuys1-1/+1
2003-06-04 * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann1-23/+0
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+11
2003-02-05* debug.c (scm_procedure_source): Handle all objects for whichMikael Djurfeldt1-3/+22
2002-11-17* debug.c (scm_make_iloc): Added missing "return".Mikael Djurfeldt1-2/+4
2002-11-16* eval.h (SCM_MAKE_ILOC): New macro.Dirk Herrmann1-4/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-10/+10
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-6/+1
2002-03-15Change 3 instances of @var to @code in docstrings.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-1/+1
2002-01-10* procs.h (SCM_CLOSURE_BODY): New Macro.Dirk Herrmann1-2/+2
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-7/+1
2001-10-12* debug.c (scm_mem_to_proc): Fixed typo in previous change.Mikael Djurfeldt1-1/+1
2001-10-11* debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.Dirk Herrmann1-8/+8
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-39/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-5/+5
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-05-28* strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin1-5/+5
2001-05-24* validate.hMichael Livshin1-20/+20
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-26/+22
2001-04-19* Some simplification, basically a postscriptum to the previous patch.Dirk Herrmann1-9/+8
2001-04-19* Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann1-1/+1
2001-03-30* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann1-5/+4
2001-03-17* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subrDirk Herrmann1-8/+9
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-03-04* Eliminate another couple of calls to scm_wta.Dirk Herrmann1-4/+4
2001-02-16(scm_with_traps, scm_memoized_p, scm_make_gloc, scm_gloc_p,Martin Grabmüller1-17/+24
2000-12-11* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann1-6/+4
2000-12-08Smob-related creanup.Keisuke Nishida1-9/+9
2000-11-25 * use an applicable SMOB to represent continuations, instead of aGary Houston1-2/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-11* debug.c (scm_local_eval): Use scm_i_eval and scm_i_eval_x.Mikael Djurfeldt1-4/+4
2000-06-30* debug.c: Added #include fluids.h.Mikael Djurfeldt1-0/+1
2000-06-21(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt1-2/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-23/+23
2000-04-07Some SCM/scm_bits_t type strictness fixes.Dirk Herrmann1-2/+2