| Commit message (Expand) | Author | Age | Files | Lines |
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 6 | -17/+89 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 6 | -25/+112 |
* | fixed an obscure "print" bug | John Wiegley | 2004-09-24 | 2 | -14/+18 |
* | fixed a rather obscure memory bug, which also simplified some code | John Wiegley | 2004-09-24 | 4 | -43/+13 |
* | finalizer fixes; removed use of timing.h from main.cc | John Wiegley | 2004-09-24 | 5 | -55/+19 |
* | changed entry_finalizer scheme to use objects, not just function pointers | John Wiegley | 2004-09-24 | 6 | -64/+72 |
* | conditionalized the reference to xmlparse and xmltok from setup.py | John Wiegley | 2004-09-24 | 2 | -1/+15 |
* | fix to entry | John Wiegley | 2004-09-24 | 2 | -2/+2 |
* | added rules to install headers and Python module | John Wiegley | 2004-09-23 | 1 | -5/+47 |
* | a bit more refactoring | John Wiegley | 2004-09-23 | 9 | -121/+172 |
* | added files | John Wiegley | 2004-09-23 | 1 | -0/+264 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 19 | -282/+50 |
* | moved entry hooking mechanism to journal_t; further improvements to "entry" | John Wiegley | 2004-09-23 | 9 | -147/+191 |
* | more "entry" fixes | John Wiegley | 2004-09-23 | 2 | -2/+17 |
* | greatly improved the flexibility of the "entry" command; no more bogus 1-liners | John Wiegley | 2004-09-23 | 4 | -35/+91 |
* | fixed a bug with interval reporting | John Wiegley | 2004-09-23 | 2 | -3/+5 |
* | added lots of commenting to main.py | John Wiegley | 2004-09-23 | 1 | -9/+92 |
* | always sort the transaction chain, if interval reporting is being used | John Wiegley | 2004-09-23 | 1 | -3/+7 |
* | touch the ChangeLog | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 5 | -56/+58 |
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 8 | -34/+63 |
* | minor edit to NEWS file | John Wiegley | 2004-09-23 | 1 | -7/+7 |
* | added some error checking | John Wiegley | 2004-09-23 | 2 | -8/+26 |
* | doc updates | John Wiegley | 2004-09-23 | 1 | -115/+128 |
* | doc update | John Wiegley | 2004-09-23 | 1 | -2/+4 |
* | fix to date mask parsing; put in a safety cutoffs when asserts are enabled | John Wiegley | 2004-09-23 | 2 | -3/+22 |
* | updated docs | John Wiegley | 2004-09-23 | 1 | -101/+134 |
* | added all-clean target to Makefile.am; wipes out just about everything! | John Wiegley | 2004-09-23 | 2 | -2/+11 |
* | whitespace fix | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | fixed several issues in value_t's core | John Wiegley | 2004-09-21 | 9 | -215/+405 |
* | moved notice about Python to the end of NEWS | John Wiegley | 2004-09-21 | 1 | -7/+14 |
* | if --file and the --cache refer to the same file, don't use caching | John Wiegley | 2004-09-20 | 1 | -0/+3 |
* | updated docs | John Wiegley | 2004-09-20 | 1 | -3/+0 |
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 12 | -120/+97 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 14 | -193/+383 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 10 | -96/+137 |
* | fixes to main.py | John Wiegley | 2004-09-17 | 3 | -4/+47 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 11 | -456/+396 |
* | main.py (via ledger.so) and main.cc can now use the same shared library | John Wiegley | 2004-09-14 | 6 | -122/+55 |
* | using main.py is now only 50% slower than using main.cc | John Wiegley | 2004-09-14 | 4 | -24/+57 |
* | main.py does everything except balance reports now | John Wiegley | 2004-09-14 | 5 | -23/+57 |
* | main.py now implements nearly all the functionality of main.cc | John Wiegley | 2004-09-14 | 5 | -151/+228 |
* | further python integration improvements | John Wiegley | 2004-09-14 | 3 | -7/+29 |
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 13 | -67/+205 |
* | ledger.so can now call back to functions in the calling interpretor (see main... | John Wiegley | 2004-09-14 | 4 | -9/+18 |
* | added more math operators for value_t types | John Wiegley | 2004-09-14 | 3 | -10/+38 |
* | python integrated both ways (see sample.dat), and initialized on-demand | John Wiegley | 2004-09-14 | 13 | -73/+296 |
* | improvements to python exposure of commodity_t | John Wiegley | 2004-09-11 | 4 | -12/+32 |
* | added support for ValueExpr objects to python. | John Wiegley | 2004-09-10 | 5 | -8/+50 |
* | added python support for Format() objects. see main.py | John Wiegley | 2004-09-10 | 4 | -18/+27 |