Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added timing debug code | John Wiegley | 2004-08-14 | 1 | -7/+15 |
| | |||||
* | added timing code | John Wiegley | 2004-08-13 | 1 | -3/+32 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -39/+29 |
| | |||||
* | long options are now supported | John Wiegley | 2004-08-13 | 1 | -279/+308 |
| | |||||
* | Added a days-of-the-week report, under -w | John Wiegley | 2004-08-12 | 1 | -7/+17 |
| | |||||
* | added error checking | John Wiegley | 2004-08-12 | 1 | -4/+36 |
| | |||||
* | gnuplot is supported again (-j and -J) | John Wiegley | 2004-08-12 | 1 | -1/+13 |
| | |||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -71/+106 |
| | |||||
* | cleanup | John Wiegley | 2004-08-11 | 1 | -12/+11 |
| | |||||
* | more reorg | John Wiegley | 2004-08-11 | 1 | -10/+7 |
| | |||||
* | more reorg | John Wiegley | 2004-08-11 | 1 | -4/+14 |
| | |||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -27/+45 |
| | |||||
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -29/+54 |
| | |||||
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -10/+18 |
| | |||||
* | changed the way changed_value_filter is called | John Wiegley | 2004-08-10 | 1 | -27/+15 |
| | |||||
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -4/+2 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -137/+77 |
| | |||||
* | more fixes | John Wiegley | 2004-08-09 | 1 | -4/+5 |
| | |||||
* | fixed account display bug | John Wiegley | 2004-08-09 | 1 | -14/+19 |
| | |||||
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 1 | -1/+5 |
| | |||||
* | changed help/version output | John Wiegley | 2004-08-07 | 1 | -53/+49 |
| | |||||
* | include/exclude regexps are now joined together for speed | John Wiegley | 2004-08-07 | 1 | -51/+46 |
| | |||||
* | fixed display predicates in the register report | John Wiegley | 2004-08-07 | 1 | -8/+6 |
| | |||||
* | got entry working again | John Wiegley | 2004-08-07 | 1 | -24/+22 |
| | |||||
* | equity reports are restored | John Wiegley | 2004-08-07 | 1 | -6/+45 |
| | |||||
* | got more reports working again | John Wiegley | 2004-08-07 | 1 | -126/+21 |
| | |||||
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 1 | -38/+18 |
| | |||||
* | -s bal is functional again | John Wiegley | 2004-08-06 | 1 | -1/+2 |
| | |||||
* | fixed cache by clear transaction flags before writing | John Wiegley | 2004-08-05 | 1 | -0/+2 |
| | |||||
* | fixed the "-o bal rent" report again | John Wiegley | 2004-08-05 | 1 | -73/+14 |
| | |||||
* | added support for account sorting | John Wiegley | 2004-08-05 | 1 | -2/+2 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -61/+66 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -72/+64 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -304/+196 |
| | |||||
* | restore sorting of register reports | John Wiegley | 2004-07-31 | 1 | -7/+7 |
| | |||||
* | removed constraints_t entirely | John Wiegley | 2004-07-31 | 1 | -115/+144 |
| | |||||
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 1 | -80/+133 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -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 encountered | John Wiegley | 2004-07-29 | 1 | -25/+33 |
| | |||||
* | further reorganization | John Wiegley | 2004-07-27 | 1 | -10/+7 |
| | |||||
* | reorganized report.cc into item.cc, expr.cc and format.cc | John Wiegley | 2004-07-27 | 1 | -89/+99 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+899 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-09 | 1 | -341/+0 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-08 | 1 | -12/+22 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-05 | 1 | -16/+25 |
| | |||||
* | Moved definition of virtual accounts into the ledger data file | John Wiegley | 2003-10-04 | 1 | -46/+80 |
| | | | | | itself. They are now called "automated transactions". Some rearchitecting. | ||||
* | Added support for virtual accounts. | John Wiegley | 2003-10-04 | 1 | -80/+22 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-02 | 1 | -13/+19 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-02 | 1 | -18/+20 |
| | |||||
* | *** empty log message *** | John Wiegley | 2003-10-01 | 1 | -14/+28 |
| |