summaryrefslogtreecommitdiff
path: root/libguile/gc-mark.c
Commit message (Expand)AuthorAgeFilesLines
* Removed useless files; beautified `libguile/Makefile.am'....Ludovic Courtes2008-09-051-511/+0
* (scm_mark_all): Fix c99-isms "loops" and "again" variables.Kevin Ryde2006-02-031-3/+4
* (scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès.Kevin Ryde2005-11-261-1/+1
* * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak...Marius Vollmer2005-07-311-62/+55
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Reverted changed from 2005/01/24 19:14:54, which was a commit to the...Marius Vollmer2005-01-241-9/+7
* Threading changes.Marius Vollmer2005-01-241-7/+9
* Use new vector elements API or simple vector API, as appropriate....Marius Vollmer2005-01-021-8/+9
* Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer2004-11-091-4/+0
* Do no longer handle old-style uniform vectors.Marius Vollmer2004-11-021-9/+0
* * print.c (iprin1): Removed code for scm_tc7_byvect....Marius Vollmer2004-10-271-1/+0
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* (SCM_MARK_BACKING_STORE): Removed, it was unused.Marius Vollmer2004-09-201-16/+0
* * gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect...Marius Vollmer2004-08-191-6/+12
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-1/+1
* * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT....Han-Wen Nienhuys2004-03-281-1/+1
* * print.c (scm_iprin1): Handle fractions....Marius Vollmer2003-11-181-0/+6
* This set of patches introduces a new tc7 code scm_tc7_number for...Dirk Herrmann2003-09-181-4/+3
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* *** empty log message ***Rob Browning2003-04-041-4/+2
* * gc-mark.c: fix various preprocessor usages of new public...Rob Browning2003-03-271-1/+1
* * gc-mark.c: #include <config.h> if HAVE_CONFIG_H. Rename usage...Rob Browning2003-03-251-2/+6
* * hooks.c (scm_c_hook_add): Fixed bug in append mode....Mikael Djurfeldt2003-02-191-5/+5
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define when...Marius Vollmer2002-11-031-30/+0
* * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print...Han-Wen Nienhuys2002-08-081-4/+14
* * gc.h: add scm_debug_cells_gc_interval to public interface...Han-Wen Nienhuys2002-08-081-9/+13
* remove GC bits documentation from the tags table.Han-Wen Nienhuys2002-08-051-4/+15
* more codeHan-Wen Nienhuys2002-08-041-0/+562