summaryrefslogtreecommitdiff
path: root/csv.h
Commit message (Collapse)AuthorAgeFilesLines
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-1/+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
|
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-7/+7
| | | | the way that value expressions extract information from journal objects.
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-3/+11
|
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-0/+24
not fully correct.