CVS update: gnucash/lib/srfi

Robert Browning rlb@linas.org
Mon, 4 Jun 2001 14:41:51 -0500 (CDT)


Date:	Monday June 4, 2001 @ 14:41
Author:	rlb

Update of /home/cvs/cvsroot/gnucash/lib/srfi
In directory www.linas.org:/tmp/cvs-serv31031

Modified Files:
	srfi-19.scm 
Log Message:
* lib/srfi/srfi-19.scm: updated to include guile-core bug fixes.
Removed syncase dependency.
(priv:open-input-string): removed -- check for open-input-string
and define that if not found.
(:optional): removed - just as easy to handle by-hand -- all funcs
that called :optional have been adjusted.
(priv:read-tai-utc-data): remove priv: from open-input-string.
(string->date): remove priv: from open-input-string.
(date): change constructor name to make-date.
(priv:decode-julian-day-number): add inexact->exact after
truncate.
(time-utc->date): add inexact->exact and int-secs.
(priv:locale-reader): use reverse! on result rather than reverse.