summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-178-100/+169
* fixed a memory corruption bug stemming from not using an input iteratorJohn Wiegley2004-08-171-3/+2
* fixesJohn Wiegley2004-08-175-59/+123
* fixesJohn Wiegley2004-08-173-43/+7
* added missing headerJohn Wiegley2004-08-171-0/+1
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-178-118/+86
* fixesJohn Wiegley2004-08-173-3/+7
* misc cleanupJohn Wiegley2004-08-177-11/+11
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-179-16/+85
* don't allocate config_t within config.ccJohn Wiegley2004-08-173-11/+16
* slight fixesJohn Wiegley2004-08-178-65/+140
* more binary format changesJohn Wiegley2004-08-164-54/+68
* further restructuringJohn Wiegley2004-08-1515-546/+700
* bug fixJohn Wiegley2004-08-151-2/+2
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-157-643/+391
* fix to changed_value_transactionsJohn Wiegley2004-08-141-7/+2
* fixed -G reportJohn Wiegley2004-08-143-4/+10
* fixJohn Wiegley2004-08-141-1/+2
* fix to amount printingJohn Wiegley2004-08-143-6/+13
* optimized printing of amountsJohn Wiegley2004-08-143-43/+27
* added timing debug codeJohn Wiegley2004-08-143-7/+90
* added timing codeJohn Wiegley2004-08-133-11/+54
* performance tweaksJohn Wiegley2004-08-132-23/+6
* fixed problem with writing binary amountsJohn Wiegley2004-08-133-85/+69
* more options fixesJohn Wiegley2004-08-136-89/+93
* fix to gnucash supportJohn Wiegley2004-08-131-2/+1
* added option.cc and option.hJohn Wiegley2004-08-132-0/+183
* fix in makefileJohn Wiegley2004-08-131-1/+1
* added final todo itemsJohn Wiegley2004-08-130-0/+0
* long options are now supportedJohn Wiegley2004-08-134-279/+323
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-124-58/+106
* added error checkingJohn Wiegley2004-08-122-15/+58
* write amounts out to the binary file in binary formatJohn Wiegley2004-08-121-4/+18
* gnuplot is supported again (-j and -J)John Wiegley2004-08-123-9/+43
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-1214-195/+403
* added necessary #includeJohn Wiegley2004-08-111-0/+1
* cleanupJohn Wiegley2004-08-111-12/+11
* more reorgJohn Wiegley2004-08-113-133/+45
* more reorgJohn Wiegley2004-08-112-43/+36
* many more formatting changesJohn Wiegley2004-08-117-414/+412
* added item to TODOJohn Wiegley2004-08-110-0/+0
* more fixesJohn Wiegley2004-08-112-20/+37
* more cleanupJohn Wiegley2004-08-116-62/+126
* added several kinds of transaction filtersJohn Wiegley2004-08-115-236/+427
* added items to TODO fileJohn Wiegley2004-08-100-0/+0
* changed the way changed_value_filter is calledJohn Wiegley2004-08-103-36/+53
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-105-114/+102
* added debug codeJohn Wiegley2004-08-102-0/+146
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-1015-253/+273
* more bug fixesJohn Wiegley2004-08-092-8/+17