summaryrefslogtreecommitdiff
path: root/src/input/inputstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Make input filter correctly return _BADENCODING.John Mark Bell2009-01-061-2/+1
| | | | svn path=/trunk/libparserutils/; revision=5964
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
| | | | svn path=/trunk/libparserutils/; revision=5658
* Return errors from constructors and destructors.John Mark Bell2008-11-081-46/+57
| | | | svn path=/trunk/libparserutils/; revision=5652
* Make iconv-based filtering produce correct output when encountering encoding ↵John Mark Bell2008-06-281-1/+2
| | | | | | | | errors. Fix inputstream_peek_slow to flag OOD when the buffer fill routine produces no new data. svn path=/trunk/libparserutils/; revision=4474
* Update filter's input encoding when it's been auto-detected.John Mark Bell2008-06-281-0/+12
| | | | svn path=/trunk/libparserutils/; revision=4471
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+477
svn path=/trunk/libparserutils/; revision=4111