summaryrefslogtreecommitdiff
path: root/xml.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-85/+0
| | | | is in doc/, etc.
* First round of work to get the balance report working again.John Wiegley2008-08-041-5/+5
|
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-0/+1
| | | | | | | | | | compare compare_items<T> handler item_handler<T> iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text.
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
|
* Simplified the format_t code so that it no longer references any particularsJohn Wiegley2008-08-011-1/+1
| | | | about journal objects. This is all done through value expressions now.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-2/+2
| | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-1/+8
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-2/+2
| | | | newer XML stuff was pulled).
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-5/+5
|
* *** empty log message ***John Wiegley2008-04-131-0/+4
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-1/+1
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* Moved `format_xml_entries' to xml.cc.John Wiegley2008-04-131-0/+20
|
* updated to version 2.0John Wiegley2008-04-131-0/+21