summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-44/+4
| | | | | | | 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.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+74
| | | | | | | 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.
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-3/+7
|
* Re-enabled almost all of the code in main.cc.John Wiegley2008-07-201-2/+0
|
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-0/+2
| | | | | | | XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored.
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+540