summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-15/+13
|
* added timing debug codeJohn Wiegley2004-08-141-0/+22
|
* added timing codeJohn Wiegley2004-08-131-6/+9
|
* more options fixesJohn Wiegley2004-08-131-1/+2
|
* long options are now supportedJohn Wiegley2004-08-131-0/+11
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-21/+8
|
* added back sorting supportJohn Wiegley2004-08-051-5/+4
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-233/+19
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-122/+5
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-1/+1
|
* two major changesJohn Wiegley2004-07-301-38/+35
| | | | | | | | | | | | | 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-6/+11
|
* further reorganizationJohn Wiegley2004-07-271-195/+190
|
* initial rev of 2.0John Wiegley2004-07-261-0/+902