Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A patch from Juergen Daubert, which fixes the output from --version. | John Wiegley | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | Updated the version number to 2.6.1. | John Wiegley | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | Updated the build process in acprep and configure.in to run without issues, | John Wiegley | 2008-05-07 | 1 | -29/+29 |
| | | | | and to work with the Buildbot. | ||||
* | Increased version to 2.6.0.90 and added documentation for this release. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -5/+67 |
| | | | | binary cache. | ||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -9/+0 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+9 |
| | |||||
* | Added build logic for the Emacs file. | John Wiegley | 2008-04-13 | 1 | -0/+3 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -40/+0 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -3/+2 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -10/+37 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | minor bit twiddling | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Added -lpython$PYTHON_VERSION to the LIBS line. The way things were, | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | the boost test would always fail. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+39 |
| | |||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -18/+0 |
| | |||||
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -0/+29 |
| | | | | real-world testing. | ||||
* | Check for `realpath' function, used by the new "output" command. If | John Wiegley | 2008-04-13 | 1 | -5/+1 |
| | | | | it's not available, filename matching must be exact. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Fixed check for libxmlparse. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Changed all of the library tests into actual compile/link tests, to | John Wiegley | 2008-04-13 | 1 | -16/+74 |
| | | | | | | ensure that the compilation environment is what it needs to be. Also, added a test to make sure the C++ compiler has some basic features, since gcc2.95 will not work. | ||||
* | Check for libxmlparse.a using a compile test instead of a link test. | John Wiegley | 2008-04-13 | 1 | -7/+33 |
| | | | | This is much less ambiguous. | ||||
* | Increased version to 2.1. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Increased version to 2.06 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Fixed a textual parsing bug. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Increased version to 2.04 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Upped version to 2.03 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+96 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -98/+0 |
| | |||||
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -22/+40 |
| | |||||
* | removed the "standalone" flag (unsafe with Boost) | John Wiegley | 2004-08-28 | 1 | -9/+0 |
| | |||||
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -0/+22 |
| | |||||
* | use libtool, for making shared libraries | John Wiegley | 2004-08-26 | 1 | -0/+67 |