Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -12/+12 |
| | |||||
* | Corrections to the way error strings are generated | John Wiegley | 2010-06-10 | 1 | -0/+1 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added a few more missing casts | John Wiegley | 2009-10-31 | 1 | -3/+3 |
| | |||||
* | Added two missing casts | John Wiegley | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -15/+14 |
| | |||||
* | Added some missing casts, upgraded to Boost 1.40 | John Wiegley | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -7/+7 |
| | |||||
* | If an error occurred in /dev/stdin, don't fopen it | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Added a new source_context function | John Wiegley | 2009-02-26 | 1 | -0/+36 |
| | |||||
* | Use a "format accumulator" for error strings | John Wiegley | 2009-02-21 | 1 | -1/+3 |
| | | | | | | | | This makes it possible to internationalize strings while still using I/O streams. For example: std::cout << ACCUM(_("Hello to %1 and %2!") << "me" << "you") << std::endl; | ||||
* | Simplified the textual parser, and improved metadata support. | John Wiegley | 2009-02-04 | 1 | -7/+7 |
| | |||||
* | Removed report_error() function and reordered context for parsing errors. | John Wiegley | 2009-02-02 | 1 | -6/+0 |
| | |||||
* | Moved error code into error.h. | John Wiegley | 2009-02-02 | 1 | -0/+84 |