summaryrefslogtreecommitdiff
path: root/walk.cc
Commit message (Expand)AuthorAgeFilesLines
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-4/+4
* added support for parsing QIF filesJohn Wiegley2004-08-191-5/+8
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-4/+3
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-3/+3
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-3/+3
* further restructuringJohn Wiegley2004-08-151-1/+3
* fix to changed_value_transactionsJohn Wiegley2004-08-141-7/+2
* fixed -G reportJohn Wiegley2004-08-141-3/+8
* fixed problem with writing binary amountsJohn Wiegley2004-08-131-2/+5
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-121-9/+26
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-3/+61
* many more formatting changesJohn Wiegley2004-08-111-52/+27
* more fixesJohn Wiegley2004-08-111-13/+23
* more cleanupJohn Wiegley2004-08-111-1/+1
* added several kinds of transaction filtersJohn Wiegley2004-08-111-2/+144
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-9/+7
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-1/+1
* added walk.ccJohn Wiegley2004-08-071-0/+31