Age | Commit message (Expand) | Author | Files | Lines |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -2/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -1/+1 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -1/+1 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-18 | * procs.c (scm_procedure_documentation): Removed redundant | Dirk Herrmann | 1 | -4/+4 |
2002-08-08 | * gc.h: add scm_debug_cells_gc_interval to public interface | Han-Wen Nienhuys | 1 | -1/+1 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -5/+5 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -7/+5 |
2002-01-10 | * procs.h (SCM_CLOSURE_BODY): New Macro. | Dirk Herrmann | 1 | -1/+1 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -18/+5 |
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 |