| Commit message (Expand) | Author | Age | Files | Lines |
* | optimize python iterations of entries, transactions; use exceptions more | John Wiegley | 2004-09-08 | 1 | -5/+2 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -1/+1 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -18/+9 |
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -436/+179 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -3/+11 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -13/+13 |
* | read all binary data in at one go; gains 33% | John Wiegley | 2004-08-26 | 1 | -2/+2 |
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -9/+19 |
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -39/+42 |
* | added validation code, to walk through a journal_t and make sure it's ok | John Wiegley | 2004-08-24 | 1 | -0/+2 |
* | fixed a few minor bugs | John Wiegley | 2004-08-24 | 1 | -2/+0 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -0/+12 |
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -4/+6 |
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -1/+3 |
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -11/+3 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -17/+20 |
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -4/+2 |
* | updated gnucash support | John Wiegley | 2004-08-20 | 1 | -0/+6 |
* | fixes | John Wiegley | 2004-08-19 | 1 | -6/+6 |
* | several fixes | John Wiegley | 2004-08-19 | 1 | -7/+20 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -17/+21 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -15/+15 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -111/+112 |
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -11/+14 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -29/+29 |
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 1 | -19/+34 |
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 1 | -33/+80 |
* | 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 | 1 | -0/+6 |
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -5/+54 |
* | don't allocate config_t within config.cc | John Wiegley | 2004-08-17 | 1 | -0/+5 |
* | more binary format changes | John Wiegley | 2004-08-16 | 1 | -4/+9 |
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -509/+144 |
* | cleaned up binary data writing, and file handling | John Wiegley | 2004-08-15 | 1 | -180/+161 |
* | fixed -G report | John Wiegley | 2004-08-14 | 1 | -1/+1 |
* | fix to amount printing | John Wiegley | 2004-08-14 | 1 | -1/+6 |
* | added timing debug code | John Wiegley | 2004-08-14 | 1 | -7/+15 |
* | added timing code | John Wiegley | 2004-08-13 | 1 | -3/+32 |
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -39/+29 |
* | long options are now supported | John Wiegley | 2004-08-13 | 1 | -279/+308 |
* | Added a days-of-the-week report, under -w | John Wiegley | 2004-08-12 | 1 | -7/+17 |
* | added error checking | John Wiegley | 2004-08-12 | 1 | -4/+36 |
* | gnuplot is supported again (-j and -J) | John Wiegley | 2004-08-12 | 1 | -1/+13 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -71/+106 |
* | cleanup | John Wiegley | 2004-08-11 | 1 | -12/+11 |
* | more reorg | John Wiegley | 2004-08-11 | 1 | -10/+7 |
* | more reorg | John Wiegley | 2004-08-11 | 1 | -4/+14 |
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -27/+45 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -29/+54 |
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -10/+18 |