summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed an unnecessary boolean test.John Wiegley2009-02-071-1/+1
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-1/+0
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-32/+3
* Whitespace fix.John Wiegley2009-02-041-0/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-80/+88
* Removed unneeded member variables.John Wiegley2009-02-041-5/+1
* Simplified error context handling.John Wiegley2009-02-021-4/+2
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-10/+2
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+8
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-4/+4
* Moved sha1 and gdtoa inclusions into system.hh.John Wiegley2009-01-241-1/+0
* Added missing zeroes in the sha1 to text generation.John Wiegley2009-01-201-2/+4
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-0/+56
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Got changed_value_xacts working again.John Wiegley2009-01-191-18/+5
* Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.John Wiegley2008-09-191-2/+2
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-14/+14
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-1/+1
* Changed interval_t::start to interval_t::set_start, to be more clear about howJohn Wiegley2008-08-141-3/+3
* Enabled the --tail and --head options.John Wiegley2008-08-131-0/+4
* The balance report is working again.John Wiegley2008-08-101-4/+6
* Basic balance reports are working again!John Wiegley2008-08-101-4/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+755