summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | * changesJohn Wiegley2008-04-131-0/+1
| | | | | | |
| | | | | | * Started adding commodity testsJohn Wiegley2008-04-1322-3109/+3399
| | | | | | |
| | | | | | * Finished uncommoditized amount unit tests.John Wiegley2008-04-136-131/+488
| | | | | | |
| | | | | | * *** no comment ***John Wiegley2008-04-131-10/+10
| | | | | | |
| | | | | | * *** no comment ***John Wiegley2008-04-131-1/+1
| | | | | | |
| | | | | | * make distcheck now works.John Wiegley2008-04-131-10/+10
| | | | | | |
| | | | | | * make distcheck now works.John Wiegley2008-04-1312-182/+744
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-131-0/+5
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-131-4/+0
| | | | | | |
| | | | | | * Added all of the files necessary for building with configure (i.e., soJohn Wiegley2008-04-1311-0/+43986
| | | | | | | | | | | | | | | | | | | | | | | | | | | | running acprep is not necessary).
| | | | | | * Added a reference to gdtoa, for doing expected conversion of double to amount.John Wiegley2008-04-1369-116/+40025
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-132-2/+2
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-131-0/+0
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-131-0/+1
| | | | | | |
| | | | | | * Added python tests.John Wiegley2008-04-131-0/+2
| | | | | | |
| | | | | | * Added python tests.John Wiegley2008-04-1322-23/+34
| | | | | | |
| | | | | | * Added python tests.John Wiegley2008-04-136-0/+309
| | | | | | |
| | | | | | * *** no comment ***John Wiegley2008-04-131-1/+1
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-132-0/+0
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-1310-114/+121
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-135-5/+5
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-132-162/+162
| | | | | | |
| | | | | | * Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-1335-1004/+1123
| | | | | | |
| | | | | | * *** no comment ***John Wiegley2008-04-131-12/+12
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-132-348/+46
| | | | | | |
| | | | | | * Cleaned up warnings revealed by building with Xcode.John Wiegley2008-04-1314-16/+3172
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-130-0/+0
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-131-1/+0
| | | | | | |
| | | | | | * Miscellaneous changesJohn Wiegley2008-04-133-81/+2
| | | | | | |
| | | | | | * Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-1327-185/+0
| | | | | | |
| | | | | | * Removed dump.cc, dump.h.John Wiegley2008-04-131-2/+0
| | | | | | |
| | | | | | * Check in all changes made so far toward 3.0.John Wiegley2008-04-1377-5094/+11998
| | | | | | |
| | | | | * | Added ignore file entriesJohn Wiegley2009-02-201-0/+10
| | | | | | |
| | | | | * | I have improved the vim syntax file for ledger, c.f. attachment.Stefan Karrmann2009-01-311-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - The fold gets the amount (in the first transaction) even when a note or currency or commodity follows it. - It accepts "." and "," as a decimal separator.
| | | | | * | Update the link to the mailing list in the READMEMatt Palmer2009-01-311-1/+1
| | | | | | |
| | | | | * | Corrected one of the examples.John Wiegley2009-01-241-2/+2
| | | | | | |
| | | | | * | Updated NEWS file.John Wiegley2009-01-211-0/+3
| | | | | | |
| | | | | * | Changed the order in which options are processed, to provide for the correctJohn Wiegley2009-01-215-146/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overrides. 1. Global defaults 2. Environment variable settings 3. Initialization file 4. Command-line arguments Whatever is later in the list overrides what is earlier.
| | | | | * | Resolve outstanding stdin parsing issues by buffering the data.John Wiegley2009-01-211-10/+15
| | | | | | |
| | | | | * | Updated NEWS and TODO file.John Wiegley2009-01-212-300/+350
| | | | | | |
| | | | | * | Don't use a cache file if it equals '<none>' (when --no-cache is used).John Wiegley2009-01-202-2/+3
| | | | | | |
| | | | | * | Increased copyright range to include 2009.John Wiegley2009-01-204-4/+4
| | | | | | |
| | | | | * | Correctly output space if %2.2X is used.John Wiegley2009-01-201-0/+6
| | | | | | |
| | | | | * | Updated internal version number to 2.6.2.John Wiegley2008-10-214-3/+7
| | | | |/ /
| | | | * | Added autogen.sh.John Wiegley2008-09-175-27/+1497
| | | | | |
| | | | * | Ignore the file RegressionTests.John Wiegley2008-09-171-0/+1
| | | | | |
| | | | * | Do not adjust display precision when parsing a pricing entry.John Wiegley2008-09-172-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 7E5D2A6C-A15F-4BC8-A851-04A48E3E30F4
| | | | * | If '[TEXT]' found in a transaction note fails to parse as a date, ignore it.John Wiegley2008-09-172-450/+443
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 96DDA4B9-E216-4C7A-8D0E-02B0F39CA256
| | | | * | When printing lot dates, never include a time.John Wiegley2008-09-171-1/+1
| | | | | |
| | | | * | Permit date_t to be constructed by a datetime_t.John Wiegley2008-09-171-4/+1
| | | | | |