Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | two major changes | John Wiegley | 2004-07-30 | 1 | -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 parsing | John Wiegley | 2004-07-30 | 1 | -0/+14 |
| | |||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | call c_str() | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | n | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | added error.h | John Wiegley | 2004-07-29 | 1 | -0/+40 |