glibc/libio
Ulrich Drepper 219aa9e9f9 Update.
1999-08-18  Ulrich Drepper  <drepper@cygnus.com>

	* Rules: When generating stdio_lim.h also rewrite IOV_MAX definition.
	* stdio-common/stdio_lim.h.in: Add IOV_MAX template.
	* include/bits/xopen_lim.h: Don't define IOV_MAX here, get it from
	stdio_lim.h.  Define LONG_BIT and WORD_BIT.

	* include/features.h: Define __USE_XOPEN2K if _XOPEN_SOURCE == 600.

	* libio/stdio.h: Don't declare cuserid and getopt for X/Open issue 6.

	* misc/search.h: Don't define NULL.

	* posix/sys/types.h: Define blksize_t if it hasn't happened.
	Only define key_t and blkcnt_t if it hasn't happened before.
	Define blksize_t if not happened before.
	* io/sys/stat.h: Don't define pid_t.  Define blkcnt_t and blksize_t.
	* sysdeps/generic/bits/types.h: Define __blksize_t.
	* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
	* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
	* sysdeps/mach/hurd/bits/stat.h (struct stat): Use __blksize_t for
	st_blksize member.
	(struct stat64): Likewise.
	* sysdeps/unix/bsd/bits/stat.h: Likewise.
	* sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/sysv4/i386/bist/stat.h: Likewise.
	* sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.

	* stdlib/getsubopt.c: Correct type of second argument.
	* stdlib/stdlib.h: Likewise.

	* stdlib/monetary.h: Don't include sys/types.h.  Define only size_t
	and ssize_t.

	* sysdeps/generic/putenv.c: Correct type of parameter.
	* stdlib/stdlib.h: Likewise.

	* sysdeps/generic/msgsnd.c: Correct type of second parameter.
	* sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
	* sysvips/sys/msg.h: Likewise.

	* sysdeps/generic/semop.c: Correct type of third parameter.
	* sysdeps/unix/sysv/linux/semop.c: Likewise.
	* sysvipc/sys/sem.h: Likewise.  Don't include sys/types.h, define
	size_t.

	* sysdeps/generic/shmget.c: Correct type of second parameter.
	* sysdeps/unix/sysv/linux/shmget.c: Likewise.
	* sysvips/sys/shm.h: Likewise.  Don't include unistd.h and sys/types.h.
	Declare __getpagesize here.

	* sysdeps/generic/bits/ipc.h: Include bits/types.h instead of
	sys/types.h.
	* sysdeps/gnu/bits/ipc.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
	* sysvipc/sys/ipc.h: Define uid_t, gid_t, mode_t, and key_t if not
	already done.

	* sysdeps/unix/bsd/usleep.c: Correct type of parameter.

	* debug/versions: Export __cyg_profile_func_enter and
	__cyg_profile_func_exit.

	* math/bits/mathcalls.h: Pretty print.
