*** empty log message ***

This commit is contained in:
Gary Houston 2001-06-10 20:45:34 +00:00
commit 495c67e53b
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-06-10 Gary Houston <ghouston@arglist.com>
* boot-9.scm: use the (ice-9 rdelim) module if
include-deprecated-features is true.
2001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
* pretty-print.scm (generic-write): Use `object->string' to print

View file

@ -1,3 +1,9 @@
2001-06-10 Gary Houston <ghouston@arglist.com>
* rdelim.c (scm_init_rdelim_builtins): don't try to activate the
(ice-9 rdelim) module in (guile) and (guile-user). it didn't
work reliably anymore. try it from boot-9.scm instead.
2001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
* ports.c (scm_lfwrite): Maintain columnd and row count in port.