Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / hashtab.c
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
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
2005-03-02 Marius Vollmer(scm_hash_fn_create_handle_x, scm_hash_fn_remove_x...
2005-02-25 Marius Vollmer(scm_i_rehash): Remove elements from old bucket vector
2005-02-25 Marius Vollmer(scm_i_rehash): Remove elements from old bucket vector...
2005-02-23 Marius Vollmer* hashtab.c (scm_i_rehash): Cope with the case that...
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-20 Marius Vollmer(hashtable_size, HASHTABLE_SIZE_N): Restrict hashtable...
2005-01-07 Marius Vollmer(SCM_HASHTAB_BUCKET_LOC): Removed.
2005-01-02 Marius Vollmer(SCM_HASHTABLE_BUCKETS): Removed.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
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-18 Marius Vollmer(rehash_after_gc): Bug fix: properly link the processed...
2004-02-13 Mikael Djurfeldt* unif.c (scm_make_uve): Removed local variable and...
2003-04-05 Mikael Djurfeldt* hashtab.c (rehash_after_gc): Clear to_rehash list...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-19 Mikael DjurfeldtFix of previous change
2003-02-19 Mikael DjurfeldtFix of last change.
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-13 Mikael Djurfeldt* hashtab.c: Undid thread safety. (We decided that...
2003-02-12 Mikael Djurfeldt* hashtab.c (scm_hash_fn_remove_x, scm_internal_hash_fo...
2003-02-11 Mikael Djurfeldt* hashtab.c (scm_vector_to_hash_table,
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-11-13 Neil Jerram* Miscellaneous small doc updates and fixes.
2001-11-11 Neil Jerram* Documentation work.
2001-10-08 Dirk Herrmann* hashtab.c (scm_hash_fn_create_handle_x): The result...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-29 Neil Jerram* Cosmetic docstring fixes.
2000-07-07 Dirk Herrmann* Signal an error when adding entries to a hash table...
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-21 Michael Livshin* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL...
2000-05-05 Dirk Herrmann* eval.c: Eliminated redundant SCM_IMP tests.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* hashtab.c: Improved documentation for lots of functio...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-07-31 Mikael Djurfeldt* hashtab.c: Bugfix: Don't declare s_hash_fold without...
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...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-06 Jim Blandy* hashtab.c (scm_hash_fn_get_handle, scm_hash_fn_create...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import