glibc/libio
Greg McGary 41d998a683 Update.
2000-07-29  Greg McGary  <greg@mcgary.org>

	* Rules (test-bp-inputs, make-test-out): New variables.
	($(objpfx)%-bp.out): New rule.
	($(objpfx)%.out): Rewrite in terms of new variables.

	* libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
	internal function that uses vtable.
	* libio/vsnprintf.c (_IO_vsnprintf): Likewise.
	* libio/vswprintf.c (_IO_vswprintf): Likewise.

	* malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
	(malloc_extend_top): Convert brk to chunk using chunk_at_offset.
	(chunk_align): Likewise.

	* time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
	in a way that conforms to decl, and avoids spurious bounds violation.

	* sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
	* sysdeps/generic/frame.h: Likewise.
	* sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
	around return value.
	(__backtrace): Qualify frame-pointer chain and return address
	pointers as __unbounded.  Wrap bounds around variable `current'.
	* sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
	around return value.
	(catch_segfault): Qualify frame-pointer chain and return address
	pointers as __unbounded.  Wrap bounds around variable `current'.
	* sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
	(ADVANCE_STACK_FRAME): Wrap bounds around return value.
	* sysdeps/powerpc/backtrace.c (struct layout): Make pointers __unbounded.
	(__backtrace): Qualify frame-pointer chain and return address
	pointers as __unbounded.  Wrap bounds around variable `current'.

	* sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
	* sysdeps/i386/mul_1.S: Likewise.
	* sysdeps/i386/submul_1.S: Likewise.
	* sysdeps/i386/i586/addmul_1.S: Likewise.
	* sysdeps/i386/i586/mul_1.S: Add bounds checks.
	* sysdeps/i386/i586/submul_1.S: Likewise.
2000-07-29 08:11:47 +00:00
..
bits Update. 2000-05-28 18:32:20 +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
Depend New file, libio needs localedata for tests. 2000-07-29 07:57:34 +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 Pretty print. 2000-07-25 07:01:50 +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. 2000-03-31 05:50:02 +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. 2000-04-22 07:19:25 +00:00
ftello.c Update. 2000-04-22 07:19:25 +00:00
fwide.c Include <wchar.h> for prototype. 2000-07-21 12:59:48 +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 * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*. 2000-07-04 00:49:25 +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 * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
iofdopen.c * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +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. 2000-03-21 23:09:29 +00:00
iofgetpos.c Update. 2000-03-21 23:09:29 +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 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
iofopen.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
iofopncook.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +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. 2000-03-21 23:09:29 +00:00
iofsetpos.c Update. 2000-03-21 23:09:29 +00:00
ioftell.c Update. 2000-04-22 07:19:25 +00:00
iofwide.c Update. 2000-07-26 23:00:05 +00:00
iofwrite_u.c Update. 2000-06-08 06:17:50 +00:00
iofwrite.c Update. 2000-06-08 06:17: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. 2000-07-25 21:09:46 +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 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +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. 2000-05-28 18:32:20 +00:00
iosetvbuf.c Update. 2000-05-28 18:32:20 +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 * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +00:00
iovsprintf.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
iovsscanf.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
iovswscanf.c Update. 2000-07-29 08:11:47 +00:00
iowpadn.c Update. 1999-06-16 22:55:47 +00:00
libio.h * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*. 2000-07-04 00:49:25 +00:00
libioP.h * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*. 2000-07-04 00:49:25 +00:00
Makefile Update. 2000-07-25 21:09:46 +00:00
memstream.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
obprintf.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldfileops.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldiofclose.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofdopen.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldiofgetpos64.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofgetpos.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofopen.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldiofsetpos64.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofsetpos.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiopopen.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldpclose.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldstdfiles.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
oldtmpfile.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
pclose.c Update. 2000-03-21 23:09:29 +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 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
stdio.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
stdio.h Update. 2000-05-04 02:46:54 +00:00
strfile.h Update. 1999-12-31 18:51:25 +00:00
strops.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +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_getwc.c Update. 2000-06-23 06:22:36 +00:00
tst_getwc.input Update. 2000-06-23 06:22:36 +00:00
tst_putwc.c Update. 2000-07-24 21:03:16 +00:00
tst_swprintf.c Update. 1999-06-16 22:55:47 +00:00
tst_swscanf.c * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
tst_wprintf2.c Update. 2000-07-20 08:56:12 +00:00
tst_wprintf.c Update. 2000-06-17 19:22:43 +00:00
tst_wscanf.c * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
tst_wscanf.input Update. 1999-06-16 22:55:47 +00:00
tst-widetext.c Update. 2000-07-25 21:09:46 +00:00
tst-widetext.input Update. 2000-07-25 21:09:46 +00:00
vasprintf.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
Versions Update. 2000-06-07 22:50:32 +00:00
vscanf.c Update. 1997-08-20 03:53:21 +00:00
vsnprintf.c Update. 2000-07-29 08:11:47 +00:00
vswprintf.c Update. 2000-07-29 08:11: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. 2000-07-24 21:03:16 +00:00
wfileops.c (_IO_wfile_underflow): Correct not entirely empty external buffer correctly. 2000-07-25 18:55:52 +00:00
wgenops.c Update. 2000-07-03 21:40:46 +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