summaryrefslogtreecommitdiff
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Lose dead codeJohn Mark Bell2009-05-271-5/+0
* Lose a bunch of trailing commas.John Mark Bell2009-04-151-1/+1
* Lose garbage todoJohn Mark Bell2009-04-011-3/+0
* Port to new buildsystemJohn Mark Bell2009-03-241-44/+2
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-091-1/+2
* Silence doxygen warnings.John Mark Bell2009-01-092-2/+2
* Correct return value when we can't find a charset in inputstream constructor.John Mark Bell2009-01-061-14/+62
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-061-18/+26
* Make input filter correctly return _BADENCODING.John Mark Bell2009-01-062-5/+6
* C89François Revel2008-11-291-5/+6
* Fix build when iconv filter is enabledJohn Mark Bell2008-11-091-2/+2
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-091-6/+19
* Return errors from constructors and destructors.John Mark Bell2008-11-083-86/+107
* Check for error in iconv_openJohn Mark Bell2008-07-311-0/+2
* Make iconv-based filtering produce correct output when encountering encoding ...John Mark Bell2008-06-282-1/+12
* Update filter's input encoding when it's been auto-detected.John Mark Bell2008-06-281-0/+12
* Import parser construction utility libraryJohn Mark Bell2008-05-014-0/+964