1999-08-18 07:53:35 +00:00
..
bits Update. 1998-11-25 15:42:34 +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. 1997-06-23 21:55:26 +00:00
clearerr.c Update. 1999-07-31 06:11:24 +00:00
fcloseall.c Update. 1998-04-14 16:51:08 +00:00
feof_u.c Update. 1997-08-20 03:53:21 +00:00
feof.c Update. 1999-07-31 06:11:24 +00:00
ferror_u.c Update. 1997-08-20 03:53:21 +00:00
ferror.c Update. 1999-07-31 06:11:24 +00:00
filedoalloc.c Update. 1997-10-12 04:05:44 +00:00
fileno.c Update. 1999-07-08 11:59:45 +00:00
fileops.c * libio/fileops.c (_IO_new_file_underflow): Set error indicator 1999-07-21 13:24:21 +00:00
fputc_u.c Update. 1997-08-20 03:53:21 +00:00
fputc.c Update. 1999-07-31 06:11:24 +00:00
fputwc_u.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
fputwc.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
freopen64.c Update. 1998-06-07 14:06:56 +00:00
freopen.c Update. 1998-06-07 14:06:56 +00:00
fseek.c Update. 1998-06-07 14:06:56 +00:00
fseeko64.c Update. 1998-06-07 14:06:56 +00:00
fseeko.c Update. 1998-06-07 14:06:56 +00:00
ftello64.c Update. 1999-06-16 22:55:47 +00:00
ftello.c Update. 1999-06-16 22:55:47 +00:00
fwprintf.c Update. 1999-06-16 22:55:47 +00:00
fwscanf.c Update. 1999-06-16 22:55:47 +00:00
genops.c Update. 1999-08-16 01:21:50 +00:00
getc_u.c Update. 1999-01-28 13:53:14 +00:00
getc.c Update. 1999-07-31 06:11:24 +00:00
getchar_u.c Update. 1999-06-21 16:46:16 +00:00
getchar.c Update. 1999-07-31 06:11:24 +00:00
getwc_u.c Update. 1999-06-16 22:55:47 +00:00
getwc.c Update. 1999-06-16 22:55:47 +00:00
getwchar_u.c Update. 1999-06-16 22:55:47 +00:00
getwchar.c Update. 1999-06-16 22:55:47 +00:00
iofclose.c Update. 1999-07-26 05:59:22 +00:00
iofdopen.c Update. 1999-07-06 16:26:03 +00:00
iofflush_u.c Update. 1997-08-20 03:53:21 +00:00
iofflush.c Update. 1999-07-31 06:11:24 +00:00
iofgetpos64.c Update. 1999-06-16 22:55:47 +00:00
iofgetpos.c Update. 1999-06-16 22:55:47 +00:00
iofgets_u.c Update. 1998-11-08 10:40:28 +00:00
iofgets.c Update. 1999-07-30 06:32:48 +00:00
iofgetws_u.c Update. 1999-06-16 22:55:47 +00:00
iofgetws.c Update. 1999-06-16 22:55:47 +00:00
iofopen64.c Update. 1999-06-16 22:55:47 +00:00
iofopen.c Update. 1999-06-16 22:55:47 +00:00
iofopncook.c Update. 1999-07-08 11:59:45 +00:00
iofputs_u.c Update. 1999-06-16 22:55:47 +00:00
iofputs.c Update. 1999-08-16 01:21:50 +00:00
iofputws_u.c Update. 1999-06-16 22:55:47 +00:00
iofputws.c Update. 1999-06-16 22:55:47 +00:00
iofread_u.c (abmon): Remove spaces. 1998-11-12 18:03:43 +00:00
iofread.c Update. 1999-07-30 06:32:48 +00:00
iofsetpos64.c Update. 1999-06-16 22:55:47 +00:00
iofsetpos.c Update. 1999-06-16 22:55:47 +00:00
ioftell.c Update. 1999-08-16 01:21:50 +00:00
iofwide.c Update. 1999-06-16 22:55:47 +00:00
iofwrite_u.c Update. 1999-06-16 22:55:47 +00:00
iofwrite.c Update. 1999-08-16 01:21:50 +00:00
iogetdelim.c Update. 1998-06-07 14:06:56 +00:00
iogetline.c Update. 1998-08-26 16:00:46 +00:00
iogets.c Update. 1998-06-07 14:06:56 +00:00
iogetwline.c Update. 1999-06-16 22:55:47 +00:00
iolibio.h Update. 1999-06-16 22:55:47 +00:00
iopadn.c Update. 1997-08-20 03:53:21 +00:00
iopopen.c Update. 1999-06-16 22:55:47 +00:00
ioputs.c Update. 1999-08-16 06:06:21 +00:00
ioseekoff.c Update. 1999-06-16 22:55:47 +00:00
ioseekpos.c Update. 1999-06-16 22:55:47 +00:00
iosetbuffer.c Update. 1999-08-16 01:21:50 +00:00
iosetvbuf.c Update. 1999-08-16 01:21:50 +00:00
iosprintf.c Update. 1997-08-20 03:53:21 +00:00
ioungetc.c Update. 1998-06-07 14:06:56 +00:00
ioungetwc.c Update. 1999-06-16 22:55:47 +00:00
iovdprintf.c Update. 1999-06-16 22:55:47 +00:00
iovsprintf.c Update. 1999-06-16 22:55:47 +00:00
iovsscanf.c Update. 1999-06-16 22:55:47 +00:00
iovswscanf.c Update. 1999-06-16 22:55:47 +00:00
iowpadn.c Update. 1999-06-16 22:55:47 +00:00
libio.h Update. 1999-06-20 09:23:28 +00:00
libioP.h Update. 1999-07-08 11:59:45 +00:00
Makefile * libio/Makefile (routines): Add fwprintf. 1999-07-20 07:57:14 +00:00
memstream.c Update. 1999-06-16 22:55:47 +00:00
obprintf.c Update. 1999-06-16 22:55:47 +00:00
oldfileops.c * libio/fileops.c (_IO_new_file_underflow): Set error indicator 1999-07-21 13:24:21 +00:00
oldiofclose.c Update. 1999-07-26 02:38:26 +00:00
oldiofdopen.c * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes 1999-03-26 18:23:22 +00:00
oldiofgetpos64.c Update. 1999-06-16 22:55:47 +00:00
oldiofgetpos.c Update. 1999-06-16 22:55:47 +00:00
oldiofopen.c * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes 1999-03-26 18:23:22 +00:00
oldiofsetpos64.c Update. 1999-06-16 22:55:47 +00:00
oldiofsetpos.c Update. 1999-06-16 22:55:47 +00:00
oldiopopen.c Update. 1999-06-21 13:38:44 +00:00
oldpclose.c Update. 1998-11-23 09:36:06 +00:00
oldstdfiles.c Update. 1999-06-16 22:55:47 +00:00
oldtmpfile.c Update. 1999-07-06 20:10:29 +00:00
pclose.c Update. 1998-11-23 09:36:06 +00:00
peekc.c Update. 1998-06-07 14:06:56 +00:00
putc_u.c Update. 1997-06-23 21:55:26 +00:00
putc.c Update. 1999-07-31 06:11:24 +00:00
putchar_u.c Update. 1999-06-21 16:46:16 +00:00
putchar.c Update. 1999-07-31 06:11:24 +00:00
putwc_u.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
putwc.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
putwchar_u.c Update. 1999-06-21 16:46:16 +00:00
putwchar.c Update. 1999-06-21 16:46:16 +00:00
rewind.c Update. 1998-10-25 09:11:53 +00:00
setbuf.c Update. 1997-08-20 03:53:21 +00:00
setlinebuf.c Update. 1997-08-20 03:53:21 +00:00
stdfiles.c Update. 1999-06-16 22:55:47 +00:00
stdio.c Update. 1997-12-14 22:24:57 +00:00
stdio.h Update. 1999-08-18 07:53:35 +00:00
strfile.h Update. 1998-07-20 18:25:24 +00:00
strops.c Update. 1999-06-16 22:55:47 +00:00
swprintf.c Update. 1999-06-16 22:55:47 +00:00
swscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_swprintf.c Update. 1999-06-16 22:55:47 +00:00
tst_swscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_wprintf.c Update. 1999-06-16 22:55:47 +00:00
tst_wscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_wscanf.input Update. 1999-06-16 22:55:47 +00:00
vasprintf.c Update. 1999-06-16 22:55:47 +00:00
Versions Update. 1999-06-16 22:55:47 +00:00
vscanf.c Update. 1997-08-20 03:53:21 +00:00
vsnprintf.c Update. 1999-06-16 22:55:47 +00:00
vswprintf.c Update. 1999-06-16 22:55:47 +00:00
vwprintf.c Update. 1999-06-17 12:33:08 +00:00
vwscanf.c Update. 1999-06-16 22:55:47 +00:00
wfiledoalloc.c Update. 1999-06-16 22:55:47 +00:00
wfileops.c * libio/fileops.c (_IO_new_file_underflow): Set error indicator 1999-07-21 13:24:21 +00:00
wgenops.c Update. 1999-06-21 13:38:44 +00:00
wprintf.c Update. 1999-06-17 12:33:08 +00:00
wscanf.c Update. 1999-06-22 12:35:23 +00:00
wstrops.c Update. 1999-06-16 22:55:47 +00:00