glibc/sysdeps/alpha
Ulrich Drepper 6d52618b15 Update from main archive 961219
Thu Dec 19 23:28:33 1996  Ulrich Drepper  <drepper@cygnus.com>

	* resolv/resolv.h: Update from BIND 4.9.5-P1.
	* resolv/res_comp.c: Likewise.
	* resolv/res_debug.c: Likewise.
	* resolv/Banner: Update version number.

Thu Dec 19 20:58:53 1996  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dlfcn.h: Add extern "C" wrapper.

	* io/utime.h: Don't define NULL since this isn't allowed in POSIX.
	* io/sys/stat.h: Declare `lstat' only if __USE_BSD ||
	__USE_XOPEN_EXTENDED.
	* locale/locale.h: Define NULL.
	* math/math.c: Don't include <errno.h> to define math errors.
	* stdlib/stdlib.h: Likewise.
	* posix/unistd.h: Don't declare environ.
	* posix/sys/utsname.h (struct utsname): Declare member domainname
	as __domainname is !__USE_GNU.
	* signal/signal.h: Declare size_t only if __USE_BSD ||
	__USE_XOPEN_EXTENDED.
	* stdio/stdio.h: Don't declare cuserid when __USE_POSIX, but
	instead when __USE_XOPEN.
	* string/string.h: Define strndup only if __USE_GNU.
	* sysdeps/unix/sysv/linux/clock.c: New file.
	* sysdeps/unix/sysv/linux/timebits.h: Define CLOCKS_PER_SEC as
	1000000 per X/Open standard.
	* features.h: Add code to recognize _POSIX_C_SOURCE value 199309.
	Define __USE_POSIX199309.
	* posix/unistd.h: Declare fdatasync only if __USE_POSIX199309.
	* time/time.c: Declare nanosleep only if __USE_POSIX199309.
	Patches by Rüdiger Helsch <rh@unifix.de>.

	* locale/locale.h: Add declaration of newlocale and freelocale.

	* new-malloc/Makefile (distibute): Add mtrace.awk.
	(dist-routines): Add mcheck and mtrace.
	(install-lib, non-lib.a): Define as libmcheck.a.
	* new-malloc/malloc.h: Add declaration of __malloc_initialized.
	* new-malloc/mcheck.c: New file.
	* new-malloc/mcheck.h: New file.
	* new-malloc/mtrace.c: New file.
	* new-malloc/mtrace.awk: New file.

	* posix/unistd.h: Correct prototype for usleep.
	* sysdeps/unix/bsd/usleep.c: De-ANSI-declfy.  Correct return type.
	* sysdeps/unix/sysv/linux/usleep.c: Real implementation based on
	nanosleep.

	* signal/signal.h: Change protoype of __sigpause to take two
	arguments.  Remove prototype for sigpause.  Add two different
	macros named sigpause selected when __USE_BSD or __USE_XOPEN
	are defined.  This is necessary since the old BSD definition
	of theis function collides with the X/Open definition.
	* sysdeps/posix/sigpause.c: Change function definition to also
	fit X/Open definition.

	* sysdeps/libm-i387/e_exp.S: Make sure stack is empty when the
	function is left.
	* sysdeps/libm-i387/e_expl.S: Likewise.
	Patch by HJ Lu.

1996-12-17  Paul Eggert  <eggert@twinsun.com>

	* many, many files: Spelling corrections.
	* catgets/catgetsinfo.h (mmapped):
	Renamed from mmaped (in struct catalog_info.status).
	* mach/err_kern.sub (err_codes_unix), string/stratcliff.c (main):
	Fix spelling in message.
	* po/libc.pot: Fix spelling in message for `zic'; this anticipates
	a fix in the tzcode distribution.

Wed Dec 18 15:48:02 1996  Ulrich Drepper  <drepper@cygnus.com>

	* time/strftime.c: Implement ^ flag to cause output be converted
	to use upper case characters.

	* time/zic.c: Update from ADO tzcode1996n.

Wed Dec 18 14:29:24 1996  Erik Naggum  <erik@naggum.no>

	* time/strftime.c (add): Don't change global `i' until all is over.
	Define NULL is not already defined.

