aboutsummaryrefslogtreecommitdiff
path: root/lib/libiconv_modules
Commit message (Expand)AuthorAgeFilesLines
* libiconv: correct undefined behavior.Pedro F. Giffuni2018-07-081-2/+2
* iconv: adding missing breakEitan Adler2018-01-211-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2644-0/+88
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3123-23/+0
* lib: initial use of reallocarray(3).Pedro F. Giffuni2017-04-211-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-202-3/+3
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-2523-23/+0
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-151-0/+1
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-2523-46/+0
* Bump GCC max-inline-insns-single in libiconv_modules and grepPedro F. Giffuni2015-07-266-6/+6
* Add META_MODE support.Simon J. Gerraty2015-06-1323-0/+483
|\
| * Merge sync of headSimon J. Gerraty2015-05-2717-36/+36
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-4/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-1623-0/+138
| * | | Merge headSimon J. Gerraty2014-04-2732-52/+95
| |\ \ \
| * | | | New/updated dependenciesSimon J. Gerraty2013-10-1723-0/+322
* | | | | When only 2 bytes can be read from a 4 byte UTF-16 character in a base64Tijl Coosemans2015-05-241-24/+19
* | | | | Fix decoding of UTF-7 when a base64 encoded chunk appears at the end ofTijl Coosemans2015-05-241-5/+1
| |_|_|/ |/| | |
* | | | Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-1517-36/+36
| |_|/ |/| |
* | | 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