summaryrefslogtreecommitdiff
path: root/main.cc
Commit message (Expand)AuthorAgeFilesLines
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-23/+68
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-4/+4
* Reworked the way date/times are handled.John Wiegley2008-04-131-11/+5
* *** empty log message ***John Wiegley2008-04-131-3/+32
* Several fixes to lot price handling.John Wiegley2008-04-131-51/+57
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-5/+3
* *** empty log message ***John Wiegley2008-04-131-1/+2
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Added much better error location.John Wiegley2008-04-131-13/+50
* Added a DATETIME value type.John Wiegley2008-04-131-47/+76
* *** empty log message ***John Wiegley2008-04-131-9/+11
* Began support for improved commodity handling.John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-2/+0
* Checked in all major updates.John Wiegley2008-04-131-4/+30
* *** empty log message ***John Wiegley2008-04-131-2/+0
* *** empty log message ***John Wiegley2008-04-131-2/+13
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-1/+3
* Removed Python integration support.John Wiegley2008-04-131-30/+0
* Added support for outputting to CSV format.John Wiegley2008-04-131-0/+4
* (parse_and_report): Set ledger::terminus in main.cc, instead ofJohn Wiegley2008-04-131-0/+4
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-246/+49
* (parse_and_report): Added a check for HAVE_EXPAT in addition toJohn Wiegley2008-04-131-3/+3
* *** empty log message ***John Wiegley2008-04-131-1/+1
* (chain_xact_handlers): When budgeting and forecasting are being used,John Wiegley2008-04-131-0/+27
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Removed the --reconcilable option, since the pending flag is now beingJohn Wiegley2008-04-131-9/+2
* (main): Do not sync I/O streams with stdio, since I do not use stdin,John Wiegley2008-04-131-0/+2
* (parse_and_report): If XML support was not compiled in, generate anJohn Wiegley2008-04-131-2/+6
* formatting changesJohn Wiegley2008-04-131-1/+9
* (chain_xact_handlers): Chain the reconcile_transactions handler theJohn Wiegley2008-04-131-39/+27
* (parse_and_report): Rearranged some code for efficiency's sake.John Wiegley2008-04-131-12/+14
* Changed truncate_entries so that --head and --tail can be used at theJohn Wiegley2008-04-131-3/+1
* Added support for "--pager PROGRAM". A likely way to define it inJohn Wiegley2008-04-131-4/+70
* (chain_xact_handlers): Added head or tail handlers, using theJohn Wiegley2008-04-131-0/+8
* Fixed a Gnucash problem.John Wiegley2008-04-131-6/+2
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Added an Emacs formatter, accessible with the new "emacs" command.John Wiegley2008-04-131-16/+43
* *** empty log message ***John Wiegley2008-04-131-2/+9
* *** empty log message ***John Wiegley2008-04-131-1/+5
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-2/+12
* (parse_and_report): Added new "reconcile" and "output" commands.John Wiegley2008-04-131-1/+11
* (parse_and_report): Removed "files" argument.John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-5/+5
* (parse_and_report): If cache_file is "<none>", blank it out. ThisJohn Wiegley2008-04-131-2/+5
* updated to 2.02John Wiegley2008-04-131-2/+1
* updated to version 2.0John Wiegley2008-04-131-0/+424
* changesJohn Wiegley2008-04-131-361/+0
* finished balance reporting capability in main.pyJohn Wiegley2004-09-261-1/+1
* fixed another problem with interval reports and the -s optionJohn Wiegley2004-09-251-6/+5
* if a commodity price cannot be downloaded, report it as an errorJohn Wiegley2004-09-251-1/+2