Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / guardians.c
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Ludovic CourtesAllow guardians to be GC'd before the objects they...
2008-09-05 Ludovic CourtesFixed use of finalizers for guardians and SMOBs (undoes...
2008-09-05 Ludovic CourtesGeneralized BGC's finalizer mechanism. Use it in ...
2008-09-04 Ludovic CourtesFirst stab at the guardian implementation. Works fine...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-07-31 Marius Vollmer* gc-mark.c (scm_mark_all): Do not rely on hooks to...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-24 Neil JerramCritical section review
2005-03-07 Marius VollmerInclude "libguile/async.h" for SCM_CRITICAL_SECTION_STA...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-22 Marius Vollmer*** empty log message ***
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-05-15 Dirk Herrmann * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-08-04 Han-Wen Nienhuysnew gc
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-11 Neil Jerram* Documentation work.
2001-09-13 Dirk Herrmann* Some renamings and minor fixes.
2001-09-13 Dirk Herrmann* Simplified handling of static glocal SCM variable.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-24 Michael Livshin* validate.h
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-02-23 Neil Jerram* Minor docstring updates.
2001-01-04 Michael Livshin * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P,
2000-12-30 Michael Livshin* guardians.c (guardian_print): for sharing guardians...
2000-12-29 Michael Livshin * weaks.c (scm_scan_weak_vectors): move the calculatio...
2000-12-28 Michael Livshin* guardians.c (mark_dependencies_in_tconc): new function.
2000-12-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-05 Dirk Herrmann* Changed guardian representation to applicable smob.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-08-25 Neil Jerram* Docstring fixes.
2000-04-21 Mikael Djurfeldt* guardians.c (scm_guardian_gc_init): Turned into a...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Michael Livshin* guardians.c (scm_guardian_zombify): mark all zombies...
2000-04-02 Gary Houston * guardians.c (TCONC_IN, scm_make_guardian): set the...
2000-03-31 Dirk HerrmannUse SCM_EQ_P to compare scheme objects, use SCM_CELL_WO...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-26 Greg J. Badros* sort.c: typo in comment fixed.
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-07-19 Jim Blandy* guardians.c (scm_guardian_zombify): Separate scanning for
1999-07-19 Jim Blandy* guardians.c (scm_guardian_zombify): Don't set marks...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-19 Jim Blandy* guardians.c (guardian_t): `next' - new field to be...
1999-05-23 Mikael Djurfeldt* fluids.c, guardians.c, srcprop.c, threads.c: Added...
1998-12-23 Mikael Djurfeldt* guardians.c, guardians.h (scm_make_guardian,