summaryrefslogtreecommitdiff
path: root/libguile/debug.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-2/+2
2000-03-31Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann1-7/+7
2000-03-19* debug.c: Added #include "root.h". (Thanks to Thien-Thi Nguyen.)Mikael Djurfeldt1-0/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-12*** empty log message ***Mikael Djurfeldt1-1/+1
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-1/+1
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-2/+2
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-6/+6
2000-01-11* guile-func-name-check.in: Added this script to statically checkGreg J. Badros1-1/+1
2000-01-07* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-11/+11
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-18/+18
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-2/+2
2000-01-03* dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: MoreGreg J. Badros1-6/+3
1999-12-18* debug.c (scm_reverse_lookup): Bugfix: Reinserted SCM_NIMP.Mikael Djurfeldt1-1/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-7/+7
1999-12-14* backtrace.c (scm_set_print_params_x): Renamed fromGreg J. Badros1-10/+4
1999-12-14* guile-doc-snarf.awk: Removed.Mikael Djurfeldt1-6/+6
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-1/+4
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-7/+2