Age | Commit message (Expand) | Author | Files | Lines |
2001-10-12 | * debug.c (scm_mem_to_proc): Fixed typo in previous change. | Mikael Djurfeldt | 1 | -1/+1 |
2001-10-11 | * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>. | Dirk Herrmann | 1 | -8/+8 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -39/+2 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -5/+5 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+1 |
2001-05-28 | * strop.c (s_scm_string_capitalize_x): fix docstring quoting. | Michael Livshin | 1 | -5/+5 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -20/+20 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -26/+22 |
2001-04-19 | * Some simplification, basically a postscriptum to the previous patch. | Dirk Herrmann | 1 | -9/+8 |
2001-04-19 | * Fixed scm_thunk_p's results when applied to closures. | Dirk Herrmann | 1 | -1/+1 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -5/+4 |
2001-03-17 | * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr | Dirk Herrmann | 1 | -8/+9 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-04 | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 1 | -4/+4 |
2001-02-16 | (scm_with_traps, scm_memoized_p, scm_make_gloc, scm_gloc_p, | Martin Grabmüller | 1 | -17/+24 |
2000-12-11 | * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern... | Dirk Herrmann | 1 | -6/+4 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -9/+9 |
2000-11-25 | * use an applicable SMOB to represent continuations, instead of a | Gary Houston | 1 | -2/+0 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-08-11 | * debug.c (scm_local_eval): Use scm_i_eval and scm_i_eval_x. | Mikael Djurfeldt | 1 | -4/+4 |
2000-06-30 | * debug.c: Added #include fluids.h. | Mikael Djurfeldt | 1 | -0/+1 |
2000-06-21 | (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces | Mikael Djurfeldt | 1 | -2/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -23/+23 |
2000-04-07 | Some SCM/scm_bits_t type strictness fixes. | Dirk Herrmann | 1 | -2/+2 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -2/+2 |
2000-03-31 | Some more SCM/scm_bits_t and SCM-is-union issues. | Dirk Herrmann | 1 | -7/+7 |
2000-03-19 | * debug.c: Added #include "root.h". (Thanks to Thien-Thi Nguyen.) | Mikael Djurfeldt | 1 | -0/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -2/+2 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -6/+6 |
2000-01-11 | * guile-func-name-check.in: Added this script to statically check | Greg J. Badros | 1 | -1/+1 |
2000-01-07 | * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to | Greg J. Badros | 1 | -1/+1 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -11/+11 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -18/+18 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -2/+2 |
2000-01-03 | * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More | Greg J. Badros | 1 | -6/+3 |
1999-12-18 | * debug.c (scm_reverse_lookup): Bugfix: Reinserted SCM_NIMP. | Mikael Djurfeldt | 1 | -1/+1 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -7/+7 |
1999-12-14 | * backtrace.c (scm_set_print_params_x): Renamed from | Greg J. Badros | 1 | -10/+4 |
1999-12-14 | * guile-doc-snarf.awk: Removed. | Mikael Djurfeldt | 1 | -6/+6 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -1/+4 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -7/+2 |