summaryrefslogtreecommitdiff
path: root/expr.cc
Commit message (Collapse)AuthorAgeFilesLines
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-30/+135
|
* two major changesJohn Wiegley2004-07-301-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 parsingJohn Wiegley2004-07-301-13/+25
|
* moved some code aroundJohn Wiegley2004-07-291-101/+106
|
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-13/+14
|
* initial rev of 2.0John Wiegley2004-07-261-0/+602