Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly report the line context when there is a valexpr parsing error. | John Wiegley | 2009-01-22 | 1 | -2/+2 |
* | Accept &&/and for &, ||/or for |, and not for !. Also improved error | John Wiegley | 2009-01-22 | 1 | -4/+5 |
* | Parse != as !(==) and !~ as !(=~), for simplicity's sake. | John Wiegley | 2009-01-22 | 1 | -0/+1 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+116 |