summaryrefslogtreecommitdiff
path: root/libguile/guardians.c
Commit message (Expand)AuthorAgeFilesLines
...
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-1/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-6/+6
* * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits to makeDirk Herrmann2004-05-151-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* new gcHan-Wen Nienhuys2002-08-041-6/+6
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-3/+3
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-2/+1
* * Documentation work.Neil Jerram2001-11-111-1/+1
* * Some renamings and minor fixes.Dirk Herrmann2001-09-131-39/+36
* * Simplified handling of static glocal SCM variable.Dirk Herrmann2001-09-131-8/+7
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-3/+4
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-4/+10
* * validate.hMichael Livshin2001-05-241-1/+1
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-4/+4
* * Minor docstring updates.Neil Jerram2001-02-231-7/+7
* * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P,Michael Livshin2001-01-041-57/+164
* * guardians.c (guardian_print): for sharing guardians, print thatMichael Livshin2000-12-301-7/+17
* * weaks.c (scm_scan_weak_vectors): move the calculation of theMichael Livshin2000-12-291-14/+13
* * guardians.c (mark_dependencies_in_tconc): new function.Michael Livshin2000-12-281-4/+11
* * gc.c: (scm_gc_mark_dependencies): new function. likeMichael Livshin2000-12-231-87/+256
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* * Changed guardian representation to applicable smob.Dirk Herrmann2000-12-051-79/+83
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Docstring fixes.Neil Jerram2000-08-251-1/+1
* * guardians.c (scm_guardian_gc_init): Turned into a hook functionMikael Djurfeldt2000-04-211-3/+10
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-8/+8
* * guardians.c (scm_guardian_zombify): mark all zombies in aMichael Livshin2000-04-031-53/+64
* * guardians.c (TCONC_IN, scm_make_guardian): set the CDR of theGary Houston2000-04-021-76/+118
* Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data.Dirk Herrmann2000-03-311-3/+3
* * *.[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