Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Removed useless files; beautified `libguile/Makefile.am'. | Ludovic Courtes | 1 | -511/+0 |
2006-02-03 | (scm_mark_all): Fix c99-isms "loops" and "again" variables. | Kevin Ryde | 1 | -3/+4 |
2005-11-26 | (scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès. | Kevin Ryde | 1 | -1/+1 |
2005-07-31 | * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak | Marius Vollmer | 1 | -62/+55 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -9/+7 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -7/+9 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -8/+9 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -4/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -9/+0 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-09-20 | (SCM_MARK_BACKING_STORE): Removed, it was unused. | Marius Vollmer | 1 | -16/+0 |
2004-08-19 | * gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect | Marius Vollmer | 1 | -6/+12 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-03-28 | * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT. | Han-Wen Nienhuys | 1 | -1/+1 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+6 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -4/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-04-04 | *** empty log message *** | Rob Browning | 1 | -4/+2 |
2003-03-27 | * gc-mark.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * gc-mark.c: #include <config.h> if HAVE_CONFIG_H. Rename usage | Rob Browning | 1 | -2/+6 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -5/+5 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -30/+0 |
2002-08-08 | * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print | Han-Wen Nienhuys | 1 | -4/+14 |
2002-08-08 | * gc.h: add scm_debug_cells_gc_interval to public interface | Han-Wen Nienhuys | 1 | -9/+13 |
2002-08-05 | remove GC bits documentation from the tags table. | Han-Wen Nienhuys | 1 | -4/+15 |
2002-08-04 | more code | Han-Wen Nienhuys | 1 | -0/+562 |