mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
a9cf5c7168
commit
08d2020d3a
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2005-03-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* 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 <hanwen@xs4all.nl>
|
||||
|
||||
* inline.h (scm_double_cell): use __asm__ iso. asm, to maintain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue