summaryrefslogtreecommitdiff
path: root/src/gnucash.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-5/+1
|
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+4
| | | | | As a result, dependency on the gdtoa was dropped, and dependency on mpfr was added.
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-8/+8
|
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-6/+26
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-2/+2
|
* Basic balance reports are working again!John Wiegley2008-08-101-1/+1
|
* The Python interface layer is building again.John Wiegley2008-08-071-6/+7
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+432
is in doc/, etc.