diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 20e62b71d..c3fcf3039 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2003-09-15 Marius Vollmer + + * 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 * boot-9.scm (file-exists?): Use stat rather than access?, so as to