aboutsummaryrefslogtreecommitdiff
path: root/lib/libiconv_modules
Commit message (Expand)AuthorAgeFilesLines
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-131-4/+2
* Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-1/+1
* - In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans2014-04-019-14/+17
* Silence the gcc warning about unsigned comparison with 0 in a differentTijl Coosemans2014-03-011-3/+2
* Wrap for loop in #if block testing the size is actually greaterXin LI2014-02-251-1/+4
* Revert 262462 and 262461, they didn't solve the problem, inXin LI2014-02-251-12/+10
* Patch 2/2:Xin LI2014-02-241-11/+11
* Patch 1/2:Xin LI2014-02-241-0/+2
* Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module.Tijl Coosemans2014-02-241-1/+1
* Fix Simplified Chinese character set conversions by switching around theTijl Coosemans2014-02-241-1/+1
* Consistently pass around context information using a simple pointer. ThisTijl Coosemans2014-02-242-12/+11
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-0514-14/+14
* In libiconv_modules, surround unused static _citrus_XXX_pack_state() andDimitry Andric2013-12-2814-0/+28
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQHiroki Sato2013-11-251-0/+10
* Bug fixes in iconv(3) UTF-7 support.Tijl Coosemans2013-11-181-8/+9
* Use Makefile.inc instead of .export.David Chisnall2013-09-062-3/+3
* Fix the namespace pollution caused by iconv.h including stdbool.hDavid Chisnall2013-09-061-0/+3
* As a followup to r252547, propate const down the call stack.Peter Wemm2013-07-0317-37/+37
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-2572-0/+10787