Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a new 'format' debugging command, which dissects the formatting | John Wiegley | 2008-08-01 | 1 | -2/+12 |
| | | | | expression in its argument. | ||||
* | Value expressions now auto-compile themselves on first use if the expr_t | John Wiegley | 2008-08-01 | 1 | -23/+37 |
| | | | | | object is not constant. This saves classes that use expr_t from having to track such a detail themselves. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -0/+17 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -0/+159 |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | ||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -721/+0 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -6/+2 |
| | |||||
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 1 | -30/+135 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -115/+115 |
| | | | | | | | | | | | | | 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 | -13/+25 |
| | |||||
* | moved some code around | John Wiegley | 2004-07-29 | 1 | -101/+106 |
| | |||||
* | reorganized report.cc into item.cc, expr.cc and format.cc | John Wiegley | 2004-07-27 | 1 | -13/+14 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+602 |