Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -3/+10 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -9/+0 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -7/+14 |
| | |||||
* | 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 |