Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix silent errors when reading lines from input files. | Austin Wise | 2021-08-24 | 1 | -0/+6 |
| | | | | | | | | Handle files that don't end with a new line. Throw an error when the buffer size is exceeded. Fixes #516 Contributes to #1149 | ||||
* | Add regress test for bugs 550 and 584 | thdox | 2017-01-05 | 1 | -55/+0 |
| | |||||
* | Corrected discrepancies between documentation and drewr3.dat regarding apply ↵ | Craig Earls | 2013-09-07 | 1 | -11/+0 |
| | | | | and bucket | ||||
* | Fix test/input/drewr3.dat | John Wiegley | 2013-05-23 | 1 | -8/+8 |
| | |||||
* | Initial commit of ledger-mode documentation and demo file | Craig Earls | 2013-02-26 | 1 | -0/+63 |
| | |||||
* | Use "apply tag" instead of "tag" in test/input/sample.dat | John Wiegley | 2012-02-27 | 1 | -2/+4 |
| | |||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 2 | -0/+66 |
| | |||||
* | Added detailed documentation of most command directives. Added command ↵ | Craig Earls | 2012-02-10 | 1 | -2/+18 |
| | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. | ||||
* | Ready for first publication | Craig Earls | 2011-10-02 | 1 | -7/+7 |
| | |||||
* | updated to work with V3 | Craig Earls | 2011-09-29 | 1 | -0/+67 |
| | |||||
* | General document structuring and transfer from older docs | Craig Earls | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | Removed test/input/speed-test.dat | John Wiegley | 2010-11-26 | 1 | -32717/+0 |
| | |||||
* | Added a 'speedtest' Makefile target | John Wiegley | 2010-06-07 | 1 | -0/+32717 |
| | |||||
* | Updated test/input/sample.dat | John Wiegley | 2009-11-20 | 1 | -12/+22 |
| | |||||
* | Added a new entry to the drewr.dat file | John Wiegley | 2009-06-02 | 1 | -0/+4 |
| | |||||
* | Created test/input/wow.dat | John Wiegley | 2009-02-28 | 1 | -0/+550 |
| | |||||
* | Reorganized some files in tools/ and test/ | John Wiegley | 2009-02-28 | 3 | -0/+323 |
| | |||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -0/+5619 |
This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code. |