NetBSD/lib/libc/locale
2000-12-22 05:23:27 +00:00
..
___runetype_mb.c __RCSID 2000-12-21 17:25:32 +00:00
___tolower_mb.c __RCSID 2000-12-21 17:25:32 +00:00
___toupper_mb.c __RCSID 2000-12-21 17:25:32 +00:00
_def_messages.c
_def_monetary.c
_def_numeric.c
_def_time.c
big5.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
ctypeio.c
ctypeio.h
euc.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
euctw.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
iso2022.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
iso2022.h add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
iswalnum.3 place return value 2000-12-22 02:13:26 +00:00
iswctype.c support multibytes in isw*/tow*. 2000-12-21 12:13:28 +00:00
localeconv.c
Makefile.inc add wcsl{cat,cpy} - outside of ISO/IEC 9899:1999, 2000-12-22 05:21:40 +00:00
mskanji.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
multibyte.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
nl_langinfo.3
nl_langinfo.c
rune_local.h first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
rune.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
rune.h first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
runeglue.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
runenone.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
runetable.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
runetype.h first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
setlocale_sb.c first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
setlocale.3
setlocale.c handle $LANG and $LC_xx consistently (slash is forbidden). 2000-12-21 17:16:20 +00:00
setrunelocale.c remove bogus comment 2000-12-21 18:24:57 +00:00
towlower.3 manpage for tow*. 2000-12-22 02:18:58 +00:00
utf2.c add multibyte locale converters (just for use by testers at this moment, 2000-12-21 12:17:35 +00:00
utf8.c correct utf8 encoding error 2000-12-21 12:21:38 +00:00
wcscat.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcschr.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcscmp.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcscpy.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcscspn.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcslcat.c add wcsl{cat,cpy} - outside of ISO/IEC 9899:1999, 2000-12-22 05:21:40 +00:00
wcslcpy.c add wcsl{cat,cpy} - outside of ISO/IEC 9899:1999, 2000-12-22 05:21:40 +00:00
wcslen.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsncat.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsncmp.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsncpy.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcspbrk.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsrchr.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsspn.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcsstr.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wcswidth.c add dummy wcwidth() and wcswidth(). wcwidth() will be updated later. 2000-12-21 08:30:52 +00:00
wmemchr.3 add wcsl{cat,cpy} 2000-12-22 05:23:27 +00:00
wmemchr.c add wcs* functions. consier it as part of libc minor crank 68 -> 69. 2000-12-21 05:12:18 +00:00
wmemcmp.c add wmem* functions, from citrus. bump libc shlib minor. 2000-12-20 14:53:23 +00:00
wmemcpy.c add wmem* functions, from citrus. bump libc shlib minor. 2000-12-20 14:53:23 +00:00
wmemmove.c add wmem* functions, from citrus. bump libc shlib minor. 2000-12-20 14:53:23 +00:00
wmemset.c add wmem* functions, from citrus. bump libc shlib minor. 2000-12-20 14:53:23 +00:00