1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-11 19:39:44 +00:00
parent 82c76fd357
commit bb26cc2d28
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-08-11 Marius Vollmer <mvo@zagadka.de>
* api-data.texi (scm_c_round, scm_c_truncate): Docs for'em.
2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* api-control.texi: Updated example to use scm_to_locale_string

View file

@ -1,3 +1,9 @@
2004-08-11 Marius Vollmer <mvo@zagadka.de>
* gc.c, procprop.c (scm_init_storage, scm_stand_in_procs,
scm_stand_in_proc): Use a hastable for scm_stand_in_procs instead
of an alist. Thanks to Matthias Koeppe!
2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X):