1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-25 13:22:14 +00:00
parent 21a10205ed
commit f4e0611e99
2 changed files with 9 additions and 0 deletions

View file

@ -1,7 +1,14 @@
2001-05-25 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (cond-expand): Define using
`procedure->memoizing-macro' to get at the lexical environment.
Use `env-module' instead of `current-module' to get the right
module.
* Makefile.am (ice9_sources): Added "pretty-print.scm".
* pretty-print.scm: New file, copied from SLIB.
(generic-write): Return the `unspecified' value.
* format.scm: Autoload `pretty-print'.
2001-05-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>

View file

@ -1,5 +1,7 @@
2001-05-25 Marius Vollmer <mvo@zagadka.ping.de>
* modules.c (scm_env_module): Exported to Scheme.
* eval.c (scm_debug_opts): New option `show-file-name'.
* debug.h (SCM_SHOW_FILE_NAME): New.