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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-22 22:47:02 +00:00
parent 7bad99fd98
commit a6219f222c
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2001-05-22 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (define-module): Return the new module.
(process-define-module): Use `spec' instead of `module-name' when
getting the syntax transformer. Thanks to Matthias Köppe!
2001-05-21 Marius Vollmer <mvo@zagadka.ping.de> 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (use-syntax): Do not set scm:eval-transformer when * boot-9.scm (use-syntax): Do not set scm:eval-transformer when

View file

@ -1,3 +1,11 @@
2001-05-23 Marius Vollmer <mvo@zagadka.ping.de>
* snarf.h (SCM_CONST_LONG): Use SCM_VCELL_INIT instead of
SCM_VARIABLE_INIT since that it what it used to be.
* deprecation.c (scm_include_deprecated_features): Make docstring
ANSIsh. Thanks to Matthias Köppe!
2001-05-21 Marius Vollmer <mvo@zagadka.ping.de> 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
* symbols.c (scm_mem2symbol): Re-introduce indirect cell. It is * symbols.c (scm_mem2symbol): Re-introduce indirect cell. It is