| Commit message (Expand) | Author | Age | Files | Lines |
* | For the "parse" pre-command, provide a sample transaction context. | John Wiegley | 2009-02-09 | 1 | -4/+26 |
* | Join command-line arguments before handling pre-commands. | John Wiegley | 2009-02-09 | 1 | -26/+29 |
* | Fixed a case where adding an amount to an integer failed. | John Wiegley | 2009-02-09 | 1 | -0/+4 |
* | Added a new --collapse-if-zero option. | John Wiegley | 2009-02-09 | 5 | -6/+28 |
* | Don't apply an automated entry to a generated transaction. | John Wiegley | 2009-02-09 | 1 | -3/+2 |
* | Was failing to copy over the xact's assigned_amount when copy constructing. | John Wiegley | 2009-02-09 | 1 | -0/+1 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 7 | -758/+11 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 8 | -57/+54 |
* | Recompile the amount_expr before summing account totals. | John Wiegley | 2009-02-09 | 3 | -3/+17 |
* | Corrected a problem with parsing parens in argument query expressions. | John Wiegley | 2009-02-09 | 1 | -6/+12 |
* | Always calculate transaction totals based on the expression for the amount. | John Wiegley | 2009-02-09 | 1 | -6/+2 |
* | Include boost/version.hpp, so Ledger can tell which version the user has. | John Wiegley | 2009-02-09 | 1 | -0/+1 |
* | Had to step back from a change that was breaking regular reports. | John Wiegley | 2009-02-09 | 3 | -3/+15 |
* | Added a now-missing #include of "account.h". | John Wiegley | 2009-02-09 | 1 | -0/+1 |
* | Removed unnecessary #include directives. | John Wiegley | 2009-02-09 | 2 | -2/+0 |
* | Revert "If a valexpr identifier is unknown at calc time, re-compile at that p... | John Wiegley | 2009-02-09 | 1 | -5/+2 |
* | If a valexpr identifier is unknown at calc time, re-compile at that point. | John Wiegley | 2009-02-09 | 1 | -2/+5 |
* | Fixed an issue where --amount EXPR wasn't seeing that it had been "handled". | John Wiegley | 2009-02-09 | 1 | -4/+9 |
* | Conditionalized some boost::filesystem calls that were too new. | John Wiegley | 2009-02-09 | 1 | -0/+4 |
* | Pass amount expression to calc_xacts, to be used for computing the total. | John Wiegley | 2009-02-08 | 4 | -6/+13 |
* | Fixes to the new Python/scope integration code. | John Wiegley | 2009-02-08 | 1 | -0/+7 |
* | Moved get_partial_name from format.cc into account_t, where it belongs. | John Wiegley | 2009-02-08 | 4 | -42/+28 |
* | Terminate the buffer used to read in item context. | John Wiegley | 2009-02-08 | 1 | -0/+2 |
* | pyinterp.cc shares global session; accept full paths passed to --import. | John Wiegley | 2009-02-08 | 2 | -2/+13 |
* | Perhaps expr_t objects to remember their scope "context". | John Wiegley | 2009-02-08 | 4 | -48/+71 |
* | Use path.filename() instead of the deprecated path.leaf(). | John Wiegley | 2009-02-08 | 1 | -1/+1 |
* | Include Boost's wrap_python.hpp, instead of Python.h. | John Wiegley | 2009-02-08 | 1 | -1/+1 |
* | Correctly compile the expressions passed to -t and -T. | John Wiegley | 2009-02-08 | 1 | -0/+12 |
* | Improved an error message that was trying to show transaction context. | John Wiegley | 2009-02-08 | 4 | -7/+5 |
* | If a ledger file is specified in .ledgerrc, ignore the environment. | John Wiegley | 2009-02-08 | 3 | -4/+5 |
* | If LEDGER_FILE was seen, ignore LEDGER. | John Wiegley | 2009-02-08 | 1 | -6/+12 |
* | Have all items respond to the "depth" property, defaulting to 0. | John Wiegley | 2009-02-08 | 1 | -0/+6 |
* | Moved several #includes to facilitate the use of pre-compiled headers. | John Wiegley | 2009-02-08 | 3 | -11/+27 |
* | Inverted the logical sense of query arguments; they now implicit use OR. | John Wiegley | 2009-02-08 | 1 | -42/+19 |
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 2 | -3/+6 |
* | Repaired the output of the "eval" command. | John Wiegley | 2009-02-08 | 1 | -9/+16 |
* | Added support for value expression definitions. | John Wiegley | 2009-02-08 | 12 | -25/+117 |
* | Added stub for --pending report flag. | John Wiegley | 2009-02-08 | 2 | -0/+2 |
* | Better semantics for the ?: ternary operator. | John Wiegley | 2009-02-08 | 2 | -6/+41 |
* | Added debug code to the op_t calculation routine. | John Wiegley | 2009-02-07 | 1 | -30/+58 |
* | Several fixes to get the state flags to appear right in "print". | John Wiegley | 2009-02-07 | 4 | -14/+24 |
* | Fixed a mistakenly const parameter. | John Wiegley | 2009-02-07 | 2 | -4/+4 |
* | item_t::get_uncleared was returning true if CLEARED. | John Wiegley | 2009-02-07 | 1 | -1/+1 |
* | Whitespace fix to the print report. | John Wiegley | 2009-02-07 | 1 | -3/+3 |
* | amount_t::in_place_* now returns void. Added value_t::unreduce. | John Wiegley | 2009-02-07 | 4 | -9/+32 |
* | Added --leeway option (for quote downloading) into session_t. | John Wiegley | 2009-02-07 | 2 | -0/+10 |
* | Moved parse_commodity_price into commodity_pool_t. | John Wiegley | 2009-02-07 | 2 | -0/+19 |
* | Don't show a running total in the CSV output. The user will have to manage | John Wiegley | 2009-02-07 | 1 | -1/+0 |
* | Reimplemented -B, -V, -I and -O. | John Wiegley | 2009-02-07 | 1 | -4/+26 |
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 1 | -1/+1 |