glibc/libio
Ulrich Drepper f8b87ef0d4 update from main archive 961211
Thu Dec 12 03:32:21 1996  Ulrich Drepper  <drepper@cygnus.com>

	* libio/_G_config.h: Add definition of _G_int16_t, _G_int32_t,
	_G_uint16_t, _G_uin32_t, _G_HAVE_BOOL, _G_HAVE_MMAP, and
	_G_ARGS.

	Change libio buffer handling to allocate internal buffers using
	mmap if possible.
	* libio/filedoalloc.c (_IO_file_doallocate): Change call to
	ALLOC_BUF.
	* libio/genops.c (_IO_setb, _IO_default_finish): Change call
	to FREE_BUF.
	(_IO_default_doallocate): Change call to ALLOC_BUF.
	* libio/libioP.h: Change definition of ALLOC_BUF and FREE_BUF
	to use mmap/munmap when possible.
	* libio/memstream.c: Don't use ALLOC_BUF, but directly malloc.
	* libio/vasprintf.c: Likewise.
	Patch by HJ Lu.

	* libio/libio.h: Define NULL as __null only for gcc-2.8 and up.
	* libio/libioP.h: Likewise.

	* libio/fileops.c (_IO_file_read, _IO_file_write): Don't
	restart syscall when EINTR was returned.  Necessary for POSIX.1.

	* libio/strops.c (_IO_str_overflow): Add cast to prevent warning.

	* new-malloc/malloc.c (heap_trim): Correctly place parentheses to
	prevent warnings.

	* nis/Makefile: Remove rules for bsd-tools which are not part
	of glibc.
	Patch by Thorsten Kukuk.

	* nis/ypclnt.c: Add prototype for xdr_free.
	Add const to first parameter for __yp_bind.
	* nis/nss_compat/compat-pwd.c (getpwent_next_netgr, getpwent_next_nis,
	getpwent_next_file): Variable `p2len' must have type size_t.
	* nis/nss_nis/nis-alias.c: Add casts to prevent warnings.
	* nis/nss_nis/nis-ethers.c: Likewise.
	* nis/nss_nis/nis-grp.c: Likewise.
	* nis/nss_nis/nis-hosts.c: Likewise.
	* nis/nss_nis/nis-network.c: Likewise.
	* nis/nss_nis/nis-proto.c: Likewise.
	* nis/nss_nis/nis-pwd.c: Likewise.
	* nis/nss_nis/nis-rpc.c: Likewise.
	* nis/nss_nis/nis-service.c: Likewise.
	* nis/nss_nis/nis-spwd.c: Likewise.

	* nis/rpcsvc/yp_prot.h (ypreq_key): Change type of members to
	`const char *'.
	(ypmaplist): Change member names to `map' and `next' and provide
	#defines for old names.
	Patch by Thorsten Kukuk.

	* nss/nss_files/files-parse.c (parse_line, parse_list): Change
	type for `datalen' parameter to size_t.

	* shsdow/lckpwdf.c: Use fcntl forlocking, not flock.

	* stdio-common/printf.c [USE_IN_LIBIO]: Provide alias _IO_printf
	for printf.
	* stdio-common/sscanf.c [USE_IN_LIBIO]: Provide alias _IO_sscanf
	for sscanf.
	Patch by HJ Lu.

	* stdio-common/tmpfile.c: Update copyright.

	* stdio-common/vfscanf.c: Correctly handle EINTR error from fgetc
	function.
	Don't eat white space for `C' format.

	* stdlib/tst-strtol.c [~0UL != 0xffffffff]: Fix typo in test data.

	* sysdeps/generic/abort.c: Update copyright.  De-ANSI-declfy.
	* sysdeps/i386/abort.c: Removed.  This version does not use
	signal SIGABRT.

	* sysdeps/i386/fpu/__math.h: Define __NO_MATH_INLINES if not using
	gcc-2.8 or up.
	Patch by HJ Lu.

	* sysdeps/posix/tempname.c: Test for error but EEXIST after open
	call.  If EMFILE, ENFILE, or EINTR return with error.

