| Commit message (Expand) | Author | Age | Files | Lines |
* | new gc | Han-Wen Nienhuys | 2002-08-04 | 1 | -6/+6 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 2002-02-11 | 1 | -3/+3 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 2001-11-25 | 1 | -2/+1 |
* | * Documentation work. | Neil Jerram | 2001-11-11 | 1 | -1/+1 |
* | * Some renamings and minor fixes. | Dirk Herrmann | 2001-09-13 | 1 | -39/+36 |
* | * Simplified handling of static glocal SCM variable. | Dirk Herrmann | 2001-09-13 | 1 | -8/+7 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 2001-06-28 | 1 | -3/+4 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -1/+1 |
* | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 2001-06-07 | 1 | -4/+10 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -1/+1 |
* | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 2001-03-30 | 1 | -4/+4 |
* | * Minor docstring updates. | Neil Jerram | 2001-02-23 | 1 | -7/+7 |
* | * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P, | Michael Livshin | 2001-01-04 | 1 | -57/+164 |
* | * guardians.c (guardian_print): for sharing guardians, print that | Michael Livshin | 2000-12-30 | 1 | -7/+17 |
* | * weaks.c (scm_scan_weak_vectors): move the calculation of the | Michael Livshin | 2000-12-29 | 1 | -14/+13 |
* | * guardians.c (mark_dependencies_in_tconc): new function. | Michael Livshin | 2000-12-28 | 1 | -4/+11 |
* | * gc.c: (scm_gc_mark_dependencies): new function. like | Michael Livshin | 2000-12-23 | 1 | -87/+256 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -1/+1 |
* | * Changed guardian representation to applicable smob. | Dirk Herrmann | 2000-12-05 | 1 | -79/+83 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Docstring fixes. | Neil Jerram | 2000-08-25 | 1 | -1/+1 |
* | * guardians.c (scm_guardian_gc_init): Turned into a hook function | Mikael Djurfeldt | 2000-04-21 | 1 | -3/+10 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -8/+8 |
* | * guardians.c (scm_guardian_zombify): mark all zombies in a | Michael Livshin | 2000-04-03 | 1 | -53/+64 |
* | * guardians.c (TCONC_IN, scm_make_guardian): set the CDR of the | Gary Houston | 2000-04-02 | 1 | -76/+118 |
* | Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data. | Dirk Herrmann | 2000-03-31 | 1 | -3/+3 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include ports.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Removed empty file genio.h and references to it. | Dirk Herrmann | 2000-03-17 | 1 | -1/+0 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c, | Greg J. Badros | 2000-02-14 | 1 | -2/+1 |
* | * sort.c: typo in comment fixed. | Greg J. Badros | 2000-01-26 | 1 | -1/+10 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -1/+1 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1999-12-16 | 1 | -4/+4 |
* | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1999-12-12 | 1 | -5/+11 |
* | * guardians.c (scm_guardian_zombify): Separate scanning for | Jim Blandy | 1999-07-19 | 1 | -36/+11 |
* | * guardians.c (scm_guardian_zombify): Don't set marks manually --- | Jim Blandy | 1999-07-19 | 1 | -12/+33 |
* | Greg's smob patch | Mikael Djurfeldt | 1999-07-07 | 1 | -21/+4 |
* | * guardians.c (guardian_t): `next' - new field to be used for | Jim Blandy | 1999-06-19 | 1 | -31/+17 |
* | * fluids.c, guardians.c, srcprop.c, threads.c: Added #include | Mikael Djurfeldt | 1999-05-23 | 1 | -0/+1 |
* | * guardians.c, guardians.h (scm_make_guardian, | Mikael Djurfeldt | 1998-12-23 | 1 | -0/+297 |