summaryrefslogtreecommitdiff
path: root/config.cc
Commit message (Collapse)AuthorAgeFilesLines
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-251-4/+4
|
* a couple of fixes to collapsed and subtotal reportsJohn Wiegley2004-09-251-9/+5
|
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-251-61/+68
|
* fixed printing of amounts that have a null commodity (was always precision 0)John Wiegley2004-09-241-1/+1
|
* improved error checking in parser, in case parts of an amount are missingJohn Wiegley2004-09-241-0/+1
|
* more error checking and robustness modsJohn Wiegley2004-09-231-3/+3
|
* shored up error checking of value expressionsJohn Wiegley2004-09-231-9/+3
|
* added some error checkingJohn Wiegley2004-09-231-3/+10
|
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-18/+18
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-48/+22
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-58/+5
|
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-141-6/+0
|
* main.py does everything except balance reports nowJohn Wiegley2004-09-141-3/+0
|
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-141-0/+73
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-7/+90
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-6/+6
|
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-9/+5
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-1/+1
|
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-4/+4
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-81/+325
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-2/+2
|
* updated help screenJohn Wiegley2004-08-241-8/+4
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-2/+1
|
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-231-4/+4
|
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-7/+34
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-2/+2
|
* minor changesJohn Wiegley2004-08-201-2/+3
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-8/+7
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-2/+3
|
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-53/+56
|
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-181-5/+5
|
* small changesJohn Wiegley2004-08-171-1/+1
|
* bug fixJohn Wiegley2004-08-171-1/+1
|
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-6/+6
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-2/+0
|
* fixesJohn Wiegley2004-08-171-0/+2
|
* don't allocate config_t within config.ccJohn Wiegley2004-08-171-1/+1
|
* slight fixesJohn Wiegley2004-08-171-42/+42
|
* further restructuringJohn Wiegley2004-08-151-0/+348