Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -0/+2 |
| | | | | | | | 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 | -7/+8 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | The --verify option is now working properly again. Use "--verify --verbose" | John Wiegley | 2008-07-26 | 1 | -1/+1 |
| | | | | if you wish to see memory usage statistics along with a top-level trace. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -1/+2 |
| | |||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -2/+2 |
| | | | | newer XML stuff was pulled). | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -10/+11 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+14 |
| | |||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file. | ||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | (test): Added a test for the presence of <?xml... in the input stream; | John Wiegley | 2008-04-13 | 1 | -3/+1 |
| | | | | | if it is there, report an error based on whether XML support was actually compiled in or not. | ||||
* | Added new "output" command. Likely not to be documented, as these are | John Wiegley | 2008-04-13 | 1 | -0/+5 |
| | | | | intended primarily for future GUI development. | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+26 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -23/+0 |
| | |||||
* | moved entry hooking mechanism to journal_t; further improvements to "entry" | John Wiegley | 2004-09-23 | 1 | -29/+0 |
| | |||||
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -0/+29 |
| | |||||
* | fixes | John Wiegley | 2004-08-19 | 1 | -0/+23 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -13/+0 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -5/+0 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -6/+0 |
| | |||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+24 |