summaryrefslogtreecommitdiff
path: root/libguile/weak-set.c
AgeCommit message (Expand)AuthorFilesLines
5 daysReimplement weak vectors in Scheme using ephemeronswip-whippetAndy Wingo1-2/+0
8 daysWeak sets and tables no longer vacuum after GCAndy Wingo1-33/+1
2020-03-23'resize_set' no longer allocates in a loop.Ludovic Courtès1-2/+2
2020-03-23Ensure weak sets are occasionally vacuumed.Ludovic Courtès1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-4/+5
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-10/+10
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-19Remove <string.h> include from ports.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2017-03-13Fix finalizer resuscitation causing excessive GCAndy Wingo1-1/+17
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-3/+3
2016-04-26Remove scm_putc_unlocked.Andy Wingo1-1/+1
2013-01-20consolidate scm_i_register_weak_gc_callback, update weak-set to fitAndy Wingo1-75/+21
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-9/+9
2012-05-20Fix lock handling bug in commit aac980de43a0466b968a56607664f5ebbca6b751.Ken Raeburn1-1/+1
2012-02-23Revert "with a threaded guile, lock weak sets and tables during a fork"Andy Wingo1-95/+13
2012-02-19use the new finalizer helpersAndy Wingo1-2/+2
2012-02-19better hysteresis in weak-set, weak-tableAndy Wingo1-1/+37
2012-02-17with a threaded guile, lock weak sets and tables during a forkAndy Wingo1-13/+95
2012-02-13weaks: move an allocation outside a critical sectionAndy Wingo1-18/+37
2012-01-31Revert "add SCM_HEAP_OBJECT_BASE"Andy Wingo1-2/+2
2011-11-24support for new GC_move_disappearing_linkAndy Wingo1-0/+4
2011-11-08locking for putc, putsAndy Wingo1-4/+4
2011-10-24add SCM_HEAP_OBJECT_BASEAndy Wingo1-2/+2
2011-10-24add SCM_HEAP_OBJECT_PAndy Wingo1-4/+4
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-11/+11
2011-10-24refactor tc7 and tc16 checksAndy Wingo1-1/+1
2011-10-23add weak setsAndy Wingo1-0/+887