Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -2/+8 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Added STR() utility function | John Wiegley | 2012-02-29 | 1 | -0/+8 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | Corrections to the way error strings are generated | John Wiegley | 2010-06-10 | 1 | -1/+3 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -14/+0 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -2/+2 |
| | |||||
* | Use a "format accumulator" for error strings | John Wiegley | 2009-02-21 | 1 | -0/+100 |
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; |