summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* The letter 'z' was not allowed in commodity namesJohn Wiegley2009-02-271-2/+2
* Run the confirm tests using --verifyJohn Wiegley2009-02-271-1/+1
* Removed special case from pre-commit hookJohn Wiegley2009-02-271-4/+0
* Fixed a buffer overrunJohn Wiegley2009-02-273-9/+24
* Fixed a system-specific issue in acprepJohn Wiegley2009-02-261-1/+3
* interactive in ledger-reconcile only needs one argDrew Raines2009-02-261-1/+1
* Added support for tag/pop parsing directivesJohn Wiegley2009-02-261-7/+49