summaryrefslogtreecommitdiff
path: root/src/expr.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added more debug code.John Wiegley2009-01-231-1/+12
|
* Errors while calculating value expressions now display meaningful errorJohn Wiegley2009-01-221-4/+2
| | | | context.
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-2/+3
| | | | expressions are displayed when errors are found in them.
* Removed more dead code and todo comments, and made it possible to streamJohn Wiegley2008-08-171-6/+3
| | | | compiled value expressions.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+203
is in doc/, etc.