Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (class transaction_t): Initialize _date_eff to zero. | John Wiegley | 2008-04-13 | 1 | -6/+7 |
| | |||||
* | (class entry_base_t): Initialize the `journal' pointer to NULL on | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | object creation. | ||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -5/+35 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -7/+9 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | (class entry_base_t): Added `beg_line' and `end_line' members. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | (class journal_t): Added a "basket" account member, which if set is | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | | | | the account to which all single-transaction entries are balanced. | ||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -5/+6 |
| | |||||
* | Added support for each entry to remember: the file it came from, and | John Wiegley | 2008-04-13 | 1 | -8/+21 |
| | | | | | | the beginning and ending character positions of that entry within the file. This makes it possible to reproduce the input exactly, with only the changed entries updated. | ||||
* | (class journal_t): Added `price_db' member, which is the price | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | database used to read in historical prices for a given journal. | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+385 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -282/+0 |
| | |||||
* | finalizer fixes; removed use of timing.h from main.cc | John Wiegley | 2004-09-24 | 1 | -4/+10 |
| | |||||
* | changed entry_finalizer scheme to use objects, not just function pointers | John Wiegley | 2004-09-24 | 1 | -11/+26 |
| | |||||
* | a bit more refactoring | John Wiegley | 2004-09-23 | 1 | -3/+0 |
| | |||||
* | added files | John Wiegley | 2004-09-23 | 1 | -0/+264 |