freebsd-nq/lib/libc
Bill Fenner 70982dca88 Don't ignore unknown characters. The previous code treated a line like:
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns

exactly the same as:

hosts: files dns

Recover from parse errors by looking for the end of a line; this
allows entries without errors to still be parsed even if there is
an erroneous entry earlier in the file.
2001-11-07 00:05:26 +00:00
..
alpha Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
amd64 De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
compat-43 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
db mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
gen Add a note explaining why CLOCKS_PER_SEC isn't 1000000. 2001-11-05 21:30:43 +00:00
gmon mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
i386 De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
ia64 Implement fpsetmask() and fpgetmask(). 2001-11-03 15:52:18 +00:00
include signanosleep(2) hasn't existed since 1998. 2001-10-19 13:01:57 +00:00
locale mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mips
mipseb
mipsel
net Don't ignore unknown characters. The previous code treated a line like: 2001-11-07 00:05:26 +00:00
nls mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
posix1e Fixed missing `const' in synopsis. 2001-10-03 16:29:21 +00:00
quad $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regex mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
rpc s/kernal/kernel 2001-10-19 07:52:11 +00:00
sparc64 Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
stdio In > LONG_MAX test use sseek return value and not _offset which can be not 2001-10-25 22:56:04 +00:00
stdlib malloc and calloc do not free memory. 2001-11-05 00:39:27 +00:00
stdtime Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). 2001-10-28 20:13:16 +00:00
string Note that strncmp() will not compare characters after a NUL character. 2001-10-11 17:02:44 +00:00
sys - There is no such thing as a socket structure. sockets are integers. 2001-11-05 18:05:56 +00:00
xdr Fixed various type errors in synopsis. 2001-10-03 16:53:59 +00:00
yp Changed the clnt_perror string in yp_all because it was saying the 2001-05-23 15:37:10 +00:00
Makefile Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
Makefile.inc Activate build of posix1e extensions in libc and libc_r that have been 2001-04-04 18:17:28 +00:00