| Commit message (Expand) | Author | Age | Files | Lines |
* | Added back the --version option, and changed acprep so that it hacks on the | John Wiegley | 2008-07-21 | 4 | -3/+36 |
* | Merged in from master. | John Wiegley | 2008-07-21 | 6 | -7/+757 |
|\ |
|
| * | 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 |
* | | Re-enabled almost all of the code in main.cc. | John Wiegley | 2008-07-20 | 6 | -40/+35 |
* | | The new XPath parser has been integrated, although I have removed the | John Wiegley | 2008-07-20 | 14 | -1302/+2797 |
* | | Changed the target directory within ~/Products. | John Wiegley | 2008-07-20 | 1 | -2/+3 |
* | | Things are at least compiling and linking again, but we're still far from | John Wiegley | 2008-07-20 | 5 | -48/+94 |
* | | Everything but main.cc is compiling again (but with much #if 0'd code). | John Wiegley | 2008-07-20 | 6 | -177/+140 |
* | | I have walked further along the road less compiled by... | John Wiegley | 2008-07-20 | 8 | -153/+131 |
* | | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 22 | -2673/+2729 |
* | | Added a tracing statement. | John Wiegley | 2008-07-19 | 1 | -3/+5 |
* | | Some basic fixes to get things almost running, although we still can't parse | John Wiegley | 2008-07-19 | 5 | -6/+37 |
* | | Merged in bug fixes from master (done for 2.6.1b) | John Wiegley | 2008-07-19 | 17 | -207/+784 |
|\| |
|
| * | 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 |
| * | Added several more date/time fixes from Nathan Jones. Fixes #49. | John Wiegley | 2008-07-17 | 2 | -3/+6 |
| * | Correct several glaring issues with interval_t and the date parser, which has | John Wiegley | 2008-07-17 | 2 | -18/+22 |
| * | Moved the sequencing of a call to node.reset, since the intervening expression | John Wiegley | 2008-07-17 | 1 | -1/+1 |
| * | Reverted changes to option.cc in commit 2bdafd71, since I do not want to | John Wiegley | 2008-07-17 | 1 | -3/+3 |
| * | Removed incorrect statement about there being no Emacs mode for Ledger. Fixes | John Wiegley | 2008-07-16 | 1 | -6/+7 |
| * | Patch from Nathan Jones so that trailing whitespace after account names in a | John Wiegley | 2008-07-16 | 1 | -1/+2 |
| * | Added COPYING and TAGS to the ignore list. | John Wiegley | 2008-07-13 | 1 | -0/+2 |
| * | Added #include lines for building on Debian lenny. | John Wiegley | 2008-07-13 | 2 | -1/+1 |
| * | Fix compile errors with gcc 4.3 | Nathan Jones | 2008-05-23 | 2 | -0/+2 |
| * | Fix compile errors with gcc 4.3 | Nathan Jones | 2008-05-20 | 3 | -0/+3 |
* | | Commented out code that's not being used yet. | John Wiegley | 2008-07-19 | 3 | -4/+4 |
* | | Don't remove pre-existing build directories when running acprep | John Wiegley | 2008-07-19 | 1 | -1/+0 |