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