Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / hashtab.c
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-07 Andy Wingolocking for putc, puts
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-24 Andy Wingoreimplement hashtab.c's weak hash tables in terms of...
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-28 Andy Wingofix read beyond end of hashtable size array in hashtab.c
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-30 Andy Wingofix subtle and bad scm_internal_hash_fold bug for weak...
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingoweak_bucket_assoc tweak
2011-05-13 Andy Wingocorrect use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_L...
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-01 Andy Wingodisallow get-handle / create-handle! of weak hash tables
2011-05-01 Andy Wingofix hash-set! in weak-value table from non-immediate...
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-15 Andy Wingopre-GC_set_start_callback compatibility
2011-04-15 Andy Wingoweak hash table vacuum on before-gc C hook
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
2011-02-23 Andy WingoGC dead links in weak hash tables before a possible...
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2010-12-16 Ludovic CourtèsRehash weak hash tables less frequently.
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-11 Ludovic CourtèsFix a bug in weak hash table bucket fixup.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-06-09 Andy Wingofix build error with Compaq C V6.3-025
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-01 Andy Wingoremove uses of trampolines within guile itself
2009-11-05 Ludovic CourtèsHold the GC lock when traversing weak hash table buckets.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Ludovic CourtèsUse proper fold/for-each function types in `hashtab.h'.
2009-10-26 Ludovic CourtèsUse proper assoc/hash function types in `hashtab.c'.
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-30 Andy WingoMerge commit 'origin/master' into vm
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èsFix broken hash-table merge.
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 CourtesRe-fixed the hash table element counting in `scm_i_reha...
2008-09-10 Ludovic CourtesMinor weak hashtables fixes.
2008-09-10 Ludovic CourtesMoved weak pair code into `weaks.[ch]'.
2008-09-10 Ludovic CourtesImplemented rehashing of weak hash tables.
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-09-04 Ludovic Courtesprocs/weaks/hashtab: Removed a bit of useless mark...
2008-09-04 Ludovic CourtesFixes in weak hash tables handling, notably in `hash...
2008-09-04 Ludovic CourtesFixed `scm_fixup_weak_alist ()'; update weak hash table...
2008-09-04 Ludovic CourtesFixed the weak cell implementation (for weak hash tables).
2008-09-04 Ludovic CourtesFirst stab at implementing weak hash tables and vectors...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-16 Han-Wen NienhuysRemove unused macro UNMARKED_CELL_P()
2008-08-02 Andy Wingomerge guile-vm to guile
2008-02-15 Neil JerramRelease stuff: missing NEWS and 2007/2008 copyrights.
2008-01-18 Neil Jerram* hashtab.c (scm_hash_fn_create_handle_x): If supplied...
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-07-18 Mikael Djurfeldt* gc.c (scm_gc_stats): Bugfix: Measure size of the...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-22 Kevin Ryde(scm_hashx_remove_x): Need to pass "closure" to scm_has...
2005-04-04 Marius Vollmer(scm_t_hashtable): Removed 'closure' field. The
2005-03-29 Marius Vollmer(scm_hash_fx_remove_x): Removed delete_fn
next