Wed Dec 11 14:43:52 1996  Ulrich Drepper  <drepper@cygnus.com>

	* gnu-versions.h: Set _GNU_OBSTACK_INTERFACE_VERSION back to 1.
	We are compatible again.
	* new-malloc/obstack.h (struct obstack): Add back alloc_failed bit
	even though it is not used.
	* malloc/obstack.h: Likewise.
	* new-malloc/obstack.c (_obstack_begin, _obstack_begin_1): Initialize
	alloc_failed bit to 0.

	* time/strftime.c: Extend for Emacs' needs.  Recognize field width,
	%P format and `0' modifier.

Tue Dec 10 21:20:44 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (make-link): Don't discard exit codes of intermediate
	commands.  Always use rellns-sh if symbolic links are available.

Tue Dec 10 20:09:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/netinet/in.h: Enclose #include
	<linux/in.h> in __BEGIN_DECLS/__END_DECLS to avoid linkage
	conflict of ntohs etc. in <asm/byteorder.h>.
1996-12-12 03:24:48 +00:00
..
_G_config.h update from main archive 961211 1996-12-12 03:24:48 +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
Banner update from main archive 960907 1996-09-07 23:56:19 +00:00
clearerr_u.c update from main archive 961001 1996-10-02 01:40:17 +00:00
clearerr.c update from main archive 960906 1996-09-07 04:10:57 +00:00
feof_u.c update from main archive 960906 1996-09-07 04:10:57 +00:00
feof.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
ferror_u.c update from main archive 960906 1996-09-07 04:10:57 +00:00
ferror.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
fgetc.c update from main archive 961001 1996-10-02 01:40:17 +00:00
filedoalloc.c update from main archive 961211 1996-12-12 03:24:48 +00:00
fileno.c update from main archive 960906 1996-09-07 04:10:57 +00:00
fileops.c update from main archive 961211 1996-12-12 03:24:48 +00:00
fputc_u.c update from main archive 961001 1996-10-02 01:40:17 +00:00
fputc.c update from main archive 961001 1996-10-02 01:40:17 +00:00
freopen.c update from main archive 961001 1996-10-02 01:40:17 +00:00
fseek.c update from main archive 961001 1996-10-02 01:40:17 +00:00
genops.c update from main archive 961211 1996-12-12 03:24:48 +00:00
getc_u.c update from main archive 961001 1996-10-02 01:40:17 +00:00
getc.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
getchar_u.c update from main archive 961001 1996-10-02 01:40:17 +00:00
getchar.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofclose.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofdopen.c update from main archive 1996-09-27 03:45:24 +00:00
iofflush_u.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofflush.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofgetpos.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofgets.c update from main archive 961008 1996-10-08 23:39:20 +00:00
iofopen.c update from main archive 960907 1996-09-07 23:56:19 +00:00
iofopncook.c update from main archive 960907 1996-09-07 23:56:19 +00:00
iofprintf.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
iofputs.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofread.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofsetpos.c update from main archive 961001 1996-10-02 01:40:17 +00:00
ioftell.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iofwrite.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iogetdelim.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iogetline.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iogets.c update from main archive 961209 1996-12-10 03:08:06 +00:00
iolibio.h update from main archive 961207 1996-12-08 08:01:13 +00:00
iopadn.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
iopopen.c update from main archive 961207 1996-12-08 08:01:13 +00:00
ioputs.c update from main archive 961001 1996-10-02 01:40:17 +00:00
ioseekoff.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
ioseekpos.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
iosetbuffer.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iosetvbuf.c update from main archive 961206 1996-12-07 03:30:25 +00:00
iosprintf.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
ioungetc.c update from main archive 961001 1996-10-02 01:40:17 +00:00
iovsprintf.c update from main archive 961207 1996-12-08 08:01:13 +00:00
iovsscanf.c update from main archive 961207 1996-12-08 08:01:13 +00:00
libio.h update from main archive 961211 1996-12-12 03:24:48 +00:00
libioP.h update from main archive 961211 1996-12-12 03:24:48 +00:00
Makefile update from main archive 961207 1996-12-08 08:01:13 +00:00
memstream.c update from main archive 961211 1996-12-12 03:24:48 +00:00
obprintf.c update from main archive 961105 1996-11-06 04:24:40 +00:00
pclose.c Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.c 1995-12-06 00:14:32 +00:00
peekc.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
putc_u.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
putc.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
putchar_u.c update from main archive 960906 1996-09-07 04:10:57 +00:00
putchar.c update from main archive 961001 1996-10-02 01:40:17 +00:00
rewind.c update from main archive 961001 1996-10-02 01:40:17 +00:00
setbuf.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
setlinebuf.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
stdfiles.c update from main archive 960907 1996-09-07 23:56:19 +00:00
stdio.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
stdio.h update from main archive 961207 1996-12-08 08:01:13 +00:00
strfile.h update from main archive 961207 1996-12-08 08:01:13 +00:00
strops.c update from main archive 961211 1996-12-12 03:24:48 +00:00
vasprintf.c update from main archive 961211 1996-12-12 03:24:48 +00:00
vdprintf.c update from main archive 960907 1996-09-07 23:56:19 +00:00
vscanf.c Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-20 03:48:11 +00:00
vsnprintf.c update from main archive 961207 1996-12-08 08:01:13 +00:00