*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Wed, 23 May 2001 17:00:53 +0000 (17:00 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 May 2001 17:00:53 +0000 (17:00 +0000)
srfi/ChangeLog

index 0eaaa71..7d89761 100644 (file)
@@ -1,7 +1,13 @@
 2001-05-23  Rob Browning  <rlb@cs.utexas.edu>
 
        * 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  <mgrabmue@cs.tu-berlin.de>