| Commit message (Expand) | Author | Age | Files | Lines |
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -3/+3 |
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -30/+20 |
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -22/+21 |
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -13/+11 |
* | Further refinement of commodity lot information. | John Wiegley | 2008-04-13 | 1 | -0/+16 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -24/+34 |
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Added new --descend option. | John Wiegley | 2008-04-13 | 1 | -19/+80 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+8 |
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -11/+5 |
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -2/+0 |
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -3/+0 |
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -6/+9 |
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -16/+44 |
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | (subtotal_transactions::operator()): Changed the usage of the | John Wiegley | 2008-04-13 | 1 | -2/+12 |
* | (sort_transactions::post_accumulated_xacts): Created this function so | John Wiegley | 2008-04-13 | 1 | -2/+8 |
* | (transaction_xdata_t): Added a `ptr' void *, for general use. The | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | Changed truncate_entries so that --head and --tail can be used at the | John Wiegley | 2008-04-13 | 1 | -4/+4 |
* | Added the new transaction handler `truncate_entries' which can be used | John Wiegley | 2008-04-13 | 1 | -3/+21 |
* | (push_to_transactions_list): Added a new transaction handler, which | John Wiegley | 2008-04-13 | 1 | -0/+14 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -0/+6 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+580 |
* | changes | John Wiegley | 2008-04-13 | 1 | -485/+0 |
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 1 | -2/+4 |
* | corrected the way that transaction handlers are flushed | John Wiegley | 2004-09-26 | 1 | -2/+4 |
* | sorting optimization | John Wiegley | 2004-09-25 | 1 | -12/+25 |
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 1 | -8/+1 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -5/+6 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | fixed a bug with interval reporting | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -2/+9 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -60/+11 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -6/+29 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -163/+147 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -7/+5 |
* | slight changed semantics of item_handler<T>, to play better with Boost.Python | John Wiegley | 2004-09-10 | 1 | -2/+0 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -8/+23 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -54/+59 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -8/+8 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -32/+17 |
* | fixed another memory strangeness (too much destruction) | John Wiegley | 2004-08-26 | 1 | -3/+3 |
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -1/+2 |
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -3/+4 |
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -4/+6 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -13/+103 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -2/+7 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -2/+3 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -19/+14 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -1/+1 |