summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-1/+1
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-5/+6
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-9/+1
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-141-3/+0
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-141-0/+6
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-4/+16
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-1/+0
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-1/+39
* fixed bad #defineJohn Wiegley2004-08-231-2/+2
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-6/+6
* added support for parsing QIF filesJohn Wiegley2004-08-191-1/+2
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-2/+2
* don't allocate config_t within config.ccJohn Wiegley2004-08-171-10/+10
* further restructuringJohn Wiegley2004-08-151-0/+54