| Commit message (Expand) | Author | Age | Files | Lines |
* | (parse_and_report): Rearranged some code for efficiency's sake. | John Wiegley | 2008-04-13 | 1 | -12/+14 |
* | Changed truncate_entries so that --head and --tail can be used at the | John Wiegley | 2008-04-13 | 1 | -3/+1 |
* | Added support for "--pager PROGRAM". A likely way to define it in | John Wiegley | 2008-04-13 | 1 | -4/+70 |
* | (chain_xact_handlers): Added head or tail handlers, using the | John Wiegley | 2008-04-13 | 1 | -0/+8 |
* | Fixed a Gnucash problem. | John Wiegley | 2008-04-13 | 1 | -6/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Added an Emacs formatter, accessible with the new "emacs" command. | John Wiegley | 2008-04-13 | 1 | -16/+43 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+9 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+5 |
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -2/+12 |
* | (parse_and_report): Added new "reconcile" and "output" commands. | John Wiegley | 2008-04-13 | 1 | -1/+11 |
* | (parse_and_report): Removed "files" argument. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+5 |
* | (parse_and_report): If cache_file is "<none>", blank it out. This | John Wiegley | 2008-04-13 | 1 | -2/+5 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -2/+1 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+424 |
* | changes | John Wiegley | 2008-04-13 | 1 | -361/+0 |
* | finished balance reporting capability in main.py | John Wiegley | 2004-09-26 | 1 | -1/+1 |
* | fixed another problem with interval reports and the -s option | John Wiegley | 2004-09-25 | 1 | -6/+5 |
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -1/+2 |
* | can't reliably use `access' and W_OK | John Wiegley | 2004-09-25 | 1 | -7/+2 |
* | improved error checking in parser, in case parts of an amount are missing | John Wiegley | 2004-09-24 | 1 | -0/+36 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -5/+6 |
* | fixed a rather obscure memory bug, which also simplified some code | John Wiegley | 2004-09-24 | 1 | -7/+2 |
* | finalizer fixes; removed use of timing.h from main.cc | John Wiegley | 2004-09-24 | 1 | -36/+1 |
* | a bit more refactoring | John Wiegley | 2004-09-23 | 1 | -1/+2 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -4/+1 |
* | moved entry hooking mechanism to journal_t; further improvements to "entry" | John Wiegley | 2004-09-23 | 1 | -1/+2 |
* | always sort the transaction chain, if interval reporting is being used | John Wiegley | 2004-09-23 | 1 | -3/+7 |
* | added some error checking | John Wiegley | 2004-09-23 | 1 | -5/+16 |
* | if --file and the --cache refer to the same file, don't use caching | John Wiegley | 2004-09-20 | 1 | -0/+3 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -0/+2 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -6/+21 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -17/+9 |
* | using main.py is now only 50% slower than using main.cc | John Wiegley | 2004-09-14 | 1 | -11/+15 |
* | main.py now implements nearly all the functionality of main.cc | John Wiegley | 2004-09-14 | 1 | -92/+23 |
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -11/+11 |
* | added python support for Format() objects. see main.py | John Wiegley | 2004-09-10 | 1 | -1/+1 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -2/+1 |
* | slight changed semantics of item_handler<T>, to play better with Boost.Python | John Wiegley | 2004-09-10 | 1 | -27/+40 |
* | 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 |