| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -4/+0 |
* | formatting changes | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (export_config): Added export entries for the reconcile_balance and | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | (export_config): Added missing config members for Python. | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | Added support for "--pager PROGRAM". A likely way to define it in | John Wiegley | 2008-04-13 | 1 | -0/+4 |
* | Added new --head and --tail options, which control how many *entries* | John Wiegley | 2008-04-13 | 1 | -0/+11 |
* | Added new options --reconcile, --reconcilable and --reconcile-date. | John Wiegley | 2008-04-13 | 1 | -1/+13 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | Added write_hdr_format and write_xact_format, which are used by the | John Wiegley | 2008-04-13 | 1 | -2/+14 |
* | (parse_ledger_data): Don't auto-create equivalencies for bytes, | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | (parse_ledger_data): Set journal->price_db if a price database is | John Wiegley | 2008-04-13 | 1 | -8/+13 |
* | Set cache_file to "<none>" if --no-cache is used. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (option_full_help): Added docs for --no-cache. (option_help): Added | John Wiegley | 2008-04-13 | 1 | -0/+6 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+991 |
* | changes | John Wiegley | 2008-04-13 | 1 | -685/+0 |
* | corrected semantics of -j and -J | John Wiegley | 2004-09-27 | 1 | -7/+5 |
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 1 | -4/+4 |
* | a couple of fixes to collapsed and subtotal reports | John Wiegley | 2004-09-25 | 1 | -9/+5 |
* | added pysample.dat, which provides a more realistic example of using Python | John Wiegley | 2004-09-25 | 1 | -61/+68 |
* | fixed printing of amounts that have a null commodity (was always precision 0) | John Wiegley | 2004-09-24 | 1 | -1/+1 |
* | improved error checking in parser, in case parts of an amount are missing | John Wiegley | 2004-09-24 | 1 | -0/+1 |
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -3/+3 |
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -9/+3 |
* | added some error checking | John Wiegley | 2004-09-23 | 1 | -3/+10 |
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -18/+18 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -48/+22 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -58/+5 |
* | using main.py is now only 50% slower than using main.cc | John Wiegley | 2004-09-14 | 1 | -6/+0 |
* | main.py does everything except balance reports now | John Wiegley | 2004-09-14 | 1 | -3/+0 |
* | main.py now implements nearly all the functionality of main.cc | John Wiegley | 2004-09-14 | 1 | -0/+73 |
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -7/+90 |
* | python integrated both ways (see sample.dat), and initialized on-demand | John Wiegley | 2004-09-14 | 1 | -6/+6 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -9/+5 |
* | optimize python iterations of entries, transactions; use exceptions more | John Wiegley | 2004-09-08 | 1 | -1/+1 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -4/+4 |
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -81/+325 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -2/+2 |
* | updated help screen | John Wiegley | 2004-08-24 | 1 | -8/+4 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -2/+1 |
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -4/+4 |
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -7/+34 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -2/+2 |
* | minor changes | John Wiegley | 2004-08-20 | 1 | -2/+3 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -8/+7 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -2/+3 |
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -53/+56 |
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 1 | -5/+5 |
* | small changes | John Wiegley | 2004-08-17 | 1 | -1/+1 |