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 2003-03-26 17:59:29 +00:00
parent 48fdec2178
commit bd40d4201d

View file

@ -1,3 +1,11 @@
2003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* deprecated.scm: New file, to collect deprecated things.
* Makefile.am (ice9_sources): Added.
* boot-9.scm: Load "ice-9/deprecated.scm" when appropriate.
(try-load-module): Also try the old deprecated method, maybe.
2003-03-22 Marius Vollmer <mvo@zagadka.de>
* boot-9.scm (call/cc): Added.