mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4422 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,5 +1,19 @@
|
||||
2001-06-04 Rob Browning <rlb@cs.utexas.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
* src/scm/Makefile.am (gnc_regular_scm_files): remove process.scm.
|
||||
(gncscmmoddir): new directory for gnucash guile modules --
|
||||
i.e. for files available via (use-modules (gnucash foo)).
|
||||
|
||||
Reference in New Issue
Block a user