Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated help screen | John Wiegley | 2004-08-24 | 1 | -8/+4 | |
| | ||||||
* | removed "version" script | John Wiegley | 2004-08-24 | 1 | -5/+0 | |
| | ||||||
* | removed completed item | John Wiegley | 2004-08-24 | 0 | -0/+0 | |
| | ||||||
* | added validation code, to walk through a journal_t and make sure it's ok | John Wiegley | 2004-08-24 | 4 | -0/+106 | |
| | ||||||
* | fixed a few minor bugs | John Wiegley | 2004-08-24 | 3 | -3/+2 | |
| | ||||||
* | a few fixes | John Wiegley | 2004-08-24 | 3 | -3/+5 | |
| | ||||||
* | added --gen flag, that runs configure for my setup | John Wiegley | 2004-08-24 | 1 | -0/+5 | |
| | ||||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 22 | -260/+235 | |
| | ||||||
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 8 | -32/+39 | |
| | ||||||
* | added flags to Makefile.am | John Wiegley | 2004-08-23 | 1 | -0/+2 | |
| | ||||||
* | move over to the autoconf system; Makefile.old is still there | John Wiegley | 2004-08-23 | 3 | -30/+50 | |
| | ||||||
* | removed items that have been completed from TODO | John Wiegley | 2004-08-23 | 0 | -0/+0 | |
| | ||||||
* | removed a period | John Wiegley | 2004-08-23 | 1 | -1/+1 | |
| | ||||||
* | don't bring in libgmpxx anymore | John Wiegley | 2004-08-23 | 1 | -1/+1 | |
| | ||||||
* | Removed dependency on libgmpxx.a | John Wiegley | 2004-08-23 | 1 | -17/+7 | |
| | ||||||
* | added stub docs for all of the options | John Wiegley | 2004-08-23 | 1 | -1/+156 | |
| | ||||||
* | added a better commentary (at least for now) | John Wiegley | 2004-08-23 | 1 | -2/+9 | |
| | ||||||
* | fixed bad #define | John Wiegley | 2004-08-23 | 1 | -2/+2 | |
| | ||||||
* | change to binary loading that increases speed by another 20% | John Wiegley | 2004-08-23 | 4 | -24/+107 | |
| | ||||||
* | slight cleanup | John Wiegley | 2004-08-23 | 7 | -28/+37 | |
| | ||||||
* | simplified some code | John Wiegley | 2004-08-22 | 5 | -51/+19 | |
| | ||||||
* | 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 | |
| |