summaryrefslogtreecommitdiff
path: root/src/error.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added a few more missing castsJohn Wiegley2009-10-311-3/+3
|
* Added two missing castsJohn Wiegley2009-10-311-1/+1
|
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-15/+14
|
* Added some missing casts, upgraded to Boost 1.40John Wiegley2009-10-091-1/+2
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-7/+7
|
* If an error occurred in /dev/stdin, don't fopen itJohn Wiegley2009-02-271-1/+1
|
* Added a new source_context functionJohn Wiegley2009-02-261-0/+36
|
* Use a "format accumulator" for error stringsJohn Wiegley2009-02-211-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 Wiegley2009-02-041-7/+7
|
* Removed report_error() function and reordered context for parsing errors.John Wiegley2009-02-021-6/+0
|
* Moved error code into error.h.John Wiegley2009-02-021-0/+84