| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Several changes to Makefile.am for 'make dist' and 'make distcheck' to work. | John Wiegley | 2008-08-06 | 1 | -40/+18 |
|/ |
|
* | Corrected a bad rounding bug that affecting very small commodity entries. | John Wiegley | 2008-07-28 | 2 | -6/+5 |
* | Added the concept of "balance setting transactions". | John Wiegley | 2008-07-27 | 5 | -6/+209 |
* | Another quick optimization that cuts down on memory allocation. | John Wiegley | 2008-07-26 | 1 | -3/+5 |
* | Added a simple optimization to the way amount strings are parsed. | John Wiegley | 2008-07-26 | 3 | -26/+25 |
* | Increased binary cache file internal version number. | John Wiegley | 2008-07-26 | 1 | -2/+2 |
* | acprep: I don't keep ChangeLog files under version control anymore, but | John Wiegley | 2008-07-23 | 2 | -1/+2 |
* | More copyright date updates. | John Wiegley | 2008-07-21 | 2 | -2/+2 |
* | A patch from Juergen Daubert, which fixes the output from --version. | John Wiegley | 2008-07-21 | 2 | -2/+2 |
* | When using the "entry" command with an unknown payee, get the draw account | John Wiegley | 2008-07-20 | 1 | -4/+15 |
* | Corrected the copyright date in ledger.el. | John Wiegley | 2008-07-20 | 1 | -2/+2 |
* | Erroneously compared a character position to NUL, rather than setting it. | John Wiegley | 2008-07-19 | 1 | -3/+3 |
* | When converting datetime_t to a long, I now need to directly access the 'when' | John Wiegley | 2008-07-19 | 2 | -5/+10 |
* | Merged over changes from the newer ledger.el that was in my FTP directory. | John Wiegley | 2008-07-18 | 1 | -84/+555 |
* | Reconciling using ledger.el is now line-based, instead of character based, due | John Wiegley | 2008-07-17 | 2 | -7/+13 |
* | Updated the version number to 2.6.1. | John Wiegley | 2008-07-17 | 4 | -3/+7 |
* | Changes to allow DATETIME values to be negated, for the purposes of reverse | John Wiegley | 2008-07-17 | 2 | -4/+5 |
* | Changed the default value of ledger-binary-path to just "ledger", since | John Wiegley | 2008-07-17 | 1 | -7/+2 |
* | The "entry" command now correctly allows for a "draw account". | John Wiegley | 2008-07-17 | 1 | -8/+23 |
* | Corrected a mis-type in the NEWS file. | John Wiegley | 2008-07-17 | 1 | -2/+2 |
* | Disabled an error check that has no real value in 2.6. | John Wiegley | 2008-07-17 | 1 | -2/+12 |
* | slanack: The problem was that <split:quantity> received the `transaction | John Wiegley | 2008-07-17 | 1 | -7/+3 |
* | Added helper methods for comparing a balance to a balance_pair. | John Wiegley | 2008-07-17 | 1 | -0/+16 |
* | If AMOUNT_PARSE_NO_MIGRATE is set, do not set a commodity's precision even if | John Wiegley | 2008-07-17 | 1 | -4/+3 |
* | Round unbalanced remainders before reporting them, because that will make a | John Wiegley | 2008-07-17 | 1 | -0/+3 |
* | Protect against a case where xact->entry may legitimately be NULL. | John Wiegley | 2008-07-17 | 1 | -2/+2 |
* | Moved an auto_ptr up into main, since the memory it governs must still be | John Wiegley | 2008-07-17 | 1 | -4/+10 |
* | Removed implicit conversions from ledger::date_t to std::time_t, since this | John Wiegley | 2008-07-17 | 1 | -9/+6 |
* | Strip \r from all lines read. | John Wiegley | 2008-07-17 | 1 | -9/+23 |
* | Fixed several issues with clocking out in a timelog, which was leading to an | John Wiegley | 2008-07-17 | 1 | -15/+32 |
* | Rather than just aborting, report an intelligent error if the comma operator | John Wiegley | 2008-07-17 | 1 | -4/+10 |
* | Removed unnecessary assert. | John Wiegley | 2008-07-17 | 1 | -1/+0 |
* | Check whether this_bal actually finds a matching commodity value, otherwise | John Wiegley | 2008-07-17 | 1 | -17/+19 |