| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added 'count' and 'subcount' props for accounts | John Wiegley | 2009-02-15 | 1 | -1/+21 |
* | Only invoke new completion behavior if C-u is used | John Wiegley | 2009-02-15 | 1 | -14/+16 |
* | Strip annotations from the "parse" result | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Change a few calls to on() to use set_expr() | John Wiegley | 2009-02-15 | 1 | -6/+5 |
* | Removed the %! formatting code, as it does nothing | John Wiegley | 2009-02-15 | 3 | -13/+8 |
* | Parse '/' in an operator context as "div" | John Wiegley | 2009-02-15 | 6 | -24/+22 |
* | Removed "total_cost" valexpr, and value_t::cost | John Wiegley | 2009-02-15 | 5 | -40/+4 |
* | Restored the --average (-A) report option | John Wiegley | 2009-02-15 | 1 | -1/+5 |
* | Added a helper method for setting expr options | John Wiegley | 2009-02-15 | 1 | -14/+26 |
* | Corrected double problem in period reports | John Wiegley | 2009-02-15 | 1 | -6/+2 |
* | Changed debug category op.calc to expr.calc | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | Added xact_t::count member | John Wiegley | 2009-02-15 | 3 | -2/+17 |
* | Have interval_xacts construct temps on a list | John Wiegley | 2009-02-14 | 3 | -13/+13 |
* | Generate null transactions for empty periods | John Wiegley | 2009-02-14 | 1 | -0/+16 |
* | xact metadata searches get passed up to the entry | John Wiegley | 2009-02-14 | 5 | -42/+108 |
* | Surround command-line queries with implicit parens | John Wiegley | 2009-02-14 | 1 | -1/+1 |
* | Removed an #if 0'd function from iterators.cc | John Wiegley | 2009-02-14 | 1 | -45/+0 |
* | Added #if 0'd stub code from 2.x's option.cc | John Wiegley | 2009-02-14 | 1 | -3/+26 |
* | Restored the --actual and --real options | John Wiegley | 2009-02-14 | 2 | -2/+33 |
* | If an option was given no value, throw an error | John Wiegley | 2009-02-14 | 1 | -1/+2 |
* | Re-enabled periodic reporting options (-M, etc) | John Wiegley | 2009-02-14 | 3 | -13/+37 |
* | Fixed the way interval_t objects are initialized | John Wiegley | 2009-02-14 | 2 | -13/+11 |
* | Removed interval_t::advanced, which was unused | John Wiegley | 2009-02-14 | 2 | -9/+3 |
* | Enabled --cleared, --uncleared and --pending | John Wiegley | 2009-02-13 | 1 | -3/+14 |
* | Changed the semantics of the "prices" report | John Wiegley | 2009-02-13 | 2 | -10/+23 |
* | The formatting code no longer justifies values | John Wiegley | 2009-02-13 | 3 | -5/+7 |
* | Greatly improved output from the "format" command | John Wiegley | 2009-02-13 | 2 | -24/+46 |
* | Don't print an xact's amount if it was calculated | John Wiegley | 2009-02-13 | 2 | -4/+10 |
* | Removed auto-reconciling behavior from ledger.el | John Wiegley | 2009-02-13 | 1 | -43/+3 |
* | Re-activated the budgeting flags | John Wiegley | 2009-02-13 | 1 | -3/+12 |
* | Added tools/sample.sh, which uses tools/sample.py | John Wiegley | 2009-02-13 | 1 | -0/+7 |
* | Set coding-system-for-read, as well as write | John Wiegley | 2009-02-13 | 1 | -1/+2 |
* | Added tools/excludes and tools/pre-commit | John Wiegley | 2009-02-13 | 2 | -0/+82 |
* | Added a "reload" command, for use at the REPL | John Wiegley | 2009-02-13 | 7 | -55/+76 |
* | Set coding-system-for-write when talking to ledger | John Wiegley | 2009-02-13 | 1 | -5/+6 |
* | Changed print report to use format_date | John Wiegley | 2009-02-13 | 1 | -1/+2 |
* | Added a new valexpr function: format_date | John Wiegley | 2009-02-13 | 2 | -0/+11 |
* | If a LEDGER_ envvar has no value, ignore it | John Wiegley | 2009-02-13 | 1 | -1/+3 |
* | Removed CppUnit submodule reference | John Wiegley | 2009-02-13 | 3 | -3/+1 |
* | Reorganized the way acprep handles switches | John Wiegley | 2009-02-13 | 2 | -34/+36 |
* | Renamed a function to sort_value_is_less_than | John Wiegley | 2009-02-12 | 4 | -8/+8 |
* | Removed a bad variable setting in acprep | John Wiegley | 2009-02-12 | 1 | -3/+1 |
* | Added -I/sw/include to Fink to acprep users | John Wiegley | 2009-02-12 | 1 | -9/+28 |
* | Sorting expr now uses "-" to indicate descending | John Wiegley | 2009-02-12 | 6 | -46/+79 |
* | Made (un)reduce rvalue methods more consistent | John Wiegley | 2009-02-12 | 5 | -11/+16 |
* | The --sort flag now accepts multiple terms (-S payee,date). | John Wiegley | 2009-02-12 | 2 | -2/+33 |
* | Restored the "prices" command. | John Wiegley | 2009-02-12 | 6 | -14/+117 |
* | Turned on the "emacs" command and budgeting, though neither are tested yet. | John Wiegley | 2009-02-12 | 2 | -2/+12 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 10 | -82/+19 |
* | Fixed a typo which was causing all boolean values to show as "false". | John Wiegley | 2009-02-12 | 1 | -5/+5 |