Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A new binary_cache_t object has been creating to manage saving and restoring a | John Wiegley | 2008-07-31 | 1 | -6/+3 |
| | | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. | ||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -3/+3 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -2/+3 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | Changed the way scopes are structured for an upcoming design change. | John Wiegley | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -18/+23 |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | ||||
* | Merge branch 'master' into v2.7a | John Wiegley | 2008-07-27 | 1 | -0/+5 |
| | |||||
* | Updated all copyright messages to 2003-2008. | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | A large body of work to get the register report printing again, but still | John Wiegley | 2008-07-27 | 1 | -1/+30 |
| | | | | fails due to the fact that 2.x value expression syntax is not restored. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -11/+10 |
| | | | | newer XML stuff was pulled). | ||||
* | Added back the --version option, and changed acprep so that it hacks on the | John Wiegley | 2008-07-21 | 1 | -0/+20 |
| | | | | generated Makefile to greatly reduce unneeded verbosity. | ||||
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -0/+198 |
report, session, parts of xpath, main, journal, option. |