summaryrefslogtreecommitdiff
path: root/binary.h
Commit message (Collapse)AuthorAgeFilesLines
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-211-0/+4
|
* fixesJohn Wiegley2004-08-191-0/+25
|
* added back sorting supportJohn Wiegley2004-08-051-21/+0
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-1/+1
|
* two major changesJohn Wiegley2004-07-301-1/+1
| | | | | | | | | | | | | 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.
* Exit if parsing errors are encounteredJohn Wiegley2004-07-291-4/+4
|
* initial rev of 2.0John Wiegley2004-07-261-0/+21