Tue Dec 17 09:49:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* libio/iovsprintf.c (_IO_vsprintf): Change `&sf' to `&sf._sbf._f'
	to avoid the need for a cast.
	* libio/iovsscanf.c (_IO_vsscanf): Likewise.

	* sunrpc/rpc/xdr.h: Add prototype for xdr_free.
1996-12-20 01:39:50 +00:00
..
alphaev5 Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
elf Update from main archive 961219 1996-12-20 01:39:50 +00:00
fpu * hurd/Makefile (routines): Add get-host, set-host. 1996-06-16 03:49:40 +00:00
DEFS.h initial import 1995-02-18 01:27:10 +00:00
Dist update from main archive 961116 1996-11-17 03:15:52 +00:00
Implies * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS. 1996-06-10 13:03:12 +00:00
Makefile update from main archive 961105 1996-11-06 04:24:40 +00:00
__longjmp.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
__math.h Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-05-23 05:33:49 +00:00
_mcount.S Update. 1996-08-09 02:46:09 +00:00
add_n.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
addmul_1.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
bb_init_func.S Update. 1996-08-09 02:46:09 +00:00
bsd-_setjmp.S update from main archive 961119 1996-11-20 03:45:51 +00:00
bsd-setjmp.S update from main archive 961119 1996-11-20 03:45:51 +00:00
bytesex.h initial import 1995-02-18 01:27:10 +00:00
bzero.S update from main archive 961105 1996-11-06 04:24:40 +00:00
div.S update from main archive 961105 1996-11-06 04:24:40 +00:00
divl.S update from main archive 961105 1996-11-06 04:24:40 +00:00
divq.S update from main archive 961105 1996-11-06 04:24:40 +00:00
divrem.h update from main archive 961105 1996-11-06 04:24:40 +00:00
dl-machine.h Update from main archive 961219 1996-12-20 01:39:50 +00:00
ffs.S update from main archive 961105 1996-11-06 04:24:40 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
htonl.S update from main archive 961119 1996-11-20 03:45:51 +00:00
htons.S update from main archive 961119 1996-11-20 03:45:51 +00:00
jmp_buf.h initial import 1995-02-18 01:27:10 +00:00
ldiv.S update from main archive 961105 1996-11-06 04:24:40 +00:00
lldiv.S update from main archive 961105 1996-11-06 04:24:40 +00:00
lshift.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
machine-gmon.h update from main archive 961001 1996-10-02 01:40:17 +00:00
memchr.S update from main arcive 961210 1996-12-11 01:40:39 +00:00
memset.S update from main archive 961105 1996-11-06 04:24:40 +00:00
mul_1.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
ntohl.s Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
ntohs.s Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
reml.S update from main archive 961105 1996-11-06 04:24:40 +00:00
remq.S update from main archive 961105 1996-11-06 04:24:40 +00:00
rshift.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
s_copysign.S update from main archive 961119 1996-11-20 03:45:51 +00:00
s_fabs.S update from main archive 961105 1996-11-06 04:24:40 +00:00
setjmp.S update from main archive 961119 1996-11-20 03:45:51 +00:00
setjmp_aux.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
stpcpy.S update from main archive 961119 1996-11-20 03:45:51 +00:00
stpncpy.S update from main archive 961105 1996-11-06 04:24:40 +00:00
strcat.S update from main archive 961119 1996-11-20 03:45:51 +00:00
strchr.S update from main archive 961105 1996-11-06 04:24:40 +00:00
strcmp.S update from main archive 961105 1996-11-06 04:24:40 +00:00
strcpy.S update from main archive 961119 1996-11-20 03:45:51 +00:00
strlen.S update from main archive 961105 1996-11-06 04:24:40 +00:00
strncat.S update from main archive 961119 1996-11-20 03:45:51 +00:00
strncmp.S update from main arcive 961210 1996-12-11 01:40:39 +00:00
strncpy.S update from main archive 961105 1996-11-06 04:24:40 +00:00
strrchr.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
stxcpy.S update from main archive 961011 1996-10-12 00:56:05 +00:00
stxncpy.S update from main archive 961005 1996-10-06 02:05:11 +00:00
sub_n.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
submul_1.s Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
udiv_qrnnd.S update from main archive 961105 1996-11-06 04:24:40 +00:00
w_sqrt.S update from main archive 961119 1996-11-20 03:45:51 +00:00