| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed acconf.h to config.h, for included gettext | John Wiegley | 2009-02-22 | 1 | -1/+1 |
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -1/+4 |
* | Removed check for nl_langinfo from configure.ac. | John Wiegley | 2009-02-08 | 1 | -1/+1 |
* | Don't give the user an error if libedit is not installed. | John Wiegley | 2009-02-04 | 1 | -2/+0 |
* | Added structural support in main() for using a REPL. | John Wiegley | 2009-02-04 | 1 | -0/+24 |
* | Changed capitalization of GMP and MFPR in the configure output. | John Wiegley | 2009-02-03 | 1 | -2/+2 |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -22/+0 |
* | Updated configure.ac to check for MPFR 2.4.0 or higher. | John Wiegley | 2009-02-02 | 1 | -1/+3 |
* | Removed unnecessary #ifdef block. pyinterp.h now guards itself. | John Wiegley | 2009-01-31 | 1 | -14/+13 |
* | Added a dependency on mpfr. | John Wiegley | 2009-01-30 | 1 | -0/+19 |
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -14/+0 |
* | Made 'make fullcheck' work for all the new unit tests. | John Wiegley | 2009-01-25 | 1 | -3/+0 |
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -55/+0 |
* | Build with gdtoa by default again, for the sake of Python users who pass | John Wiegley | 2009-01-23 | 1 | -1/+18 |
* | Several changes to autoconf and automake files: | John Wiegley | 2008-08-11 | 1 | -131/+69 |
* | Moved autoconf minimum version back to 2.61 (which is what comes with OS X). | John Wiegley | 2008-08-08 | 1 | -7/+15 |
* | Relaxed checking of Automake requirements, and removed any need for the | John Wiegley | 2008-08-07 | 1 | -1/+1 |
* | Removed the need for an external valgrind.sh script. Using autoconf instead. | John Wiegley | 2008-08-07 | 1 | -16/+11 |
* | Several changes to acprep to help me prepare a universal binary on OS X for | John Wiegley | 2008-08-07 | 1 | -1/+1 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -1/+1 |
* | Removed check for libpcre from configure.ac, since Boost.Regex is being used. | John Wiegley | 2008-08-05 | 1 | -22/+0 |
* | Changed the way that version info is included into a Ledger build. | John Wiegley | 2008-08-04 | 1 | -0/+437 |
* | use libtool, for making shared libraries | John Wiegley | 2004-08-26 | 1 | -66/+0 |
* | added check for --enable-standalone, as mentioned in the README | John Wiegley | 2004-08-26 | 1 | -1/+10 |
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -1/+1 |
* | misc maintenance changes | John Wiegley | 2004-08-24 | 1 | -2/+2 |
* | fixed a few minor bugs | John Wiegley | 2004-08-24 | 1 | -1/+1 |
* | a few fixes | John Wiegley | 2004-08-24 | 1 | -1/+2 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -3/+20 |
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -2/+2 |
* | move over to the autoconf system; Makefile.old is still there | John Wiegley | 2004-08-23 | 1 | -0/+39 |