summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed an obscure "print" bugJohn Wiegley2004-09-242-14/+18
* fixed a rather obscure memory bug, which also simplified some codeJohn Wiegley2004-09-244-43/+13
* finalizer fixes; removed use of timing.h from main.ccJohn Wiegley2004-09-245-55/+19
* changed entry_finalizer scheme to use objects, not just function pointersJohn Wiegley2004-09-246-64/+72
* conditionalized the reference to xmlparse and xmltok from setup.pyJohn Wiegley2004-09-242-1/+15
* fix to entryJohn Wiegley2004-09-242-2/+2
* added rules to install headers and Python moduleJohn Wiegley2004-09-231-5/+47
* a bit more refactoringJohn Wiegley2004-09-239-121/+172
* added filesJohn Wiegley2004-09-231-0/+264
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-2319-282/+50
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-239-147/+191
* more "entry" fixesJohn Wiegley2004-09-232-2/+17
* greatly improved the flexibility of the "entry" command; no more bogus 1-linersJohn Wiegley2004-09-234-35/+91
* fixed a bug with interval reportingJohn Wiegley2004-09-232-3/+5
* added lots of commenting to main.pyJohn Wiegley2004-09-231-9/+92
* always sort the transaction chain, if interval reporting is being usedJohn Wiegley2004-09-231-3/+7
* touch the ChangeLogJohn Wiegley2004-09-231-1/+1
* more error checking and robustness modsJohn Wiegley2004-09-235-56/+58
* shored up error checking of value expressionsJohn Wiegley2004-09-238-34/+63
* minor edit to NEWS fileJohn Wiegley2004-09-231-7/+7
* added some error checkingJohn Wiegley2004-09-232-8/+26
* doc updatesJohn Wiegley2004-09-231-115/+128
* doc updateJohn Wiegley2004-09-231-2/+4
* fix to date mask parsing; put in a safety cutoffs when asserts are enabledJohn Wiegley2004-09-232-3/+22
* updated docsJohn Wiegley2004-09-231-101/+134
* added all-clean target to Makefile.am; wipes out just about everything!John Wiegley2004-09-232-2/+11
* whitespace fixJohn Wiegley2004-09-231-1/+1
* fixed several issues in value_t's coreJohn Wiegley2004-09-219-215/+405
* moved notice about Python to the end of NEWSJohn Wiegley2004-09-211-7/+14
* if --file and the --cache refer to the same file, don't use cachingJohn Wiegley2004-09-201-0/+3
* updated docsJohn Wiegley2004-09-201-3/+0
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-2012-120/+97
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-2014-193/+383
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-1810-96/+137
* fixes to main.pyJohn Wiegley2004-09-173-4/+47
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-1711-456/+396
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-146-122/+55
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-144-24/+57
* main.py does everything except balance reports nowJohn Wiegley2004-09-145-23/+57
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-145-151/+228
* further python integration improvementsJohn Wiegley2004-09-143-7/+29
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-1413-67/+205
* ledger.so can now call back to functions in the calling interpretor (see main...John Wiegley2004-09-144-9/+18
* added more math operators for value_t typesJohn Wiegley2004-09-143-10/+38
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-1413-73/+296
* improvements to python exposure of commodity_tJohn Wiegley2004-09-114-12/+32
* added support for ValueExpr objects to python.John Wiegley2004-09-105-8/+50
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-104-18/+27
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-1010-64/+141
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-105-28/+39