Age | Commit message (Expand) | Author | Files | Lines |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -36/+0 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -6/+6 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -10/+10 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -16/+16 |
2001-05-21 | (scm_make_subr_with_generic): Add missing last argument | Marius Vollmer | 1 | -1/+1 |
2001-05-20 | (scm_c_make_subr, scm_c_define_subr, | Marius Vollmer | 1 | -21/+58 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -10/+7 |
2001-05-09 | * procs.c: Increased `scm_subr_table_room' to 800 because Guile now | Martin Grabmüller | 1 | -1/+4 |
2001-04-19 | * Fixed scm_thunk_p's results when applied to closures. | Dirk Herrmann | 1 | -4/+3 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+1 |
2001-02-16 | (scm_make_cclo, scm_procedure_p, scm_closure_p, scm_thunk_p, | Martin Grabmüller | 1 | -9/+13 |
2000-12-28 | * Re-introduces the unused member "documentation" of struct scm_subr_entry. | Dirk Herrmann | 1 | -0/+3 |
2000-12-23 | * Removed unused member "properties" from struct scm_subr_entry. | Dirk Herrmann | 1 | -3/+0 |
2000-12-22 | * Removed unused member "documentation" from struct scm_subr_entry. | Dirk Herrmann | 1 | -5/+11 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -1/+1 |
2000-11-25 | * use an applicable SMOB to represent continuations, instead of a | Gary Houston | 1 | -3/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-09-26 | * Don't use string or vector macros when accessing compiled closures. | Dirk Herrmann | 1 | -5/+9 |
2000-08-25 | * smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'. | Keisuke Nishida | 1 | -0/+3 |
2000-06-12 | Added comment | Mikael Djurfeldt | 1 | -1/+1 |
2000-06-05 | * Don't assign to SCM_SUBRF, use new SCM_SET_SUBRF macro instead. | Dirk Herrmann | 1 | -1/+1 |
2000-06-05 | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 1 | -2/+3 |
2000-04-25 | * Remove function scm_init_iprocs, remove struct scm_iproc and simplify | Dirk Herrmann | 1 | -10/+0 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -7/+7 |
2000-04-19 | * procs.c (scm_make_subr_opt): Tell scm_must_realloc that we're | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -2/+2 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -3/+3 |
2000-03-24 | Added a set of low level macros for accessing cell entries. | Dirk Herrmann | 1 | -2/+2 |
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 strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-14 | * procs.c, procs.h: changed the procedure-with-setter representation | Mikael Djurfeldt | 1 | -6/+7 |
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 | -7/+7 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -6/+6 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -8/+8 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -2/+2 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -1/+4 |
1999-12-13 | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1 | -3/+3 |
1999-12-12 | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -70/+57 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |
1999-09-09 | * procs.c (scm_setter): Signal WTA if handed an entity or operator | Mikael Djurfeldt | 1 | -3/+7 |
1999-08-31 | * procs.c (scm_make_subr_opt): Fix typo. Remember to multiple | Jim Blandy | 1 | -6/+7 |
1999-08-29 | * procs.c (scm_setter): Converted to use generic dispatch. | Mikael Djurfeldt | 1 | -4/+5 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -11/+92 |
1999-03-11 | * eval.c, procs.c, procs.h, procprop.c: Renamed getter -> | Mikael Djurfeldt | 1 | -15/+88 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -3/+3 |