glibc/stdio
Ulrich Drepper d164630900 Update.
* libio/stdio.h: Define __FILE if __need___FILE is defined.
	* stdio/stdio.h: Likewise.
	* wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE.
	* include/stdio.h: Handle __need___FILE like __need_FILE.
	* include/wchar.h: Use __FILE instead of FILE.
	* libio/fwprintf.c: Include <stdio.h> for FILE definition.
	* libio/fwscanf.c: Likewise.
	* libio/getwc.c: Likewise.

	* sysdeps/generic/stdint.h (WINT_MAX): Define to 4294967295u.
	* sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1.
	* sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise.

	* assert/assert.h: Update comment header about ISO C section.
	* math/complex.h: Likewise.
	* ctype/ctype.h: Likewise.
	* include/errno.h: Likewise.
	* include/limits.h: Likewise.
	* locale/locale.h: Likewise.
	* math/math.h: Likewise.
	* setjmp/setjmp.h: Likewise.
	* signal/signal.h: Likewise.
	* stdio/stdio.h: Likewise.
	* libio/stdio.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/string.h: Likewise.
	* time/time.h: Likewise.
	* wcsmbs/wchar.h: Likewise.
	* wctype/wctype.h: Likewise.
	Patches by Joseph S. Myers <jsm28@cam.ac.uk>.

2000-09-13  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Fix test
	for no more entries.
	* sysdeps/unix/sysv/aix/bits/socket.h (__cmsg_nxthdr): Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Likewise.
	Reported by Eric S. Johnson <esj@cs.fiu.edu>, closes PR libc/1887.

2000-09-13  Ulrich Drepper  <drepper@redhat.com>
2000-09-14 01:43:19 +00:00
..
.cvsignore
Makefile
Versions Update. 1998-07-20 17:25:48 +00:00
clearerr.c Update. 1998-07-09 13:58:47 +00:00
fclose.c Update. 1998-07-09 13:58:47 +00:00
fcloseall.c
feof.c Update. 1998-07-09 13:58:47 +00:00
ferror.c Update. 1998-07-09 13:58:47 +00:00
fflush.c Update. 1998-07-09 13:58:47 +00:00
fgetc.c
fgetpos.c
fgets.c Update. 1998-07-09 13:58:47 +00:00
fileno.c Update. 1998-07-09 13:58:47 +00:00
fmemopen.c
fopen.c
fopncook.c
fputc.c Don't define alias if fputc is defined as a macro. 1999-06-23 10:45:47 +00:00
fputs.c Update. 1998-07-20 17:25:48 +00:00
fread.c Update. 1998-07-09 13:58:47 +00:00
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.c Update. 1998-07-09 13:58:47 +00:00
getc.c Update. 1998-07-09 13:58:47 +00:00
getchar.c Update. 1998-07-09 13:58:47 +00:00
getdelim.c
gets.c
glue.c
internals.c
linewrap.c
linewrap.h
memstream.c
newstream.c
obstream.c
putc.c Update. 1999-06-23 10:47:33 +00:00
putchar.c Update. 1998-07-09 13:58:47 +00:00
puts.c
rewind.c
setbuf.c
setbuffer.c
setlinebuf.c
setvbuf.c
stdio.h Update. 2000-09-14 01:43:19 +00:00
ungetc.c
vasprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c