index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
If a textual directive can't be found, ignore it.
John Wiegley
2009-02-10
1
-0
/
+4
|
*
Pass all unrecognized options to configure.
John Wiegley
2009-02-10
1
-2
/
+2
|
*
Use --disable-static on Linux x86_64 machines.
John Wiegley
2009-02-09
1
-0
/
+3
|
*
Break libledger_data's dependency on session_t.
John Wiegley
2009-02-09
4
-32
/
+35
|
*
When -V is used, show the market value for the amount as well as the total.
John Wiegley
2009-02-09
1
-0
/
+1
|
*
Exclude | from the legal commodity character set, as per the comment.
John Wiegley
2009-02-09
1
-1
/
+1
|
*
Fix to handling of effective dates in xact_t::date().
John Wiegley
2009-02-09
1
-3
/
+9
|
*
Fixed the operator precedence of several operators.
John Wiegley
2009-02-09
1
-100
/
+115
|
*
Removed reference to session_t from the iterators module.
John Wiegley
2009-02-09
5
-35
/
+37
|
*
Fixed the use of --effective and --date-format (-y).
John Wiegley
2009-02-09
8
-51
/
+53
|
*
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
9
-767
/
+11
|
|
|
|
|
This type was a holdback from the days before the amount_expr was used everywhere to determine a transaction's value.
*
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 ↵
John Wiegley
2009-02-09
1
-5
/
+2
|
|
|
|
|
|
point." This reverts commit 4a463aca3bece8f2beb68b0fc4d347a713ff07a6.
*
Corrected libraries dependencies for some of the unit tests.
John Wiegley
2009-02-09
1
-2
/
+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
2
-0
/
+12
|
*
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
4
-13
/
+18
|
*
Moved get_partial_name from format.cc into account_t, where it belongs.
John Wiegley
2009-02-08
4
-42
/
+28
|
*
acprep now takes a --pch flag, as in "--pch --devel". It must come first.
John Wiegley
2009-02-08
1
-3
/
+6
|
*
Attribute lookup on a Value object which is a Scope now searches the scope.
John Wiegley
2009-02-08
5
-42
/
+129
|
*
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
5
-46
/
+46
|
*
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
|
*
Conditionalize the ability to use pre-compiled headers.
John Wiegley
2009-02-08
1
-27
/
+31
|
*
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
|
*
Removed check for nl_langinfo from configure.ac.
John Wiegley
2009-02-08
1
-1
/
+1
|
*
Have all items respond to the "depth" property, defaulting to 0.
John Wiegley
2009-02-08
1
-0
/
+6
|
*
Re-enabled the use of pre-compiled headers over debug libs in acprep --devel.
John Wiegley
2009-02-08
2
-12
/
+22
|
*
Temporarily stub out the Python unit tests.
John Wiegley
2009-02-08
1
-7
/
+7
|
*
Moved several #includes to facilitate the use of pre-compiled headers.
John Wiegley
2009-02-08
21
-77
/
+27
|
[next]