summaryrefslogtreecommitdiff
path: root/libguile/guardians.c
Commit message (Expand)AuthorAgeFilesLines
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros2000-02-141-2/+1
* * sort.c: typo in comment fixed.Greg J. Badros2000-01-261-1/+10
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-1/+1
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-4/+4
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-5/+11
* * guardians.c (scm_guardian_zombify): Separate scanning forJim Blandy1999-07-191-36/+11
* * guardians.c (scm_guardian_zombify): Don't set marks manually ---Jim Blandy1999-07-191-12/+33
* Greg's smob patchMikael Djurfeldt1999-07-071-21/+4
* * guardians.c (guardian_t): `next' - new field to be used forJim Blandy1999-06-191-31/+17
* * fluids.c, guardians.c, srcprop.c, threads.c: Added #includeMikael Djurfeldt1999-05-231-0/+1
* * guardians.c, guardians.h (scm_make_guardian,Mikael Djurfeldt1998-12-231-0/+297