summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-53/+21
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-1/+0
* Reworked the way date/times are handled.John Wiegley2008-04-131-0/+4
* Several fixes to lot price handling.John Wiegley2008-04-131-104/+30
* Further refinement of commodity lot information.John Wiegley2008-04-131-1/+2
* *** empty log message ***John Wiegley2008-04-131-1/+3
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-1/+1
* Added new --descend option.John Wiegley2008-04-131-1/+2
* Added a DATETIME value type.John Wiegley2008-04-131-1/+28
* *** empty log message ***John Wiegley2008-04-131-0/+3
* Began support for improved commodity handling.John Wiegley2008-04-131-1/+1
* Checked in all major updates.John Wiegley2008-04-131-16/+6
* Added support for outputting to CSV format.John Wiegley2008-04-131-0/+1
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-15/+27
* Added support for "--pager PROGRAM". A likely way to define it inJohn Wiegley2008-04-131-0/+1
* Added new --head and --tail options, which control how many *entries*John Wiegley2008-04-131-0/+2
* Added new options --reconcile, --reconcilable and --reconcile-date.John Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-0/+1
* Added write_hdr_format and write_xact_format, which are used by theJohn Wiegley2008-04-131-0/+2
* updated to version 2.0John Wiegley2008-04-131-0/+103
* changesJohn Wiegley2008-04-131-94/+0
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-251-1/+1
* improved error checking in parser, in case parts of an amount are missingJohn Wiegley2004-09-241-7/+1
* 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