summaryrefslogtreecommitdiffstats
path: root/lib/libiconv_modules
Commit message (Expand)AuthorAgeFilesLines
* When only 2 bytes can be read from a 4 byte UTF-16 character in a base64tijl2015-05-241-24/+19
* Fix decoding of UTF-7 when a base64 encoded chunk appears at the end oftijl2015-05-241-5/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-1517-36/+36
* Replace malloc+memset with calloc.tijl2014-06-131-4/+2
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-1/+1
* - In the libiconv module for ISO 2022 restore the original order of thetijl2014-04-019-14/+17
* Silence the gcc warning about unsigned comparison with 0 in a differenttijl2014-03-011-3/+2
* Wrap for loop in #if block testing the size is actually greaterdelphij2014-02-251-1/+4
* Revert 262462 and 262461, they didn't solve the problem, indelphij2014-02-251-12/+10
* Patch 2/2:delphij2014-02-241-11/+11
* Patch 1/2:delphij2014-02-241-0/+2
* Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module.tijl2014-02-241-1/+1
* Fix Simplified Chinese character set conversions by switching around thetijl2014-02-241-1/+1
* Consistently pass around context information using a simple pointer. Thistijl2014-02-242-12/+11
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-0514-14/+14
* In libiconv_modules, surround unused static _citrus_XXX_pack_state() anddim2013-12-2814-0/+28
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQhrs2013-11-251-0/+10
* Bug fixes in iconv(3) UTF-7 support.tijl2013-11-181-8/+9
* Use Makefile.inc instead of .export.theraven2013-09-062-3/+3
* Fix the namespace pollution caused by iconv.h including stdbool.htheraven2013-09-061-0/+3
* As a followup to r252547, propate const down the call stack.peter2013-07-0317-37/+37
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-2572-0/+10787
OpenPOWER on IntegriCloud