r19063 - gnucash/trunk/src - Bug #615168: Replace calls to simple-format with calls to format

Christian Stimming cstim at code.gnucash.org
Fri Apr 23 17:01:48 EDT 2010


Author: cstim
Date: 2010-04-23 17:01:48 -0400 (Fri, 23 Apr 2010)
New Revision: 19063
Trac: http://svn.gnucash.org/trac/changeset/19063

Modified:
   gnucash/trunk/src/import-export/qif-io-core/qif-file.scm
   gnucash/trunk/src/import-export/qif-io-core/qif-io-core.scm
   gnucash/trunk/src/import-export/qif-io-core/test/dump-qifobj.scm
   gnucash/trunk/src/import-export/qif-io-core/test/test-file-formats.scm
   gnucash/trunk/src/import-export/qif-io-core/test/test-import-phase-1.scm
   gnucash/trunk/src/import-export/qif-io-core/test/test-parser.scm
   gnucash/trunk/src/import-export/qif-io-core/test/test-reader.scm
   gnucash/trunk/src/report/report-system/eguile-gnc.scm
   gnucash/trunk/src/report/report-system/html-text.scm
   gnucash/trunk/src/report/report-system/report.scm
   gnucash/trunk/src/scm/main.scm
   gnucash/trunk/src/scm/price-quotes.scm
Log:
Bug #615168: Replace calls to simple-format with calls to format

Guile 1.6 and up always provides simple-format, and defines it as a
restricted subset of the full format, so there's no harm in using the
construct's proper name.

Patch by Andy Wingo.



More information about the gnucash-patches mailing list