.. |
arch
|
Fix the non pic version too.
|
1998-10-16 14:11:53 +00:00 |
compat-43
|
Add an internal name for getdtablesize(), since it's being used internally.
|
1998-10-08 13:49:16 +00:00 |
db
|
Need "namespace.h".
|
1998-10-14 11:56:28 +00:00 |
gen
|
Need an internal name for signal().
|
1998-10-16 12:47:45 +00:00 |
gmon
|
bzero->memset, bcopy->memcpy, bcmp->memcmp
|
1998-08-10 02:43:08 +00:00 |
include
|
Need an internal name for tzname.
|
1998-10-16 12:56:44 +00:00 |
locale
|
Need internal names for snprintf() and vsnprintf().
|
1998-10-13 14:19:21 +00:00 |
md
|
bzero->memset, bcopy->memcpy, bcmp->memcmp
|
1998-08-10 02:43:08 +00:00 |
net
|
(bcmp(), bcopy(), bzero()) -> (memcmp(), memcpy(), memset())
|
1998-10-15 10:22:23 +00:00 |
nls
|
…
|
|
quad
|
…
|
|
regex
|
first pass at fixing up capitalization of function names and
|
1998-08-29 08:32:32 +00:00 |
rpc
|
…
|
|
stdio
|
Need an internal name for fgetln().
|
1998-10-16 12:39:54 +00:00 |
stdlib
|
Exit via _exit() rather than exit(), as the latter would cause exit handlers
|
1998-10-12 15:56:16 +00:00 |
string
|
Need an internal name for strsep().
|
1998-10-13 20:32:09 +00:00 |
sys
|
Need "namespace.h".
|
1998-10-14 11:56:28 +00:00 |
termios
|
clear IMAXBEL bit (fixes PR#2703)
|
1998-08-18 07:51:45 +00:00 |
time
|
Need an internal name for tzname.
|
1998-10-16 12:56:44 +00:00 |
yp
|
…
|
|
Makefile
|
Add _LIBC to the set of preprocessor symbols defined in the libc build
|
1998-10-14 19:19:32 +00:00 |
shlib_version
|
Bump version
|
1998-09-27 16:43:04 +00:00 |