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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-09-15 13:38:07 +00:00
parent 093d2ca9af
commit 5dc1ba739f

View file

@ -1,3 +1,8 @@
2003-09-15 Marius Vollmer <mvo@zagadka.de>
* format.scm (format): Rewritten as a big letrec to make it
reentrant. No mutex is necessary. Thanks to Clinton Ebadi!
2003-09-13 Kevin Ryde <user42@zip.com.au>
* boot-9.scm (file-exists?): Use stat rather than access?, so as to