freebsd-skq/lib/libc
ache 55d37192a4 NOTE: according to SUSV2 and other implementations, numeric elements in
LC_MONETARY, LC_NUMERIC are byte-arrays, not ASCII strings!

Fix "C" locale, change "-1" to {CHAR_MAX, '\0'} according to standards.

This is only partial fix - locale loading procedure remains broken as before
and load too big values for all locales.  All numeric strings there should be
converted with something like atoi() and placed into bytes.  Maybe I do it
later, if someone will not fix it faster.
2001-02-10 00:43:32 +00:00
..
alpha Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
amd64 Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
compat-43 Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
db Fix typo: compatability -> compatibility. 2001-02-06 12:04:54 +00:00
gen mdoc(7) police: Change -filled displays (which just happen 2001-02-07 13:45:30 +00:00
gmon Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
i386 Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
ia64 Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
include Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
locale NOTE: according to SUSV2 and other implementations, numeric elements in 2001-02-10 00:43:32 +00:00
mips Bring in initial libc support for mips. These files were taken from 1999-03-03 07:06:17 +00:00
mipseb Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
mipsel Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
net Describe the arguments to gethostbyaddr. 2001-02-09 19:06:25 +00:00
nls Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
posix1e Fix typo: seperate -> separate. 2001-02-06 10:39:38 +00:00
quad $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regex mdoc(7) police: fixed the weird construct. 2001-02-09 09:08:53 +00:00
rpc mdoc(7) police: C types should be declared with either .Ft or .Vt. 2001-02-08 10:22:35 +00:00
stdio Backout previous commit. Use of spinlocks was not approved. 2001-02-09 20:31:48 +00:00
stdlib Backout previous commit. Use of spinlocks was not approved. 2001-02-09 20:31:48 +00:00
stdtime Hardcode c_fmt in a different way since used in nl_langinfo now 2001-02-08 20:55:38 +00:00
string mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
sys mdoc(7) police: prevent generation of the extra 2001-02-09 12:47:23 +00:00
xdr mdoc(7) police: print #ifdef/#endif literally, 2001-02-08 10:40:42 +00:00
yp Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
Makefile Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
Makefile.inc Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00