summaryrefslogtreecommitdiff
path: root/src/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-52/+14
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-1/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-35/+22
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-4/+3
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+149
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-5/+5
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-2/+23
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Got changed_value_xacts working again.John Wiegley2009-01-191-2/+4
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-2/+2
* Enabled the --tail and --head options.John Wiegley2008-08-131-4/+4
* The balance report is working again.John Wiegley2008-08-101-5/+7
* Basic balance reports are working again!John Wiegley2008-08-101-2/+2
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+702