summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-225-19/+65
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-2212-201/+338
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-2121-828/+606
* added todo itemsJohn Wiegley2004-08-210-0/+0
* updated NEWS fileJohn Wiegley2004-08-211-127/+42
* fixes so that ledger will build optimizedJohn Wiegley2004-08-215-1/+6
* only compute the cost when it differs from the amountJohn Wiegley2004-08-2118-112/+227
* removed some redundant codeJohn Wiegley2004-08-211-1/+1
* changes to bal scriptJohn Wiegley2004-08-211-10/+7
* moved code from value.h into value.ccJohn Wiegley2004-08-213-887/+928
* changed RELEASE_LEVEL to DEBUG_LEVELJohn Wiegley2004-08-214-21/+21
* tracked down a tricky memory leak in value.hJohn Wiegley2004-08-212-76/+84
* more cleanupJohn Wiegley2004-08-218-160/+146
* moved some debug code aroundJohn Wiegley2004-08-212-17/+20
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-216-25/+36
* added virtual destructor to parser_tJohn Wiegley2004-08-211-0/+2
* bumped binary file version numberJohn Wiegley2004-08-211-1/+1
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-216-128/+234
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-219-249/+249
* doc updatesJohn Wiegley2004-08-201-682/+793
* 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