1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-10-26 17:05:46 +00:00
parent 85acb35ff9
commit 79d5218263
3 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* boot-9.scm: Added srfi-4 to cond-expand features.
2004-10-18 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-10-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* format.scm (format:obj->str): Simplified considerably by using * format.scm (format:obj->str): Simplified considerably by using

View file

@ -1,3 +1,17 @@
2004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* numbers.h, numbers.c (scm_i_print_double): New.
* srfi-4.c, srfi-4.h, srfi-4.i.c: New files, initially from
../srfi/ but heavily modified.
* Makefile.am: Add them in all the right places.
* init.c (scm_init_guile_1): Call scm_init_srfi_4.
* read.c (scm_lreadr): Call scm_i_read_homogenous_vector for '#f',
'#u', and '#s'.
* read.h, read.c (scm_i_input_error): Renamed from scm_input_error
and made non-static. Changed all uses.
2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,

View file

@ -1,3 +1,8 @@
2004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-4.scm, srfi-4.h, srfi-4.c: Moved content into core; only
the skeletons remains.
2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-4.c (print_int64, print_uint64): Removed. * srfi-4.c (print_int64, print_uint64): Removed.