summaryrefslogtreecommitdiff
path: root/src/input/filter.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-iconv build.John-Mark Bell2014-01-131-2/+1
|
* Remove client allocation function.Michael Drake2013-12-141-17/+8
|
* Require iconv by default, as this is the most useful configurationJohn Mark Bell2011-04-211-9/+9
| | | | svn path=/trunk/libparserutils/; revision=12215
* Given that some iconv() implementations define the input buffer pointer to ↵John Mark Bell2011-03-091-2/+2
| | | | | | be a pointer to a pointer to const data, and some don't, hack around the issue by casting to void * svn path=/trunk/libparserutils/; revision=11950
* Internalise the internal symbol names.Daniel Silverstone2011-01-261-5/+5
| | | | svn path=/trunk/libparserutils/; revision=11493
* Ensure we use the canonical charset name when invoking iconv_open()John Mark Bell2009-10-121-1/+2
| | | | svn path=/trunk/libparserutils/; revision=9628
* Lose dead codeJohn Mark Bell2009-05-271-5/+0
| | | | svn path=/trunk/libparserutils/; revision=7579
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+1
| | | | svn path=/trunk/libparserutils/; revision=6007
* Make input filter correctly return _BADENCODING.John Mark Bell2009-01-061-3/+5
| | | | svn path=/trunk/libparserutils/; revision=5964
* C89François Revel2008-11-291-5/+6
| | | | svn path=/trunk/libparserutils/; revision=5840
* Fix build when iconv filter is enabledJohn Mark Bell2008-11-091-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5661
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-091-6/+19
| | | | svn path=/trunk/libparserutils/; revision=5657
* Return errors from constructors and destructors.John Mark Bell2008-11-081-37/+47
| | | | svn path=/trunk/libparserutils/; revision=5652
* Check for error in iconv_openJohn Mark Bell2008-07-311-0/+2
| | | | svn path=/trunk/libparserutils/; revision=4833
* Make iconv-based filtering produce correct output when encountering encoding ↵John Mark Bell2008-06-281-0/+10
| | | | | | | | errors. Fix inputstream_peek_slow to flag OOD when the buffer fill routine produces no new data. svn path=/trunk/libparserutils/; revision=4474
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+384
svn path=/trunk/libparserutils/; revision=4111