freebsd-dev/lib/libc
Warner Losh e9d918edb6 Don't print an error message if the bad option is '?'. This has been
in my tree for a long time.  bde reviewed this once upon a time and
said it was OK, iirc.  This also obviates the need to put ? in the
optstring argument to preclude the extra warning message which some
people think confuses users.  When I made my getopt cleanups of a long
time ago, this was the compromise reached.  I just neglected to commit
it until now.
2000-09-04 03:49:22 +00:00
..
alpha Remove duplicate FreeBSD id tags. 2000-08-21 21:05:44 +00:00
amd64 rfork(2) wrapper for simple rfork-style threads. I have lost count of 2000-07-29 07:14:04 +00:00
compat-43
db If using a DB_RECNO, db::put should return the new key if R_IAFTER is 2000-08-08 05:20:57 +00:00
gen setproctitle() requires unistd.h and not libutil.h/-lutil 2000-09-02 02:25:34 +00:00
gmon
i386 Fix some rather interesting bugs that managed to not turn up in various 2000-07-29 11:34:01 +00:00
include
locale The comparison against 0 should be against LC_ALL. category isn't a 2000-09-04 03:43:24 +00:00
mips
mipseb
mipsel
net The API change mentioned in the previous revision has been backed out, so 2000-08-22 21:50:03 +00:00
nls Rewrite using stdio. It cause program speedup since eliminates lots of small 2000-09-03 21:05:10 +00:00
posix1e
quad
regex
rpc strtok() -> strsep() (no strtok() in libraries allowed) 2000-08-29 21:04:07 +00:00
stdio According to the susv2 man pages I have, remove(3) should act as 2000-08-28 15:45:42 +00:00
stdlib Don't print an error message if the bad option is '?'. This has been 2000-09-04 03:49:22 +00:00
stdtime Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 2000-08-04 11:03:20 +00:00
string Add: 2000-09-03 13:24:28 +00:00
sys Soften the statement about select's timeout argument. This part of 2000-09-04 03:32:30 +00:00
xdr
yp
Makefile
Makefile.inc