summaryrefslogtreecommitdiff
path: root/parser.cc
Commit message (Collapse)AuthorAgeFilesLines
* Changed the order in which options are processed, to provide for the correctJohn Wiegley2009-01-211-11/+0
| | | | | | | | | | | overrides. 1. Global defaults 2. Environment variable settings 3. Initialization file 4. Command-line arguments Whatever is later in the list overrides what is earlier.
* Resolve outstanding stdin parsing issues by buffering the data.John Wiegley2009-01-211-10/+15
|
* Don't use a cache file if it equals '<none>' (when --no-cache is used).John Wiegley2009-01-201-1/+1
|
* fix balance error if read from stdinLevin Du2008-07-311-4/+3
| | | | This is introduce by c93175183e790cf7f1100dfd554197161a69e6fe
* Added the concept of "balance setting transactions".John Wiegley2008-07-271-0/+4
|
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+1
|
* Added much better error location.John Wiegley2008-04-131-4/+4
|
* *** empty log message ***John Wiegley2008-04-131-7/+4
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-52/+54
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Removed Python integration support.John Wiegley2008-04-131-48/+0
|
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-9/+129
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* updated to 2.02John Wiegley2008-04-131-0/+2
|
* updated to version 2.0John Wiegley2008-04-131-0/+119
|
* changesJohn Wiegley2008-04-131-117/+0
|
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-15/+97
|
* fixesJohn Wiegley2004-08-191-0/+35