glibc/stdlib
Ulrich Drepper 19361cb768 update from main archive 970129
1997-01-30 03:24  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/elf/start.S (_start): Align stack pointer to
	double word boundary before pushing args for main.  This way we
	don't get penalties for misaligned memory accesses.  Reported by
	Edward Seidl <seidl@janed.com>.

	* Makefile: Correct *my* changes of Richards patch of 1997-01-28 10:51.
	Patch by HJ Lu.

	* misc/bsd-compat.c: Update copyright.
	* misc/efgcvt.c: Likewise.
	* misc/efgcvt_r.c: Likewise.
	* misc/error.c: Likewise.
	* misc/error.h: Likewise.
	* misc/fstab.c: Likewise.
	* misc/init-misc.c: Likewise.
	* misc/lsearch.c: Likewise.
	* misc/mntent.c: Likewise.
	* misc/qefgcvt.c: Likewise.
	* misc/qefgcvt_r.c: Likewise.
	* nss/databases.def: Likewise.
	* nss/db-Makefile: Likewise.
	* nss/ethers-lookup.c: Likewise.
	* nss/hosts-lookup.c: Likewise.
	* nss/netgrp-lookup.c: Likewise.
	* nss/nsswitch.h: Likewise.
	* nss/proto-lookup.c: Likewise.
	* nss/rpc-lookup.c: Likewise.
	* nss/service-lookup.c: Likewise.
	* nss/nss_db/db-netgrp.c: Likewise.
	* nss/nss_files/files-grp.c: Likewise.
	* nss/nss_files/files-hosts.c: Likewise.
	* nss/nss_files/files-network.c: Likewise.
	* nss/nss_files/files-proto.c: Likewise.
	* nss/nss_files/files-pwd.c: Likewise.
	* nss/nss_files/files-rpc.c: Likewise.
	* nss/nss_files/files-service.c: Likewise.
	* nss/nss_files/files-spwd.c: Likewise.
	* shadow/fgetspent.c: Likewise.
	* shadow/fgetspent_r.c: Likewise.
	* shadow/getspent.c: Likewise.
	* shadow/getspent_r.c: Likewise.
	* shadow/getspnam.c: Likewise.
	* shadow/getspnam_r.c: Likewise.
	* shadow/putspent.c: Likewise.
	* shadow/sgetspent.c: Likewise.
	* shadow/sgetspent_r.c: Likewise.
	* sysdeps/i386/init-first.c: Likewise.
	* sysdeps/unix/i386/sysdep.S: Likewise.

	* shadow/shadow.h: Don't use __USE_REENTRENT.  All code must be
	prepared to be running in a multi-threaded environment.  Change
	to __USE_MISC unless the function is defined in POSIX.1 (in this
	case also test for __USE_POSIX).
	* dirent/dirent.h: Likewise.
	* grp/grp.h: Likewise.
	* inet/aliases.h: Likewise.
	* libio/libio.h: Likewise.
	* libio/stdio.h: Likewise.
	* login/utmp.h: Likewise.
	* math/mathcalls.h: Likewise.
	* misc/mntent.h: Likewise.
	* pwd/pwd.h: Likewise.
	* resolv/netdb.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/string.h: Likewise.
	* sunrpc/rpc/netdb.h: Likewise.
	* sysdeps/generic/crypt.h: Likewise.
	* sysdeps/unix/sysv/linux/errnos.h: Likewise.
	* time/time.h: Likewise.

1997-01-30 00:27  Fila Kolodny  <fila@ibi.com>

	* sunrpc/Makefile (install-others): Add rpcsvc/bootparam_prot.h
	only if not cross compiling.

1997-01-29 16:16  Fila Kolodny  <fila@ibi.com>

	* sysdeps/posix/sigpause.c: Include <stddef.h> to get definition of
	NULL.
	* sysdeps/posix/sigwait.c: Likewise.

1997-01-28 23:42  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makeconfig ($(common-objpfx)config.make): Depend on
	$(..)config.make.in.
1997-01-30 04:09:36 +00:00
..
.cvsignore
a64l.c
abs.c
alloca.h update from main archive 961114 1996-11-15 04:08:00 +00:00
atexit.c update from main archive 961105 1996-11-06 04:24:40 +00:00
atof.c
atoi.c
atol.c
bsearch.c
canonicalize.c update from main archive 961207 1996-12-08 08:01:13 +00:00
drand48_r.c
drand48-iter.c update from main archive 961119 1996-11-20 03:45:51 +00:00
drand48.c
erand48_r.c
erand48.c
exit.c update from main archive 961030 1996-10-31 02:57:12 +00:00
exit.h update from main archive 961030 1996-10-31 02:57:12 +00:00
fpioconst.c
fpioconst.h
gen-mpn-copy
getsubopt.c update from main archive 961203 1996-12-04 01:41:39 +00:00
gmp-impl.h update from main archive 961220 1996-12-22 00:32:43 +00:00
gmp.h
grouping.h Update from main archive 961219 1996-12-20 01:39:50 +00:00
jrand48_r.c
jrand48.c
l64a.c update from main archive 961201 1996-12-02 04:00:15 +00:00
labs.c
lcong48_r.c
lcong48.c
llabs.c
longlong.h
lrand48_r.c
lrand48.c
Makefile update from main archive 961220 1996-12-21 04:13:58 +00:00
mblen.c
mbstowcs.c
mbtowc.c
monetary.h Update from main archive 961219 1996-12-20 01:39:50 +00:00
mp_clz_tab.c
mrand48_r.c
mrand48.c
msort.c
nrand48_r.c
nrand48.c
on_exit.c update from main archive 961217 1996-12-18 03:23:47 +00:00
qsort.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
rand_r.c update from main archive 961206 1996-12-07 03:30:25 +00:00
rand.c update from main archive 961203 1996-12-04 01:41:39 +00:00
random_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
random.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
rpmatch.c
secure-getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
seed48_r.c
seed48.c
srand48_r.c
srand48.c
stdlib.h update from main archive 970129 1997-01-30 04:09:36 +00:00
strfmon.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strtod.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strtof.c
strtol.c update from main archive 970118 1997-01-19 04:54:28 +00:00
strtold.c
strtoq.c
strtoul.c
strtouq.c
test-canon.c update from main archive 961109 1996-11-10 02:21:51 +00:00
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c
tst-strtod.c update from main arcive 961210 1996-12-11 01:40:39 +00:00
tst-strtol.c update from main archive 970118 1997-01-19 04:54:28 +00:00
wcstombs.c
wctomb.c