summaryrefslogtreecommitdiff
path: root/main.cc
Commit message (Expand)AuthorAgeFilesLines
...
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-29/+29
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-181-19/+34
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-33/+80
* fixed a memory corruption bug stemming from not using an input iteratorJohn Wiegley2004-08-171-3/+2
* fixesJohn Wiegley2004-08-171-0/+6
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-5/+54
* don't allocate config_t within config.ccJohn Wiegley2004-08-171-0/+5
* more binary format changesJohn Wiegley2004-08-161-4/+9
* further restructuringJohn Wiegley2004-08-151-509/+144
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-180/+161
* fixed -G reportJohn Wiegley2004-08-141-1/+1
* fix to amount printingJohn Wiegley2004-08-141-1/+6
* added timing debug codeJohn Wiegley2004-08-141-7/+15
* added timing codeJohn Wiegley2004-08-131-3/+32
* more options fixesJohn Wiegley2004-08-131-39/+29
* long options are now supportedJohn Wiegley2004-08-131-279/+308
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-121-7/+17
* added error checkingJohn Wiegley2004-08-121-4/+36
* gnuplot is supported again (-j and -J)John Wiegley2004-08-121-1/+13
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-71/+106
* cleanupJohn Wiegley2004-08-111-12/+11
* more reorgJohn Wiegley2004-08-111-10/+7
* more reorgJohn Wiegley2004-08-111-4/+14
* many more formatting changesJohn Wiegley2004-08-111-27/+45
* more cleanupJohn Wiegley2004-08-111-29/+54
* added several kinds of transaction filtersJohn Wiegley2004-08-111-10/+18
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-27/+15
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-4/+2
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-137/+77
* more fixesJohn Wiegley2004-08-091-4/+5
* fixed account display bugJohn Wiegley2004-08-091-14/+19
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-1/+5
* changed help/version outputJohn Wiegley2004-08-071-53/+49
* include/exclude regexps are now joined together for speedJohn Wiegley2004-08-071-51/+46
* fixed display predicates in the register reportJohn Wiegley2004-08-071-8/+6
* got entry working againJohn Wiegley2004-08-071-24/+22
* equity reports are restoredJohn Wiegley2004-08-071-6/+45
* got more reports working againJohn Wiegley2004-08-071-126/+21
* improvements to transaction formattingJohn Wiegley2004-08-061-38/+18
* -s bal is functional againJohn Wiegley2004-08-061-1/+2
* fixed cache by clear transaction flags before writingJohn Wiegley2004-08-051-0/+2
* fixed the "-o bal rent" report againJohn Wiegley2004-08-051-73/+14
* added support for account sortingJohn Wiegley2004-08-051-2/+2
* added back sorting supportJohn Wiegley2004-08-051-61/+66
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-72/+64
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-304/+196
* restore sorting of register reportsJohn Wiegley2004-07-311-7/+7
* removed constraints_t entirelyJohn Wiegley2004-07-311-115/+144
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-80/+133
* two major changesJohn Wiegley2004-07-301-141/+134