| Commit message (Expand) | Author | Age | Files | Lines |
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -1/+1 |
* | added pysample.dat, which provides a more realistic example of using Python | John Wiegley | 2004-09-25 | 1 | -2/+14 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -5/+37 |
* | fixed an obscure "print" bug | John Wiegley | 2004-09-24 | 1 | -11/+8 |
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -4/+11 |
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -7/+7 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -6/+88 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -3/+6 |
* | further python integration improvements | John Wiegley | 2004-09-14 | 1 | -1/+10 |
* | added support for ValueExpr objects to python. | John Wiegley | 2004-09-10 | 1 | -3/+8 |
* | added python support for Format() objects. see main.py | John Wiegley | 2004-09-10 | 1 | -8/+14 |
* | Python fixes; starting adding support for using item_handlers in python | John Wiegley | 2004-09-08 | 1 | -0/+20 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -17/+14 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -15/+24 |
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -3/+4 |
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -2/+1 |
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -11/+11 |
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -1/+15 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -11/+11 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -3/+8 |
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 1 | -1/+1 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -2/+2 |
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -5/+3 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -6/+9 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -77/+78 |
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -12/+19 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -1/+1 |
* | further performance tweaks | John Wiegley | 2004-08-17 | 1 | -20/+38 |
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -27/+32 |
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -0/+5 |
* | fix to amount printing | John Wiegley | 2004-08-14 | 1 | -4/+4 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -4/+5 |
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -3/+3 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -0/+1 |
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -93/+0 |
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -7/+6 |
* | more bug fixes | John Wiegley | 2004-08-09 | 1 | -7/+15 |
* | fixed account display bug | John Wiegley | 2004-08-09 | 1 | -33/+48 |
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 1 | -4/+4 |
* | fixed display predicates in the register report | John Wiegley | 2004-08-07 | 1 | -23/+22 |
* | print is working again | John Wiegley | 2004-08-07 | 1 | -27/+32 |
* | got more reports working again | John Wiegley | 2004-08-07 | 1 | -70/+43 |
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 1 | -12/+112 |
* | -s bal is functional again | John Wiegley | 2004-08-06 | 1 | -0/+67 |
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -2/+2 |
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -73/+65 |
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -10/+74 |
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 1 | -2/+1 |
* | two major changes | John Wiegley | 2004-07-30 | 1 | -101/+158 |
* | reorganized report.cc into item.cc, expr.cc and format.cc | John Wiegley | 2004-07-27 | 1 | -21/+10 |