| Commit message (Expand) | Author | Age | Files | Lines |
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 5 | -19/+65 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 12 | -201/+338 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 21 | -828/+606 |
* | added todo items | John Wiegley | 2004-08-21 | 0 | -0/+0 |
* | updated NEWS file | John Wiegley | 2004-08-21 | 1 | -127/+42 |
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 5 | -1/+6 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 18 | -112/+227 |
* | removed some redundant code | John Wiegley | 2004-08-21 | 1 | -1/+1 |
* | changes to bal script | John Wiegley | 2004-08-21 | 1 | -10/+7 |
* | moved code from value.h into value.cc | John Wiegley | 2004-08-21 | 3 | -887/+928 |
* | changed RELEASE_LEVEL to DEBUG_LEVEL | John Wiegley | 2004-08-21 | 4 | -21/+21 |
* | tracked down a tricky memory leak in value.h | John Wiegley | 2004-08-21 | 2 | -76/+84 |
* | more cleanup | John Wiegley | 2004-08-21 | 8 | -160/+146 |
* | moved some debug code around | John Wiegley | 2004-08-21 | 2 | -17/+20 |
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 6 | -25/+36 |
* | added virtual destructor to parser_t | John Wiegley | 2004-08-21 | 1 | -0/+2 |
* | bumped binary file version number | John Wiegley | 2004-08-21 | 1 | -1/+1 |
* | add copy-on-write semantics to amount.cc; cuts object creation by 5x | John Wiegley | 2004-08-21 | 6 | -128/+234 |
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 9 | -249/+249 |
* | doc updates | John Wiegley | 2004-08-20 | 1 | -682/+793 |
* | fixes to .texi file | John Wiegley | 2004-08-20 | 1 | -10/+10 |
* | minor changes | John Wiegley | 2004-08-20 | 4 | -233/+183 |
* | added to the docs, now working directly in Texinfo | John Wiegley | 2004-08-20 | 1 | -0/+1885 |
* | updated gnucash support | John Wiegley | 2004-08-20 | 4 | -5/+42 |
* | quick fix | John Wiegley | 2004-08-19 | 1 | -1/+1 |
* | added missing backslash | John Wiegley | 2004-08-19 | 1 | -1/+1 |
* | change some makefile rules | John Wiegley | 2004-08-19 | 1 | -15/+2 |
* | fixes | John Wiegley | 2004-08-19 | 7 | -8/+143 |
* | several fixes | John Wiegley | 2004-08-19 | 10 | -1664/+98 |
* | the QIF parser was too order dependent | John Wiegley | 2004-08-19 | 1 | -4/+8 |
* | bug fix in QIF parsing | John Wiegley | 2004-08-19 | 1 | -1/+1 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 13 | -85/+269 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 8 | -141/+143 |
* | always print balance amounts sorted alphabetically by commodity | John Wiegley | 2004-08-19 | 1 | -14/+31 |
* | fixes to quote downloading | John Wiegley | 2004-08-19 | 4 | -41/+48 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 10 | -257/+285 |
* | use now from datetime.cc | John Wiegley | 2004-08-18 | 1 | -2/+1 |
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 6 | -80/+94 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 8 | -54/+101 |
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 4 | -59/+129 |
* | added a private rule to the Makefile | John Wiegley | 2004-08-17 | 1 | -0/+6 |
* | further performance tweaks | John Wiegley | 2004-08-17 | 2 | -22/+40 |
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 6 | -83/+1206 |
* | removed header inclusion (not ready yet) | John Wiegley | 2004-08-17 | 1 | -1/+0 |
* | small changes | John Wiegley | 2004-08-17 | 3 | -24/+15 |
* | bug fix | John Wiegley | 2004-08-17 | 2 | -3/+3 |
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 8 | -100/+169 |
* | fixed a memory corruption bug stemming from not using an input iterator | John Wiegley | 2004-08-17 | 1 | -3/+2 |
* | fixes | John Wiegley | 2004-08-17 | 5 | -59/+123 |
* | fixes | John Wiegley | 2004-08-17 | 3 | -43/+7 |