Add 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
[bpt/guile.git] / libguile / hashtab.h
2013-02-18 Daniel Hartwigadd hash-count for native tables
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
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-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-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-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-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 CourtesImplemented rehashing of weak hash tables.
2008-09-04 Ludovic Courtesprocs/weaks/hashtab: Removed a bit of useless mark...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
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-06-05 Marius Vollmer* hashtab.h: Bugfix: use SCM_API (WAS: extern).
2005-05-23 Marius VollmerThe FSF has a new address.
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
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-07 Marius Vollmer(SCM_HASHTAB_BUCKET_LOC): Removed.
2005-01-02 Marius Vollmer(SCM_HASHTABLE_BUCKETS): Removed.
2004-05-06 Marius VollmerUse SCM_SMOB_* instead of SCM_CELL_* as appropriate...
2004-02-13 Mikael Djurfeldt* unif.c (scm_make_uve): Removed local variable and...
2003-09-12 Marius Vollmer(scm_tc16_hashtable): Added "extern" declaration.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-11 Mikael Djurfeldt* hashtab.c (scm_vector_to_hash_table,
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-03-21 Mikael Djurfeldt* hashtab.c, hashtab.h (scm_hash_fold, scm_internal_has...
1999-03-14 Mikael Djurfeldt* hashtab.c, hashtab.h (scm_internal_hash_fold): New...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-21 Jim Blandy* hashtab.h (scm_hashx_remove_x): Renamed `delete'...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-10 Jim Blandy* eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h,
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import