summaryrefslogtreecommitdiff
path: root/times.h
Commit message (Collapse)AuthorAgeFilesLines
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-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.
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-1/+2
| | | | | | 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.
* The register report has begun printing real data, although not all the piecesJohn Wiegley2008-07-291-1/+15
| | | | are in place yet and the formatting is still off.
* 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-1/+15
|
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-4/+15
| | | | | | | 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.
* Merged in bug fixes from master (done for 2.6.1b)John Wiegley2008-07-191-0/+4
|
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-22/+50
|
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+123