Commit graph

36 commits

Author SHA1 Message Date
John Wiegley
e7b8e39977 Increased version to 2.6.0.90 and added documentation for this release. 2008-04-13 05:09:39 -04:00
John Wiegley
c7b4370ff9 changes 2008-04-13 02:41:33 -04:00
John Wiegley
2964dd15b2 *** empty log message *** 2008-04-13 02:41:30 -04:00
John Wiegley
82d0ee869b Added --ansi and --ansi-invert options. 2008-04-13 02:41:30 -04:00
John Wiegley
0c55a5ee1b (read_binary_journal): Fixed a tiny memory leak when reading from a
binary cache.
2008-04-13 02:41:28 -04:00
John Wiegley
7901598f1d Checked in all major updates. 2008-04-13 02:41:27 -04:00
John Wiegley
f2a167e0ed *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
b25a1e7bc7 Added build logic for the Emacs file. 2008-04-13 02:41:22 -04:00
John Wiegley
a8012940f4 Removed Python integration support. 2008-04-13 02:41:21 -04:00
John Wiegley
f691735c6c Restructed the code that it can build and be used as a shared library.
The command-line version is still statically bound in the build
process by default (for the sake of speed).
2008-04-13 02:41:21 -04:00
John Wiegley
a53f44ecda Support has been added for clearing of individual transactions. Set
`ledger-clear-whole-entries' in Emacs to revert to the old behavior.
2008-04-13 02:41:19 -04:00
John Wiegley
b462a8bf50 *** empty log message *** 2008-04-13 02:41:18 -04:00
John Wiegley
155685657f *** empty log message *** 2008-04-13 02:41:12 -04:00
John Wiegley
b671d2934b minor bit twiddling 2008-04-13 02:41:07 -04:00
John Wiegley
7a38b49048 Added -lpython$PYTHON_VERSION to the LIBS line. The way things were,
the boost test would always fail.
2008-04-13 02:41:01 -04:00
John Wiegley
547be3056d *** empty log message *** 2008-04-13 02:41:00 -04:00
John Wiegley
1c7669671c Changes to support building with gcc 2.95. 2008-04-13 02:40:57 -04:00
John Wiegley
193a801c03 Added preliminary support for OFX, using libofx. Needs much
real-world testing.
2008-04-13 02:40:55 -04:00
John Wiegley
b5a6384d8d Check for `realpath' function, used by the new "output" command. If
it's not available, filename matching must be exact.
2008-04-13 02:40:54 -04:00
John Wiegley
3ea12c622d *** empty log message *** 2008-04-13 02:40:53 -04:00
John Wiegley
ea36f88f95 Fixed check for libxmlparse. 2008-04-13 02:40:53 -04:00
John Wiegley
482331d425 *** empty log message *** 2008-04-13 02:40:52 -04:00
John Wiegley
5ac1f9716f Changed all of the library tests into actual compile/link tests, to
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.
2008-04-13 02:40:51 -04:00
John Wiegley
35d7cbb7a0 Check for libxmlparse.a using a compile test instead of a link test.
This is much less ambiguous.
2008-04-13 02:40:50 -04:00
John Wiegley
0fc8d78daa Increased version to 2.1. 2008-04-13 02:40:49 -04:00
John Wiegley
003de10848 Increased version to 2.06 2008-04-13 02:40:48 -04:00
John Wiegley
b02c7ef8aa Fixed a textual parsing bug. 2008-04-13 02:40:48 -04:00
John Wiegley
aa3101f7ed Increased version to 2.04 2008-04-13 02:40:48 -04:00
John Wiegley
695c2d6e28 Upped version to 2.03 2008-04-13 02:40:48 -04:00
John Wiegley
1db60b12e2 updated to 2.02 2008-04-13 02:40:48 -04:00
John Wiegley
c9fb11bd60 updated to version 2.0 2008-04-13 02:40:47 -04:00
John Wiegley
a32173ace6 changes 2008-04-13 02:40:47 -04:00
John Wiegley
a7ea33a8ec passing --enable-python to configure is now required for python support 2004-09-20 04:07:02 -04:00
John Wiegley
3034529d54 removed the "standalone" flag (unsafe with Boost) 2004-08-28 04:48:43 -04:00
John Wiegley
b4304515ff ledger.so (the python module) now builds based on autoconf discovery 2004-08-28 04:26:48 -04:00
John Wiegley
f0238fdd06 use libtool, for making shared libraries 2004-08-26 20:29:58 -04:00
Renamed from configure.ac (Browse further)