mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
James LewisMoss's patch.
* src/test/test-date-converting.c (Repository): Tests to make sure date <-> string converting strings work. * src/test/test-dom-converters1.c (Repository): Add tests for rest of converters. * src/test/Makefile.am (Repository): add new test. Make "make check" work here. * src/engine/sixtp-xml-write-utils.c (Repository): use date format strings from sixtp-utils.h * src/engine/sixtp-utils.h (Repository): add date format strings. #include sixtp.h * src/engine/sixtp-utils.c (Repository): Use define as timespec date format string. * src/engine/sixtp-dom-parsers.c (Repository): Add funcs from Rob. make consistent. Fix a few bugs. Make dom_tree_to_commodity_ref testable by adding new func "associate_commodity_ref_with_engine_commodity" to do final association with engine commodity table. * src/engine/sixtp-dom-generators.c (Repository): Fix to_guid to be generic. Oops. Add rest of funcs to to foo_to_dom_tree to match funcs in sixtp_dom_parsers. * src/engine/gnc-numeric.c (Repository): Comment out unused var. * src/engine/gnc-account-xml-v2.c (Repository): change to use dom_tree_to_commodity_ref. * src/doc/xml/types.dtd: Change cmd: to cmdty: and add ts: to the timespec tags. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3659 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
gnucash (1.5.2.cvs20010124-test1-0.1) unstable; urgency=low
|
||||
gnucash (1.5.2.cvs20010212-0.1) unstable; urgency=low
|
||||
|
||||
* local cvs compile
|
||||
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -3,6 +3,7 @@ Section: utils
|
||||
Priority: extra
|
||||
Maintainer: John Goerzen <jgoerzen@complete.org>
|
||||
Standards-Version: 3.1.0.0
|
||||
Build-Depends: libguppi-dev, libguile-dev, libgtkhtml-dev, libxml-dev, libart-dev, libgnome-dev, libgwrapguile-dev, libglib1.2-dev
|
||||
|
||||
Package: gnucash
|
||||
Architecture: any
|
||||
|
||||
Reference in New Issue
Block a user