summaryrefslogtreecommitdiff
path: root/config.cc
Commit message (Collapse)AuthorAgeFilesLines
* (process_options): Corrected a long-standing error with using "--" toJohn Wiegley2008-04-131-1/+1
| | | | separate payee regexps from account regexps.
* Added --input-date-format, which affects how dates in textual and QIFJohn Wiegley2008-04-131-0/+7
| | | | | files are parsed -- but not the dates inside a price database, whose format is fixed.
* Use std::localtime instead of std::gmtime.John Wiegley2008-04-131-2/+2
|
* (process_options): Show all register entries, even those with nullJohn Wiegley2008-04-131-1/+1
| | | | value, if -E is used.
* (config_t): Corrected a value in the register format.John Wiegley2008-04-131-2/+2
|
* (show_version): In the version page output all of the modules whichJohn Wiegley2008-04-131-5/+14
| | | | | support has been compiled in for. This will make tracking down certain problems much quicker.
* doc updatesJohn Wiegley2008-04-131-0/+6
|
* Removed the --reconcilable option, since the pending flag is now beingJohn Wiegley2008-04-131-4/+0
| | | | used.
* formatting changesJohn Wiegley2008-04-131-1/+1
|
* (export_config): Added export entries for the reconcile_balance andJohn Wiegley2008-04-131-0/+2
| | | | reconcile_date options.
* (export_config): Added missing config members for Python.John Wiegley2008-04-131-0/+3
|
* Added support for "--pager PROGRAM". A likely way to define it inJohn Wiegley2008-04-131-0/+4
| | | | your login file would be: "export LEDGER_PAGER=$PAGER".
* Added new --head and --tail options, which control how many *entries*John Wiegley2008-04-131-0/+11
| | | | | | are displayed in a register report or print report. The UNIX commands "head" and "tail" can be used to control how many transactions are displayed.
* Added new options --reconcile, --reconcilable and --reconcile-date.John Wiegley2008-04-131-1/+13
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-0/+2
|
* Added write_hdr_format and write_xact_format, which are used by theJohn Wiegley2008-04-131-2/+14
| | | | "output" command.
* (parse_ledger_data): Don't auto-create equivalencies for bytes,John Wiegley2008-04-131-0/+2
| | | | kilobytes, etc., since people may want to use "b" for something else.
* (parse_ledger_data): Set journal->price_db if a price database isJohn Wiegley2008-04-131-8/+13
| | | | successfully read in.
* Set cache_file to "<none>" if --no-cache is used.John Wiegley2008-04-131-1/+1
|
* (option_full_help): Added docs for --no-cache. (option_help): AddedJohn Wiegley2008-04-131-0/+6
| | | | docs for --no-cache. Added --no-cache option.
* updated to 2.02John Wiegley2008-04-131-0/+2
|
* updated to version 2.0John Wiegley2008-04-131-0/+991
|
* changesJohn Wiegley2008-04-131-685/+0
|
* corrected semantics of -j and -JJohn Wiegley2004-09-271-7/+5
|
* 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
|