summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fixed a case where adding an amount to an integer failed.John Wiegley2009-02-091-0/+4
* | | | | | Added a new --collapse-if-zero option.John Wiegley2009-02-095-6/+28
* | | | | | Don't apply an automated entry to a generated transaction.John Wiegley2009-02-091-3/+2
* | | | | | Was failing to copy over the xact's assigned_amount when copy constructing.John Wiegley2009-02-091-0/+1
* | | | | | Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-099-767/+11
* | | | | | Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-098-57/+54
* | | | | | Recompile the amount_expr before summing account totals.John Wiegley2009-02-093-3/+17
* | | | | | Corrected a problem with parsing parens in argument query expressions.John Wiegley2009-02-091-6/+12
* | | | | | Always calculate transaction totals based on the expression for the amount.John Wiegley2009-02-091-6/+2
* | | | | | Include boost/version.hpp, so Ledger can tell which version the user has.John Wiegley2009-02-091-0/+1
* | | | | | Had to step back from a change that was breaking regular reports.John Wiegley2009-02-093-3/+15
* | | | | | Added a now-missing #include of "account.h".John Wiegley2009-02-091-0/+1
* | | | | | Removed unnecessary #include directives.John Wiegley2009-02-092-2/+0
* | | | | | Revert "If a valexpr identifier is unknown at calc time, re-compile at that p...John Wiegley2009-02-091-5/+2
* | | | | | Corrected libraries dependencies for some of the unit tests.John Wiegley2009-02-091-2/+2
* | | | | | If a valexpr identifier is unknown at calc time, re-compile at that point.John Wiegley2009-02-091-2/+5
* | | | | | Fixed an issue where --amount EXPR wasn't seeing that it had been "handled".John Wiegley2009-02-091-4/+9
* | | | | | Conditionalized some boost::filesystem calls that were too new.John Wiegley2009-02-092-0/+12
* | | | | | Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-084-6/+13
* | | | | | Fixes to the new Python/scope integration code.John Wiegley2009-02-084-13/+18
* | | | | | Moved get_partial_name from format.cc into account_t, where it belongs.John Wiegley2009-02-084-42/+28
* | | | | | acprep now takes a --pch flag, as in "--pch --devel". It must come first.John Wiegley2009-02-081-3/+6
* | | | | | Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-085-42/+129
* | | | | | Terminate the buffer used to read in item context.John Wiegley2009-02-081-0/+2
* | | | | | pyinterp.cc shares global session; accept full paths passed to --import.John Wiegley2009-02-085-46/+46
* | | | | | Perhaps expr_t objects to remember their scope "context".John Wiegley2009-02-084-48/+71
* | | | | | Use path.filename() instead of the deprecated path.leaf().John Wiegley2009-02-081-1/+1
* | | | | | Include Boost's wrap_python.hpp, instead of Python.h.John Wiegley2009-02-081-1/+1
* | | | | | Conditionalize the ability to use pre-compiled headers.John Wiegley2009-02-081-27/+31
* | | | | | Correctly compile the expressions passed to -t and -T.John Wiegley2009-02-081-0/+12
* | | | | | Improved an error message that was trying to show transaction context.John Wiegley2009-02-084-7/+5
* | | | | | If a ledger file is specified in .ledgerrc, ignore the environment.John Wiegley2009-02-083-4/+5
* | | | | | If LEDGER_FILE was seen, ignore LEDGER.John Wiegley2009-02-081-6/+12
* | | | | | Removed check for nl_langinfo from configure.ac.John Wiegley2009-02-081-1/+1
* | | | | | Have all items respond to the "depth" property, defaulting to 0.John Wiegley2009-02-081-0/+6
* | | | | | Re-enabled the use of pre-compiled headers over debug libs in acprep --devel.John Wiegley2009-02-082-12/+22
* | | | | | Temporarily stub out the Python unit tests.John Wiegley2009-02-081-7/+7
* | | | | | Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-0821-77/+27
* | | | | | Inverted the logical sense of query arguments; they now implicit use OR.John Wiegley2009-02-081-42/+19
* | | | | | Inverted the default display mode for balance reports. Use -n to collapseJohn Wiegley2009-02-084-12/+26
* | | | | | Repaired the output of the "eval" command.John Wiegley2009-02-081-9/+16
* | | | | | Added support for value expression definitions.John Wiegley2009-02-0812-25/+117
* | | | | | Added stub for --pending report flag.John Wiegley2009-02-082-0/+2
* | | | | | Better semantics for the ?: ternary operator.John Wiegley2009-02-082-6/+41
* | | | | | Added debug code to the op_t calculation routine.John Wiegley2009-02-071-30/+58
* | | | | | Several fixes to get the state flags to appear right in "print".John Wiegley2009-02-074-14/+24
* | | | | | Fixed a mistakenly const parameter.John Wiegley2009-02-072-4/+4
* | | | | | item_t::get_uncleared was returning true if CLEARED.John Wiegley2009-02-071-1/+1
* | | | | | Whitespace fix to the print report.John Wiegley2009-02-071-3/+3
* | | | | | amount_t::in_place_* now returns void. Added value_t::unreduce.John Wiegley2009-02-074-9/+32