summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixes to .texi fileJohn Wiegley2004-08-201-10/+10
|
* minor changesJohn Wiegley2004-08-204-233/+183
|
* added to the docs, now working directly in TexinfoJohn Wiegley2004-08-201-0/+1885
|
* updated gnucash supportJohn Wiegley2004-08-204-5/+42
|
* quick fixJohn Wiegley2004-08-191-1/+1
|
* added missing backslashJohn Wiegley2004-08-191-1/+1
|
* change some makefile rulesJohn Wiegley2004-08-191-15/+2
|
* fixesJohn Wiegley2004-08-197-8/+143
|
* several fixesJohn Wiegley2004-08-1910-1664/+98
|
* the QIF parser was too order dependentJohn Wiegley2004-08-191-4/+8
|
* bug fix in QIF parsingJohn Wiegley2004-08-191-1/+1
|
* added support for parsing QIF filesJohn Wiegley2004-08-1913-85/+269
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-198-141/+143
|
* always print balance amounts sorted alphabetically by commodityJohn Wiegley2004-08-191-14/+31
|
* fixes to quote downloadingJohn Wiegley2004-08-194-41/+48
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-1910-257/+285
|
* use now from datetime.ccJohn Wiegley2004-08-181-2/+1
|
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-186-80/+94
|
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-188-54/+101
|
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-184-59/+129
|
* added a private rule to the MakefileJohn Wiegley2004-08-171-0/+6
|
* further performance tweaksJohn Wiegley2004-08-172-22/+40
|
* speed improvements; my "bal" script is cut to a thirdJohn Wiegley2004-08-176-83/+1206
|
* removed header inclusion (not ready yet)John Wiegley2004-08-171-1/+0
|
* small changesJohn Wiegley2004-08-173-24/+15
|
* bug fixJohn Wiegley2004-08-172-3/+3
|
* 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
|