summaryrefslogtreecommitdiff
path: root/xml.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-32/+32
| | | | the way that value expressions extract information from journal objects.
* 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-1/+1
| | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name.
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-7/+7
| | | | newer XML stuff was pulled).
* I have walked further along the road less compiled by...John Wiegley2008-07-201-8/+8
|
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-48/+43
|
* Reworked the way date/times are handled.John Wiegley2008-04-131-20/+21
|
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-2/+2
|
* Added much better error location.John Wiegley2008-04-131-5/+3
|
* Began support for improved commodity handling.John Wiegley2008-04-131-9/+15
|
* Checked in all major updates.John Wiegley2008-04-131-15/+42
|
* (entries::format_last_entry): XML format now always uses the same dateJohn Wiegley2008-04-131-9/+5
| | | | format, and ignores --date-format.
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-4/+5
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+3
| | | | list.
* Removed Python integration support.John Wiegley2008-04-131-30/+0
|
* See ChangeLogJohn Wiegley2008-04-131-2/+22
|
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-10/+21
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* *** empty log message ***John Wiegley2008-04-131-1/+7
|
* minor bit twiddlingJohn Wiegley2008-04-131-3/+3
|
* Moved `format_xml_entries' to xml.cc.John Wiegley2008-04-131-1/+209
|
* (test): Check for <?xml only, not the full version string.John Wiegley2008-04-131-1/+1
|
* (endElement): Handle the <tr:virtual> and <tr:generated> tags, whichJohn Wiegley2008-04-131-5/+14
| | | | | were being ignored. (parse): Corrected error reporting when it is a Ledger error.
* updated to version 2.0John Wiegley2008-04-131-0/+220