| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Added TAGS file to the ignore list | John Wiegley | 2008-05-20 | 1 | -0/+1 |
* | | Most things are building, but not the Python code | John Wiegley | 2008-05-12 | 4 | -77/+51 |
* | | Changed PYTHON_HOME path in acprep | John Wiegley | 2008-05-11 | 1 | -1/+1 |
* | | Use git-describe to determine the current Ledger source version. | John Wiegley | 2008-05-11 | 1 | -0/+3 |
* | | Renamed configure.in to configure.tmpl. | John Wiegley | 2008-05-11 | 2 | -1/+2 |
* | | Got the unit tests compiling again (though not running yet). | John Wiegley | 2008-05-09 | 9 | -25/+28 |
* | | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 52 | -1225/+2745 |
* | | Added full copyright notice. | John Wiegley | 2008-05-08 | 1 | -1/+32 |
* | | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 48 | -7502/+10098 |
* | | Exchanged old test files for the new testing code in was-v3.0. | John Wiegley | 2008-05-08 | 58 | -1638/+3591 |
|/ |
|
* | Changed from using .cvsignore to .gitignore. | John Wiegley | 2008-05-08 | 2 | -10/+63 |
* | option.cc: Include unistd.h, to pull in the prototype for access(). This was | John Wiegley | 2008-05-07 | 2 | -10/+26 |
* | Updated ChangeLog. | John Wiegley | 2008-05-07 | 0 | -0/+0 |
* | datetime.h (class date_t, operator-): [#34] Changed two methods to allow | John Wiegley | 2008-05-07 | 1 | -2/+2 |
* | Updated the build process in acprep and configure.in to run without issues, | John Wiegley | 2008-05-07 | 2 | -50/+63 |
* | [#31] Escaped some @-symbols in the Texi file which were not properly escaped. | John Wiegley | 2008-05-07 | 1 | -3/+3 |
* | Restored a missing history note re: v2.4.1. | John Wiegley | 2008-05-07 | 1 | -0/+4 |
* | Updated the ChangeLog to reflect the repository's entire history. | John Wiegley | 2008-05-02 | 0 | -0/+0 |
* | Reverted the master branch back to the state of v2.6.0.90, because I intend to | John Wiegley | 2008-05-02 | 4 | -39/+14 |
* | Support the --local option to acprep, which says not to use ~/Products. | John Wiegley | 2008-04-24 | 1 | -5/+9 |
* | Fixed acprep so that it builds Ledger again. Somehow it got completely | John Wiegley | 2008-04-20 | 1 | -6/+13 |
* | Restored a missing history note re: v2.4.1. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
* | Added a class operator hack to allow building on FreeBSD 8. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Fixed #36: -e wasn't parsing the passed in date correctly. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
* | Fixed issue #31. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
* | Added a fix to allowing building on the latest version of BSD. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Added INSTALL file | John Wiegley | 2008-04-13 | 0 | -0/+0 |
* | Changed pathnames for 10.5 | John Wiegley | 2008-04-13 | 1 | -2/+12 |
* | Increased version to 2.6.0.90 and added documentation for this release. | John Wiegley | 2008-04-13 | 4 | -4/+70 |
* | Added missing casts to amount_t. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Improvements to the position calculation logic during parsing. | John Wiegley | 2008-04-13 | 1 | -5/+8 |
* | Corrected help documentation for --budget flag. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Added a note field to entry_t objects. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
* | When building an auto-entry, copy over details so that the resulting | John Wiegley | 2008-04-13 | 1 | -0/+12 |
* | Cast time_t object to long, for the sake of FreeBSD. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Increment month days, not months, when calculating a date. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Fixes to the commodity comparison logic. | John Wiegley | 2008-04-13 | 1 | -6/+8 |
* | (handle_value): The transaction xdata.dflags were being set too late; the | John Wiegley | 2008-04-13 | 1 | -2/+3 |