summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added "fixated commodity pricing"John Wiegley2009-03-024-3/+35
| | | | | | | | | | | | | If you put '=' before an annotated commodity's price, it will cause any future market valuation of that commodity to use that price, and ignore whatever changes may have happened since in the market price. This can be useful if you are tracking gas expenses based on a standard rate which, although it changes over time, should not adjust the historical valuation of how much the gas cost at the time it was purchased: 2009/01/01 Payee Expenses:Gas 100 GAL {=$2} Liabilities:MasterCard $-200
* Removed tools/push from version controlJohn Wiegley2009-03-021-11/+0
|
* The entry command now implies --actualJohn Wiegley2009-03-021-2/+4
|
* The entry command always creates uncleared itemsJohn Wiegley2009-03-021-1/+6
|
* The entry command no longer handles effective datesJohn Wiegley2009-03-021-10/+1
|
* The optimized build could not run 'make fullcheck'John Wiegley2009-03-021-2/+2
|
* Failing RegressTests weren't reporting failureJohn Wiegley2009-03-021-1/+4
|
* Patched some date-sensitive testsJohn Wiegley2009-03-023-39/+39
|
* Refactored tools/proofJohn Wiegley2009-03-021-54/+46
|
* Fixed a broken Makefile dependencyJohn Wiegley2009-03-011-2/+2
|
* Changed how comments are output to be more logicalJohn Wiegley2009-03-013-12/+16
|
* Move tools/autogen.sh to root of distributionJohn Wiegley2009-03-011-2/+4
|
* Pass CC/LD/CXX to CppUnit build in lib/MakefileJohn Wiegley2009-02-281-7/+7
|
* Filter debug info output by GuardMallocJohn Wiegley2009-02-281-5/+10
|
* Created test/input/wow.datJohn Wiegley2009-02-281-0/+550
|
* Removed a license file that's no longer relevantJohn Wiegley2009-02-281-25/+0
|
* Reorganized some files in tools/ and test/John Wiegley2009-02-2811-36/+47
|
* Fixed the printing of O_CONS nodesJohn Wiegley2009-02-282-16/+27
|
* Use g++-4.3 on OS X, if availableJohn Wiegley2009-02-281-1/+11
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-287-185/+221
|
* Added a build step to tools/proofJohn Wiegley2009-02-281-0/+6
|
* Removed custom rules relating to TAGS generationJohn Wiegley2009-02-281-6/+0
|
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-2824-101/+147
|
* Corrected a potential invalid memory accessJohn Wiegley2009-02-281-4/+7
|
* Separator in "balance" now part of format stringJohn Wiegley2009-02-278-23/+46
|
* Fixed a compile error found by g++-4.3.2John Wiegley2009-02-271-4/+4
|
* The generate report now generates lot detailsJohn Wiegley2009-02-271-14/+14
|
* The generate report now implies --actualJohn Wiegley2009-02-271-0/+1
|
* Allow --head to limit the entries generate createsJohn Wiegley2009-02-271-1/+3
|
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-275-29/+57
|
* Changed "priced" to "cost_calculated" for clarityJohn Wiegley2009-02-274-16/+21
|
* Fix to amount unreduction (aka, 120m -> 2h)John Wiegley2009-02-275-1299/+1296
|
* Fixed the operation of --head and --tailJohn Wiegley2009-02-272-16/+28
|
* Corrected output of O_CALL nodesJohn Wiegley2009-02-271-3/+5
|
* Be smarter about trimming off trailing zeroesJohn Wiegley2009-02-272-7/+8
|
* Removed an extraneous addition to EXTRA_DISTJohn Wiegley2009-02-271-2/+0
|
* Add -j3 to the pre-commit hook's make invocationJohn Wiegley2009-02-271-1/+1
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-279-1/+723
|
* The print command now prints xact's effective dateJohn Wiegley2009-02-272-0/+9
|
* Fixed bugs relating to sign and rounding of costsJohn Wiegley2009-02-276-15/+39
|
* If an error occurred in /dev/stdin, don't fopen itJohn Wiegley2009-02-271-1/+1
|
* Added an --unround option, to show full precisionJohn Wiegley2009-02-275-1/+32
|
* Changed the "truncate" valexpr func to "truncated"John Wiegley2009-02-272-7/+7
|
* balance_t is no longer a superclassJohn Wiegley2009-02-271-10/+9
|
* Fixes to entry note parsingJohn Wiegley2009-02-271-2/+3
|
* Don't propagate display flags from cost amountsJohn Wiegley2009-02-271-4/+4
|
* Normalize "dots" output from some of the testsJohn Wiegley2009-02-272-4/+4
|
* Fixed the way item state is parsed and managedJohn Wiegley2009-02-275-31/+21
|
* Gave round/unround/truncate all in_place_ variantsJohn Wiegley2009-02-275-42/+89
|
* Refinements to amount_t validation codeJohn Wiegley2009-02-271-8/+13
|