From c1a524ed9a8c88b4dbd30bb463930e2570a08c67 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 7 Sep 2006 21:13:35 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index f830e6dc8..9552345ab 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2006-09-07 Kevin Ryde + + * format.scm: Module "(ice-9 threads)" no longer used, now no mutex. + (format:parse-float): Fix normalization of leading zeros like "02.5" + to "2.5". left-zeros was zeroed before adjusting format:fn-dot, + resulting in the latter being unchanged. + 2006-08-02 Kevin Ryde * boot-9.scm (%record-type-check): New function.