summaryrefslogtreecommitdiff
path: root/format.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-1/+2
* simplified some codeJohn Wiegley2004-08-221-15/+1
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-18/+30
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-5/+6
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-4/+7
* several fixesJohn Wiegley2004-08-191-1/+0
* added support for parsing QIF filesJohn Wiegley2004-08-191-0/+1
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-12/+0
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-1/+2
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-0/+13
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-7/+10
* more reorgJohn Wiegley2004-08-111-1/+0
* many more formatting changesJohn Wiegley2004-08-111-16/+13
* added several kinds of transaction filtersJohn Wiegley2004-08-111-114/+29
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-9/+37
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-28/+27
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-13/+13
* more fixesJohn Wiegley2004-08-091-0/+5
* fixed account display bugJohn Wiegley2004-08-091-8/+16
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-1/+1
* fixed display predicates in the register reportJohn Wiegley2004-08-071-0/+2
* got entry working againJohn Wiegley2004-08-071-1/+1
* equity reports are restoredJohn Wiegley2004-08-071-0/+44
* got more reports working againJohn Wiegley2004-08-071-20/+72
* improvements to transaction formattingJohn Wiegley2004-08-061-11/+47
* -s bal is functional againJohn Wiegley2004-08-061-0/+37
* fixed the "-o bal rent" report againJohn Wiegley2004-08-051-2/+8
* added back sorting supportJohn Wiegley2004-08-051-4/+7
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-16/+16
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-4/+7
* removed constraints_t entirelyJohn Wiegley2004-07-311-1/+0
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-27/+2
* two major changesJohn Wiegley2004-07-301-26/+59
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-8/+25
* initial rev of 2.0John Wiegley2004-07-261-0/+51