aboutsummaryrefslogtreecommitdiff
path: root/lib/libkiconv/xlat16_iconv.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-151-10/+9
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-2/+2
* Use canonical __PIC__ flagEd Maste2014-11-211-2/+2
* The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-131-2/+1
* - Add support for BSD iconv when it is build into libcGabor Kovesdan2012-05-251-0/+10
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+12
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-221-24/+69
* Use char * when doing pointer arithmetics.Stefan Farfeleder2005-08-051-3/+4
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-0/+24
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-0/+374