| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | | | * | | Miscellaneous changes | John Wiegley | 2008-04-13 | 3 | -81/+2 |
| | | | | | * | | Removed all uses of PCH (which was far more trouble than it was worth). | John Wiegley | 2008-04-13 | 27 | -185/+0 |
| | | | | | * | | Removed dump.cc, dump.h. | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | | | | | * | | Check in all changes made so far toward 3.0. | John Wiegley | 2008-04-13 | 77 | -5094/+11998 |
| | | | | * | | | Added ignore file entries | John Wiegley | 2009-02-20 | 1 | -0/+10 |
| | | | | * | | | I have improved the vim syntax file for ledger, c.f. attachment. | Stefan Karrmann | 2009-01-31 | 1 | -16/+25 |
| | | | | * | | | Update the link to the mailing list in the README | Matt Palmer | 2009-01-31 | 1 | -1/+1 |
| | | | | * | | | Corrected one of the examples. | John Wiegley | 2009-01-24 | 1 | -2/+2 |
| | | | | * | | | Updated NEWS file. | John Wiegley | 2009-01-21 | 1 | -0/+3 |
| | | | | * | | | Changed the order in which options are processed, to provide for the correct | John Wiegley | 2009-01-21 | 5 | -146/+165 |
| | | | | * | | | Resolve outstanding stdin parsing issues by buffering the data. | John Wiegley | 2009-01-21 | 1 | -10/+15 |
| | | | | * | | | Updated NEWS and TODO file. | John Wiegley | 2009-01-21 | 2 | -300/+350 |
| | | | | * | | | Don't use a cache file if it equals '<none>' (when --no-cache is used). | John Wiegley | 2009-01-20 | 2 | -2/+3 |
| | | | | * | | | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 4 | -4/+4 |
| | | | | * | | | Correctly output space if %2.2X is used. | John Wiegley | 2009-01-20 | 1 | -0/+6 |
| | | | | * | | | Updated internal version number to 2.6.2. | John Wiegley | 2008-10-21 | 4 | -3/+7 |
| | | | |/ / / |
|
| | | | * | | | Added autogen.sh. | John Wiegley | 2008-09-17 | 5 | -27/+1497 |
| | | | * | | | Ignore the file RegressionTests. | John Wiegley | 2008-09-17 | 1 | -0/+1 |
| | | | * | | | Do not adjust display precision when parsing a pricing entry. | John Wiegley | 2008-09-17 | 2 | -9/+11 |
| | | | * | | | If '[TEXT]' found in a transaction note fails to parse as a date, ignore it. | John Wiegley | 2008-09-17 | 2 | -450/+443 |
| | | | * | | | When printing lot dates, never include a time. | John Wiegley | 2008-09-17 | 1 | -1/+1 |
| | | | * | | | Permit date_t to be constructed by a datetime_t. | John Wiegley | 2008-09-17 | 1 | -4/+1 |
| | | | * | | | Increased xml output version to 2.6. | John Wiegley | 2008-09-17 | 1 | -1/+3 |
| | | | * | | | Removed "note" field in entry_t, since that feature is not appearing in 2.6.1. | John Wiegley | 2008-09-17 | 1 | -1/+0 |
| | | | * | | | When automatically associating lot details with a commodity, use only the | John Wiegley | 2008-09-17 | 3 | -62/+75 |
| | | | * | | | Marked TODO closed: Merge Levin's changes into v2.6.1b. | John Wiegley | 2008-08-26 | 1 | -6/+7 |
| | | | * | | | Merge branch git://github.com/levindu/ledger.git 'master' into v2.6.1b | John Wiegley | 2008-08-26 | 5 | -18/+18 |
| | | | |\ \ \ |
|
| | | | | * | | | ledger.el: fix broken ledger reconcile | Levin Du | 2008-07-31 | 1 | -12/+8 |
| | | | | * | | | fix balance error if read from stdin | Levin Du | 2008-07-31 | 1 | -4/+3 |
| | | | | * | | | fix beg_line bug | Levin Du | 2008-07-29 | 2 | -5/+6 |
| | | | | * | | | add --root option to python module build | Levin Du | 2008-07-29 | 1 | -1/+1 |
| | | | * | | | | Added a note about needing to merge in levin's changes. | John Wiegley | 2008-08-26 | 2 | -0/+6 |
| | | | * | | | | Changed sorting order of task items. | John Wiegley | 2008-08-18 | 1 | -698/+698 |
| | | | * | | | | Updated data/ submodule reference. | John Wiegley | 2008-08-18 | 2 | -1/+1 |
| | | | * | | | | Updated TODO file to match what was in the Trac for 2.6.1. | John Wiegley | 2008-08-18 | 2 | -254/+851 |
| | | | * | | | | Added a link to the 'data' submodule, for task attachments. | John Wiegley | 2008-08-17 | 2 | -0/+3 |
| | | | * | | | | Make it so that the AUTHORS and COPYING files are no longer required. | John Wiegley | 2008-08-17 | 1 | -2/+2 |
| | | | * | | | | Added a TODO file, which contains all of the issues resolved, and needing to | John Wiegley | 2008-08-16 | 1 | -0/+477 |
| | | | * | | | | Added a header inclusion for <memory>. | John Wiegley | 2008-08-16 | 1 | -0/+1 |
| | | | * | | | | Revert "Added the concept of "balance setting transactions"." | John Wiegley | 2008-08-09 | 5 | -209/+6 |
| | | | * | | | | The Boost.Python module is building again. | John Wiegley | 2008-08-08 | 3 | -9/+36 |
| | | | * | | | | Add the OFX include directory to acprep. | John Wiegley | 2008-08-08 | 1 | -0/+1 |
| | | | * | | | | Don't synchronize stdio with iostreams, since it's unnecessary. This can give | John Wiegley | 2008-08-08 | 1 | -0/+2 |
| | | * | | | | | changes | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | | * | | | | | Always initialize tm_isdst to -1. | John Wiegley | 2008-04-13 | 2 | -11/+22 |
| | | * | | | | | Fixed a possible memory corruption bug (rare). | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | * | | | | | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -40/+57 |
| | | * | | | | | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | * | | | | | *** no comment *** | John Wiegley | 2008-04-13 | 5 | -22/+31 |
| | | * | | | | | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+4 |