summaryrefslogtreecommitdiff
path: root/textual.h
Commit message (Collapse)AuthorAgeFilesLines
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-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 rationalizeJohn Wiegley2008-07-291-7/+8
| | | | the way that value expressions extract information from journal objects.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-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 Wiegley2008-07-261-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 Wiegley2008-07-261-1/+2
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-2/+2
| | | | newer XML stuff was pulled).
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-10/+11
|
* *** empty log message ***John Wiegley2008-04-131-0/+14
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-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 Wiegley2008-04-131-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 Wiegley2008-04-131-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 areJohn Wiegley2008-04-131-0/+5
| | | | intended primarily for future GUI development.
* updated to version 2.0John Wiegley2008-04-131-0/+26
|
* changesJohn Wiegley2008-04-131-23/+0
|
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-29/+0
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-0/+29
|
* fixesJohn Wiegley2004-08-191-0/+23
|
* added back sorting supportJohn Wiegley2004-08-051-13/+0
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-5/+0
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-6/+0
|
* Exit if parsing errors are encounteredJohn Wiegley2004-07-291-1/+1
|
* initial rev of 2.0John Wiegley2004-07-261-0/+24