Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplified the format_t code so that it no longer references any particulars | John Wiegley | 2008-08-01 | 1 | -0/+259 |
| | | | | about journal objects. This is all done through value expressions now. | ||||
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -1/+1 |
| | | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -70/+70 |
| | | | | 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 | -6/+6 |
| | | | | | | | 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 | -24/+4 |
|\ | |||||
* | | 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 | -6/+258 |
| | | | | | | | | 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 | -5/+0 |
| | | |||||
* | | Parsing now works again. And there was much rejoicing. | John Wiegley | 2008-07-24 | 1 | -1/+1 |
| | | |||||
* | | Added the var_t helper class, which can be seen in the beginning | John Wiegley | 2008-07-21 | 1 | -1/+1 |
| | | | | | | | | implementation of register_command in main.cc. | ||||
* | | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -376/+195 |
| | | | | | | | | report, session, parts of xpath, main, journal, option. | ||||
* | | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -26/+26 |
|/ | |||||
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -5/+4 |
| | |||||
* | Added a new script that enables use of Ledger as a smart "du". | John Wiegley | 2008-04-13 | 1 | -0/+414 |