diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a361c11c8..5d04ef186 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2005-03-29 Marius Vollmer + + * hashtab.h, hashtab.c (scm_hash_fx_remove_x): Removed delete_fn + argument; always use scm_delq_x. The delete_fn function works on + the handle, not the key, and it therefore makes no sense to make + it configurable. Changed all callers. + (scm_hashx_remove_x): Likewise. Also, exported to Scheme. + (scm_hash_clear): Accept plain vectors as hashtables. + (scm_delx_x): Removed. + 2005-03-28 Han-Wen Nienhuys * inline.h (scm_double_cell): use __asm__ iso. asm, to maintain