summaryrefslogtreecommitdiff
path: root/error.h
Commit message (Collapse)AuthorAgeFilesLines
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-6/+0
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-0/+1
|
* more cleanupJohn Wiegley2004-08-211-1/+5
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-12/+12
|
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-3/+10
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-9/+0
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-7/+14
|
* two major changesJohn Wiegley2004-07-301-0/+7
| | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object.
* added error checking to value expression parsingJohn Wiegley2004-07-301-0/+14
|
* Exit if parsing errors are encounteredJohn Wiegley2004-07-291-1/+1
|
* call c_str()John Wiegley2004-07-291-1/+1
|
* nJohn Wiegley2004-07-291-1/+1
|
* added error.hJohn Wiegley2004-07-291-0/+40