| Commit message (Expand) | Author | Age | Files | Lines |
* | The "xact" variable now returns null for accounts | John Wiegley | 2009-02-15 | 3 | -1/+11 |
* | Improved handling of --empty option | John Wiegley | 2009-02-15 | 3 | -31/+36 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 8 | -38/+35 |
* | chain_xact_handlers now always operators the same | John Wiegley | 2009-02-15 | 3 | -88/+81 |
* | The format code %C is now equal to %(fmt_C) | John Wiegley | 2009-02-15 | 2 | -7/+9 |
* | Removed an unused function | John Wiegley | 2009-02-15 | 1 | -6/+0 |
* | Fixed a call to value_t::cast to use in_place_cast | John Wiegley | 2009-02-15 | 1 | -3/+3 |
* | Whitespace fixes | John Wiegley | 2009-02-15 | 1 | -3/+3 |
* | Split up session_t::reread_journal_files() | John Wiegley | 2009-02-15 | 3 | -5/+4 |
* | If a boolean value is to an amount, use 1 or 0 | John Wiegley | 2009-02-15 | 1 | -0/+3 |
* | Added 'count' and 'subcount' props for accounts | John Wiegley | 2009-02-15 | 1 | -1/+21 |
* | 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 | 4 | -38/+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 |
* | Re-activated the budgeting flags | John Wiegley | 2009-02-13 | 1 | -3/+12 |
* | Added a "reload" command, for use at the REPL | John Wiegley | 2009-02-13 | 7 | -55/+76 |
* | 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 |
* | Renamed a function to sort_value_is_less_than | John Wiegley | 2009-02-12 | 4 | -8/+8 |
* | 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 | 4 | -9/+14 |
* | 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 |