summaryrefslogtreecommitdiff
path: root/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* added support for account sortingJohn Wiegley2004-08-051-2/+2
|
* added back sorting supportJohn Wiegley2004-08-051-61/+66
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-72/+64
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-304/+196
|
* restore sorting of register reportsJohn Wiegley2004-07-311-7/+7
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-115/+144
|
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-80/+133
|
* two major changesJohn Wiegley2004-07-301-141/+134
| | | | | | | | | | | | | 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-25/+33
|
* further reorganizationJohn Wiegley2004-07-271-10/+7
|
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-89/+99
|
* initial rev of 2.0John Wiegley2004-07-261-0/+899
|
* *** empty log message ***John Wiegley2003-10-091-341/+0
|
* *** empty log message ***John Wiegley2003-10-081-12/+22
|
* *** empty log message ***John Wiegley2003-10-051-16/+25
|
* Moved definition of virtual accounts into the ledger data fileJohn Wiegley2003-10-041-46/+80
| | | | | itself. They are now called "automated transactions". Some rearchitecting.
* Added support for virtual accounts.John Wiegley2003-10-041-80/+22
|
* *** empty log message ***John Wiegley2003-10-021-13/+19
|
* *** empty log message ***John Wiegley2003-10-021-18/+20
|
* *** empty log message ***John Wiegley2003-10-011-14/+28
|
* *** empty log message ***John Wiegley2003-10-011-21/+1
|
* *** empty log message ***John Wiegley2003-10-011-65/+189
|
* *** empty log message ***John Wiegley2003-10-011-4/+10
|
* Added support for dynamic downloading of stock quote information.John Wiegley2003-10-011-2/+10
|
* *** empty log message ***John Wiegley2003-10-011-17/+36
|
* *** empty log message ***John Wiegley2003-10-011-9/+7
|
* *** empty log message ***John Wiegley2003-09-301-6/+80
|
* *** empty log message ***John Wiegley2003-09-301-9/+23
|
* *** empty log message ***John Wiegley2003-09-301-17/+34
|
* *** empty log message ***John Wiegley2003-09-301-4/+5
|
* *** empty log message ***John Wiegley2003-09-301-34/+31
|
* Initial revisionJohn Wiegley2003-09-291-0/+86