From 60a54e2fca6e1ca3bce9aa93a0eb17331d4dda02 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 23 May 2001 17:00:53 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 0eaaa71a2..7d897618b 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,7 +1,13 @@ 2001-05-23 Rob Browning * srfi-19.scm (:optional): renamed to optional to avoid reader - keywords conflict. Thanks to Matthias Koeppe for the report. + keywords conflict. Time passes... Removed :optional altogether + and just handle optional args directly. Thanks to Matthias Koeppe + for the report of this and the two bits below. + (priv:decode-julian-day-number): add inexact->exact for truncate + result. + (time-utc->date): add inexact->exact and floor so quotient will + work. 2001-05-22 Martin Grabmueller