glibc/stdlib
Greg McGary 2ca8b1eef9 2000-06-28 Greg McGary <greg@mcgary.org>
* libio/libio.h (struct _IO_cookie_file): Move struct type defintion out.
	(_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
	* libio/libioP.h (struct _IO_cookie_file): Move struct type defintion in.
	(_IO_JUMPS): Don't cast THIS--expect arg to be a (struct _IO_FILE_plus *).
	(_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
	THIS, since _IO_JUMPS no longer does it implicitly.
	(_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
	arg type as (struct _IO_FILE_plus *).
	(_IO_str_init_static, _IO_str_init_readonly): Declare 1st
	arg as (_IO_strfile *).
	* libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
	Declare 1st arg as (_IO_strfile *).
	* libio/fileops.c (_IO_new_file_init): Declare
	arg type as (struct _IO_FILE_plus *).
	* libio/oldfileops.c (_IO_old_file_init): Likewise.
	* libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
	(_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
	Declare iteration pointer as (struct _IO_FILE_plus *).
	(_IO_iter_next, _IO_iter_file): _IO_ITER is now (struct _IO_FILE_plus *).
	* libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
	* libio/oldstdfiles.c (_IO_list_all): Likewise.
	(_IO_check_libio): Set user-visible handles to (struct _IO_FILE_plus *).
	* libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
	to (struct _IO_FILE_plus *).

	* libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
	whose high bound includes vtable to all functions that will use
	vtable.  For streambufs, pass pointer whose bounds include struct
	_IO_strfile.
	* libio/wgenops.c (_IO_wdefault_finish): Likewise.
	* libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
	* libio/iofopen.c (_IO_new_fopen): Likewise.
	* libio/oldiofopen.c (_IO_old_fopen): Likewise.
	* libio/iofopen64.c (_IO_fopen64): Likewise.
	* libio/iopopen.c (_IO_new_popen): Likewise.
	* libio/oldiopopen.c (_IO_old_popen): Likewise.
	* libio/memstream.c (open_memstream): Likewise.
	* libio/iovsscanf.c (_IO_vsscanf): Likewise.
	* libio/iovsprintf.c (_IO_vsprintf): Likewise.
	* libio/iovdprintf.c (_IO_vdprintf): Likewise.
	* libio/iofopncook.c (_IO_cookie_init): Likewise.
	* libio/obprintf.c (_IO_obstack_vprintf): Likewise.
	* libio/vasprintf.c (_IO_vasprintf): Likewise.
	* libio/vsnprintf.c (_IO_vsnprintf): Likewise.
	* libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
	* libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
	* stdlib/strfmon.c (__strfmon_l): Likewise.
	* stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
	(vfprintf): Qualify computed-goto targets as unbounded.
2000-06-28  Greg McGary  <greg@mcgary.org>

	* libio/libio.h (struct _IO_cookie_file): Move struct type defintion out.
	(_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
	* libio/libioP.h (struct _IO_cookie_file): Move struct type defintion in.
	(_IO_JUMPS): Don't cast THIS--expect arg to be a (struct _IO_FILE_plus *).
	(_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
	THIS, since _IO_JUMPS no longer does it implicitly.
	(_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
	arg type as (struct _IO_FILE_plus *).
	(_IO_str_init_static, _IO_str_init_readonly): Declare 1st
	arg as (_IO_strfile *).
	* libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
	Declare 1st arg as (_IO_strfile *).
	* libio/fileops.c (_IO_new_file_init): Declare
	arg type as (struct _IO_FILE_plus *).
	* libio/oldfileops.c (_IO_old_file_init): Likewise.
	* libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
	(_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
	Declare iteration pointer as (struct _IO_FILE_plus *).
	(_IO_iter_next, _IO_iter_file): _IO_ITER is now (struct _IO_FILE_plus *).
	* libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
	* libio/oldstdfiles.c (_IO_list_all): Likewise.
	(_IO_check_libio): Set user-visible handles to (struct _IO_FILE_plus *).
	* libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
	to (struct _IO_FILE_plus *).

	* libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
	whose high bound includes vtable to all functions that will use
	vtable.  For streambufs, pass pointer whose bounds include struct
	_IO_strfile.
	* libio/wgenops.c (_IO_wdefault_finish): Likewise.
	* libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
	* libio/iofopen.c (_IO_new_fopen): Likewise.
	* libio/oldiofopen.c (_IO_old_fopen): Likewise.
	* libio/iofopen64.c (_IO_fopen64): Likewise.
	* libio/iopopen.c (_IO_new_popen): Likewise.
	* libio/oldiopopen.c (_IO_old_popen): Likewise.
	* libio/memstream.c (open_memstream): Likewise.
	* libio/iovsscanf.c (_IO_vsscanf): Likewise.
	* libio/iovsprintf.c (_IO_vsprintf): Likewise.
	* libio/iovdprintf.c (_IO_vdprintf): Likewise.
	* libio/iofopncook.c (_IO_cookie_init): Likewise.
	* libio/obprintf.c (_IO_obstack_vprintf): Likewise.
	* libio/vasprintf.c (_IO_vasprintf): Likewise.
	* libio/vsnprintf.c (_IO_vsnprintf): Likewise.
	* libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
	* libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
	* stdlib/strfmon.c (__strfmon_l): Likewise.
	* stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
	(vfprintf): Qualify computed-goto targets as unbounded.
2000-06-29 07:16:42 +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
a64l.c Update. 1999-04-28 23:13:52 +00:00
abs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
alloca.h Update. 1999-10-09 21:56:43 +00:00
atexit.c Update. 1999-10-11 04:32:44 +00:00
atof.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atoi.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atol.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atoll.c Update. 1998-02-10 20:06:30 +00:00
bsearch.c Update. 2000-05-23 08:43:26 +00:00
canonicalize.c Update. 2000-02-28 07:41:22 +00:00
cxa_atexit.c Update. 1999-12-27 21:50:29 +00:00
cxa_finalize.c Update. 1999-12-27 21:50:29 +00:00
drand48_r.c Update. 1998-02-13 17:54:15 +00:00
drand48-iter.c update from main archive 961119 1996-11-20 03:45:51 +00:00
drand48.c Update. 1998-02-13 17:54:15 +00:00
erand48_r.c Update. 1997-11-18 02:50:07 +00:00
erand48.c Update. 1997-04-21 14:50:33 +00:00
exit.c Update. 1999-12-27 21:50:29 +00:00
exit.h Update. 1999-12-27 21:50:29 +00:00
fmtmsg.c Update. 2000-02-22 09:00:35 +00:00
fmtmsg.h Update. 2000-02-23 06:02:09 +00:00
fpioconst.c Update. 1999-05-06 09:06:27 +00:00
fpioconst.h Update. 1999-04-28 23:13:52 +00:00
gen-mpn-copy Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-12-04 19:00:50 +00:00
getsubopt.c Update. 1999-08-18 07:53:35 +00:00
gmp-impl.h Update. 1998-06-01 14:26:00 +00:00
gmp.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
grouping.h Update. 1998-04-28 17:18:24 +00:00
isomac.c Update. 1999-09-20 03:24:36 +00:00
jrand48_r.c Update. 1998-08-25 11:45:26 +00:00
jrand48.c Update. 1997-04-21 14:50:33 +00:00
l64a.c Update. 1997-10-29 20:33:40 +00:00
lcong48_r.c Update. 1998-02-13 17:54:15 +00:00
lcong48.c Update. 1997-04-21 14:50:33 +00:00
longlong.h Update. 2000-01-17 06:12:15 +00:00
lrand48_r.c Update. 1998-07-16 11:44:36 +00:00
lrand48.c Update. 1998-02-13 17:54:15 +00:00
Makefile Update. 2000-05-17 11:04:21 +00:00
mblen.c Update. 2000-04-07 16:45:34 +00:00
mbstowcs.c Update. 1999-07-28 19:37:40 +00:00
mbtowc.c Update. 1999-07-29 23:46:10 +00:00
monetary.h Update. 1999-10-09 21:56:43 +00:00
mp_clz_tab.c update from main archive 970209 1997-02-10 03:19:57 +00:00
mrand48_r.c Update. 1998-07-16 11:44:36 +00:00
mrand48.c Update. 1998-02-13 17:54:15 +00:00
msort.c Update. 2000-02-28 08:14:33 +00:00
nrand48_r.c Update. 1997-04-21 14:50:33 +00:00
nrand48.c Update. 1997-04-21 14:50:33 +00:00
on_exit.c update from main archive 961217 1996-12-18 03:23:47 +00:00
qsort.c Update. 1999-10-28 21:38:59 +00:00
rand_r.c Update. 1999-10-28 21:10:55 +00:00
rand.c update from main archive 961203 1996-12-04 01:41:39 +00:00
random_r.c Update. 2000-03-26 18:48:26 +00:00
random.c (__initstate): Correct types of parameters and return value. (__setstate): Likewise. 2000-02-24 16:49:20 +00:00
rpmatch.c update from main archive 970209 1997-02-10 03:19:57 +00:00
secure-getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
seed48_r.c Update. 1998-02-13 17:54:15 +00:00
seed48.c Update. 1998-02-13 17:54:15 +00:00
srand48_r.c Update. 1998-02-13 17:54:15 +00:00
srand48.c Update. 1997-04-21 14:50:33 +00:00
stdlib.h Update. 2000-04-15 22:26:34 +00:00
strfmon_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strfmon.c 2000-06-28 Greg McGary <greg@mcgary.org> 2000-06-29 07:16:42 +00:00
strtod_l.c Update. 1998-04-09 21:07:26 +00:00
strtod.c Update. 1999-10-30 04:34:35 +00:00
strtof_l.c Update. 1998-04-09 21:07:26 +00:00
strtof.c Update. 1997-05-24 02:30:09 +00:00
strtold_l.c Update. 1999-02-26 21:35:38 +00:00
test-canon2.c Update. 1998-04-14 16:51:08 +00:00
test-canon.c Update. 2000-05-17 11:04:21 +00:00
testdiv.c Update. 1997-03-21 20:00:48 +00:00
testdiv.input initial import 1995-02-18 01:27:10 +00:00
testmb.c Update. 1998-04-15 17:02:23 +00:00
testrand.c update from main archive 970218 1997-02-19 04:43:53 +00:00
testsort.c Update. 1997-06-12 21:38:55 +00:00
tst-environ.c Update. 1999-10-12 16:00:04 +00:00
tst-strtod.c Update. 1999-10-30 04:34:35 +00:00
tst-strtol.c Update. 2000-05-23 08:43:26 +00:00
tst-strtoll.c Update. 2000-05-23 08:43:26 +00:00
tst-xpg-basename.c * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
ucontext.h Update. 1999-10-09 21:56:43 +00:00
Versions Update. 1999-12-27 21:50:29 +00:00
wcstombs.c Update. 1999-07-26 17:01:32 +00:00
wctomb.c Update. 1999-07-29 23:46:10 +00:00
xpg_basename.c Update. 1999-10-10 20:48:08 +00:00