NetBSD/lib/libc
itojun 408f4697a6 first import of citrus LC_CTYPE locale. singlebyte only at this moment.
shot-term TODO:
- enable multibyte locales.  this includes loadable locale modules
  (#ifdef DLRUNE).
- populate LC_CTYPE definition files.
- other functions such as iconv()
- make libc functions more friendly with multibyte.
- multilingualize other LC_xx
- torture tests

XXX don't forget to "make depend" when you rebuild libc, multibyte.c is
moved from lib/libc/stdlib to lib/libc/locale.
2000-12-21 11:29:47 +00:00
..
arch Fix weak alias. 2000-12-16 01:40:38 +00:00
compat-43 Delint. 2000-01-22 22:30:08 +00:00
db protect against multiple inclusions. 2000-12-20 20:54:01 +00:00
dlfcn remove extra semi's 2000-07-06 02:48:41 +00:00
gen document net.inet6.icmp6.mtudisc_{lo,hi}wat. 2000-12-21 01:10:52 +00:00
gmon fix nested extern 2000-12-20 20:55:23 +00:00
hash Argh. Use __weak_alias on the RMD160 functions. 2000-12-11 19:12:35 +00:00
include Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
locale first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
md Delint. 2000-01-22 22:19:07 +00:00
net remove redundant declarations. 2000-12-20 20:51:08 +00:00
nls Fix possible one-byte overrun 2000-09-30 16:47:26 +00:00
quad remove duplicate declaration. 2000-12-10 03:54:22 +00:00
regex add missing ' is ' in regerror() explanation 2000-11-06 13:20:58 +00:00
rpc oops fix previous typos. 2000-12-20 23:08:51 +00:00
softfloat Revert previous change -- turned out I'd got my build environment in a twist. 2000-07-15 15:07:34 +00:00
stdio fix duplicate declaration of __glue. 2000-12-10 04:17:28 +00:00
stdlib first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
string sync with latest openbsd. 2000-11-24 16:19:05 +00:00
sys Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/ 2000-12-13 07:42:47 +00:00
termios Delint. 2000-01-22 22:19:07 +00:00
thread-stub Delint. 2000-01-22 22:19:07 +00:00
time fix u_char -> char and char -> u_char casts. 2000-12-20 20:56:34 +00:00
yp add explicit casts to avoid parameter conversion warnings. 2000-07-06 03:14:05 +00:00
Makefile Ignore empty translation unit errors. 2000-12-20 21:13:56 +00:00
shlib_version Bump libc minor to 68: addition of __{diag,}assert13. 2000-12-19 14:33:24 +00:00