glibc/misc
Ulrich Drepper 1522c3682c Update.
1997-07-24 03:14  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-deps.c: Complete rewrite to handle DT_AUXILIARY correctly.

	* inet/Makefile (tests): Add htontest.
	* inet/htontest.c: New file.

	* inet/netinet/in.h: Cleanup optimization of ntoh/hton functions
	when they are no noops.
	* sysdeps/alpha/htonl.S: Don't define __ protected names.
	* sysdeps/alpha/htons.S: Likewise.
	* sysdeps/generic/htonl.c: Likewise.
	* sysdeps/generic/htons.c: Likewise.
	* sysdeps/i386/htonl.S: Likewise.
	* sysdeps/i386/htons.S: Likewise.
	* sysdeps/i386/i486/htonl.S: Likewise.
	* sysdeps/vax/htonl.s: Likewise.
	* sysdeps/vax/htons.s: Likewise.

	* string/Makefile (headers): Add byteswap.h and bits/byteswap.h.
	* string/byteswap.h: New file.
	* sysdeps/generic/bits/byteswap.h: New file.
	* sysdeps/i386/bits/byteswap.h: New file.
	* sysdeps/generic/bits/htontoh.h: Removed.
	* sysdeps/i386/bits/htontoh.h: Removed.

	* misc/search.h: General cleanup.  Don't define reentrant hsearch
	functions uless __USE_GNU.

	* nss/nsswitch.c: Pretty print.

	* sunrpc/clnt_udp.c (clntudp_call): Initialize outlen to prevent
	warning.

	* sysdeps/unix/i386/sysdep.h (DO_CALL): Use lcall, binutils have
	been fixed meanwhile.
	Reported by Zack Weinberg <zack@rabi.phys.columbia.edu>.

1997-07-24 00:53  Philip Blundell  <Philip.Blundell@pobox.com>

	* db/hash/hash.c (init_hash): Only use statbuf.st_blksize if it
	exists for this port.

1997-07-24 00:12  Philip Blundell  <Philip.Blundell@pobox.com>

	* sysdeps/standalone/arm/bits/errno.h (ESTALE): Add.

1997-07-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* manual/argp.texi (Argp Option Vectors): Use @minus, not @math,
	to format a proper minus sign.

1997-07-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/fpu/fraiseexcpt.c: Don't handle FE_INEXACT
	specially, the standard doesn't require it.

	* math/test-fenv.c (test_exceptions): Add IGNORE_INEXACT argument,
	if non-zero then don't test inexact flag.  Callers changed.
	(set_single_exc): Ignore inexact flag if underflow or overflow
	exception is raised.

1997-07-23 05:10  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/sys/fsuid.h: New file.
	Provided by Michael Deutschmann <ldeutsch@mail.netshop.net>.
	* sysdeps/unix/sysv/linux/Makefile (headers): Add sys/fsuid.h.
	* sysdeps/unix/sysv/linux/Dist: Add sys/fsuid.h.

1997-07-16 10:09  Fila Kolodny  <fila@ibi.com>

	* resolv/gethnamaddr.c: Define MAXHOSTNAMELEN as 256, since RFC 1034
	and 1035 state that a fully qualified domain name cannot exceed 255
	octets in length.
	* resolv/nss_dns/dns-host.c: Likewise.

1997-07-22 09:54  H.J. Lu   <hjl@gnu.ai.mit.edu>

	* inet/netinet/in.h (htons): Fix typos.

	* sysdeps/i386/bits/htontoh.h (__ntohs): Return the value.

1997-07-22 11:47  Ulrich Drepper  <drepper@cygnus.com>

	* nss/nsswitch.c (nss_lookup_function): Include function.def, not
	functions.def.
	Patch by Klaus Espenlaub <kespenla@hydra.informatik.uni-ulm.de>.
1997-07-24 01:36:01 +00:00
..
bits Update. 1997-07-06 22:02:42 +00:00
sys Update. 1997-06-21 02:59:26 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1997-06-21 02:59:26 +00:00
ar.h Update. 1997-06-21 02:59:26 +00:00
bsd-compat.c update from main archive 970129 1997-01-30 04:09:36 +00:00
daemon.c initial import 1995-02-18 01:27:10 +00:00
dirname.c update from main archive 961105 1996-11-06 04:24:40 +00:00
efgcvt.c update from main archive 970129 1997-01-30 04:09:36 +00:00
efgcvt_r.c Update. 1997-05-21 01:48:59 +00:00
err.c update from main archive 961206 1996-12-07 03:30:25 +00:00
err.h Update. 1997-06-21 02:59:26 +00:00
error.c update from main archive 970225 1997-02-25 05:18:05 +00:00
error.h Update. 1997-06-21 02:59:26 +00:00
fstab.c update from main archive 970129 1997-01-30 04:09:36 +00:00
fstab.h Update. 1997-06-21 02:59:26 +00:00
getpass.c update from main archive 970226 1997-02-27 06:01:16 +00:00
getttyent.c (dl_main): Support additional args in --list mode for debugging: look them up as symbol names and print values. 1996-01-24 01:34:10 +00:00
getusershell.c * Makerules (versioned): Strip whitespace. 1996-05-09 19:30:57 +00:00
hsearch.c update from main archive 961105 1996-11-06 04:24:40 +00:00
hsearch_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
init-misc.c update from main archive 970129 1997-01-30 04:09:36 +00:00
insremque.c update from main archive 961105 1996-11-06 04:24:40 +00:00
ioctltst.c update from main archive 961206 1996-12-07 03:30:25 +00:00
libgen.h Update. 1997-06-21 02:59:26 +00:00
lsearch.c update from main archive 970129 1997-01-30 04:09:36 +00:00
mntent.c update from main archive 970129 1997-01-30 04:09:36 +00:00
mntent.h update from main archive 970129 1997-01-30 04:09:36 +00:00
mntent_r.c update from main archive 960105 1997-01-06 22:07:28 +00:00
nlist.h Update. 1997-06-21 02:59:26 +00:00
qefgcvt.c update from main archive 970129 1997-01-30 04:09:36 +00:00
qefgcvt_r.c update from main archive 970129 1997-01-30 04:09:36 +00:00
regexp.c update from main archive 961119 1996-11-20 03:45:51 +00:00
regexp.h Update. 1997-06-12 21:38:55 +00:00
search.h Update. 1997-07-24 01:36:01 +00:00
sgtty.h Update. 1997-06-21 02:59:26 +00:00
stab.h Update. 1997-06-21 02:59:26 +00:00
syscall.h update from main archive 960107 1997-01-07 23:29:44 +00:00
sysexits.h Update. 1997-06-21 02:59:26 +00:00
syslog.c Update. 1997-06-21 02:59:26 +00:00
syslog.h initial import 1995-02-18 01:27:10 +00:00
tsearch.c Update. 1997-05-31 00:47:04 +00:00
tst-dirname.c update from main archive 961220 1996-12-22 00:32:43 +00:00
tst-tsearch.c Update. 1997-05-31 00:47:04 +00:00
ttyent.h Update. 1997-06-21 02:59:26 +00:00
ttyslot.c Update. 1997-07-12 23:35:19 +00:00
ustat.h Thu Jul 18 04:33:21 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-18 08:43:26 +00:00