summaryrefslogtreecommitdiff
path: root/binary.cc
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-417/+189
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-24/+24
|
* fixed cache by clear transaction flags before writingJohn Wiegley2004-08-051-2/+7
|
* added back sorting supportJohn Wiegley2004-08-051-17/+16
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-3/+3
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-1/+1
|
* two major changesJohn Wiegley2004-07-301-5/+5
| | | | | | | | | | | | | 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-10/+9
|
* initial rev of 2.0John Wiegley2004-07-261-0/+621