summaryrefslogtreecommitdiff
path: root/item.cc
Commit message (Collapse)AuthorAgeFilesLines
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-196/+0
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-78/+91
|
* restore sorting of register reportsJohn Wiegley2004-07-311-3/+5
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-36/+51
|
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-1/+0
|
* two major changesJohn Wiegley2004-07-301-1/+3
| | | | | | | | | | | | | 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.
* removed old period reporting codeJohn Wiegley2004-07-281-59/+4
|
* further reorganizationJohn Wiegley2004-07-271-21/+16
|
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-6/+7
|
* initial rev of 2.0John Wiegley2004-07-261-0/+224