aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/iconv.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Fix improper handling of variadic args with ICDEBUGKevin Lo2012-05-211-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-1/+2
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-7/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-221-2/+11
* Fix panic when loading libiconv.ko on sparc64.R. Imura2005-09-051-2/+4
* Switch Unicode charset name from "ISO-10646-UCS-2" to "UTF-16BE".R. Imura2005-07-031-1/+1
* Fix kiconv on the 64bit plathomes.R. Imura2005-05-241-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-0/+1
* Include module.hScott Long2003-11-051-0/+1
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+86
* Convert GNU variadic macros to the ISO 9X variety.Mark Murray2002-07-151-2/+2
* The previous ANSIfication did not take into account earlier,Mark Murray2002-05-241-2/+2
* ANSIfy variable-argument macros.Mark Murray2002-05-231-2/+2
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-101-1/+1
* Add function prototypes and base module for kernel side iconv library.Boris Popov2001-04-091-0/+156