summaryrefslogtreecommitdiff
path: root/src/input/inputstream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead allocation which also isn't even usefully documentingDaniel Silverstone2012-03-251-1/+0
* Actually handle byte order marks in streams marked as utf16 or utf32John Mark Bell2011-07-191-13/+48
* Internalise the internal symbol names.Daniel Silverstone2011-01-261-7/+7
* Fix bug where any encoding specified when creating an input stream would be r...John Mark Bell2010-10-231-8/+18
* Correctly handle case where all of the following are true:John Mark Bell2009-07-251-3/+17
* Lose garbage todoJohn Mark Bell2009-04-011-3/+0
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-091-1/+2
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+1
* 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-061-2/+1
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
* Return errors from constructors and destructors.John Mark Bell2008-11-081-46/+57
* Make iconv-based filtering produce correct output when encountering encoding ...John Mark Bell2008-06-281-1/+2
* 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-011-0/+477