You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 4ca442157e fix failure of mbsrtowcs to record stop position when dest is full 13 years ago
..
btowc.c initial check-in, version 0.5.0 15 years ago
internal.c new attempt at working around the gcc 3 visibility bug 14 years ago
internal.h fix out-of-bounds access in UTF-8 decoding 13 years ago
mblen.c initial check-in, version 0.5.0 15 years ago
mbrlen.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
mbrtowc.c mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ 13 years ago
mbsinit.c fix failure of mbsinit(0) (not UB; required to return nonzero) 14 years ago
mbsnrtowcs.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
mbsrtowcs.c fix failure of mbsrtowcs to record stop position when dest is full 13 years ago
mbstowcs.c cleanup mbstowcs wrapper 13 years ago
mbtowc.c implement mbtowc directly, not as a wrapper for mbrtowc 13 years ago
wcrtomb.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcsnrtombs.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wcsrtombs.c fix incorrect range checks in wcsrtombs 13 years ago
wcstombs.c cleanup wcstombs 13 years ago
wctob.c initial check-in, version 0.5.0 15 years ago
wctomb.c initial check-in, version 0.5.0 15 years ago