| Commit message (Expand) | Author | Age | Files | Lines |
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -3/+3 |
* | A large body of work to get the register report printing again, but still | John Wiegley | 2008-07-27 | 1 | -8/+8 |
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -13/+27 |
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -3/+3 |
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -21/+21 |
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -0/+13 |
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -4/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -9/+12 |
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+7 |
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -6/+0 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+4 |
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -6/+6 |
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Transactions now track their beginning and ending position, as do | John Wiegley | 2008-04-13 | 1 | -4/+8 |
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -39/+2 |
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -4/+6 |
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | (class format_account): Fixed initialization order | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | (struct element_t): Added BEG_LINE and END_LINE. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | Moved `format_xml_entries' to xml.cc. | John Wiegley | 2008-04-13 | 1 | -18/+0 |
* | (format_xml_entries): Moved the stream finalization to flush(), where | John Wiegley | 2008-04-13 | 1 | -1/+3 |
* | Added pystream_handler_wrap class, which wraps an item_handler taking | John Wiegley | 2008-04-13 | 1 | -1/+38 |
* | (parse_elements): Added %S, %B and %E elements, for printing the | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+198 |
* | changes | John Wiegley | 2008-04-13 | 1 | -182/+0 |
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 1 | -3/+4 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -1/+18 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -5/+5 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -77/+22 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -13/+20 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -20/+12 |
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -0/+2 |
* | added support for ValueExpr objects to python. | John Wiegley | 2004-09-10 | 1 | -1/+1 |
* | added python support for Format() objects. see main.py | John Wiegley | 2004-09-10 | 1 | -7/+7 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -26/+26 |
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -0/+1 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -1/+2 |
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -15/+1 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -18/+30 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -5/+6 |
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -4/+7 |
* | several fixes | John Wiegley | 2004-08-19 | 1 | -1/+0 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -0/+1 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -12/+0 |
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -1/+2 |
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -0/+13 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -7/+10 |