summaryrefslogtreecommitdiff
path: root/libguile/guardians.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer2005-07-311-444/+174
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Critical section reviewNeil Jerram2005-04-241-1/+6
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-14/+15
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer2004-10-221-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-3/+3
* * 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