summaryrefslogtreecommitdiff
path: root/session.h
Commit message (Collapse)AuthorAgeFilesLines
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-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 allJohn Wiegley2008-07-301-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 rationalizeJohn Wiegley2008-07-291-2/+3
| | | | the way that value expressions extract information from journal objects.
* Changed the way scopes are structured for an upcoming design change.John Wiegley2008-07-291-1/+1
|
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-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.7aJohn Wiegley2008-07-271-0/+5
|
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-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 Wiegley2008-07-261-1/+1
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-11/+10
| | | | newer XML stuff was pulled).
* Added back the --version option, and changed acprep so that it hacks on theJohn Wiegley2008-07-211-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 Wiegley2008-07-201-0/+198
report, session, parts of xpath, main, journal, option.