* srfi-19.scm (:optional): renamed to optional to avoid reader
authorRob Browning <rlb@defaultvalue.org>
Wed, 23 May 2001 17:00:22 +0000 (17:00 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 May 2001 17:00:22 +0000 (17:00 +0000)
commit5e1fb41f97dd7e6dba57d7e3646196acafcd8cee
tree13a38bd0b05ee97beaa889fba9833b12d0c144bc
parentb9309d16650b30700198deec40d792354e765a8b
* srfi-19.scm (:optional): renamed to optional to avoid reader
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.
srfi/srfi-19.scm