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
..
2000-05-28 18:32:20 +00:00
1996-09-07 23:56:19 +00:00
1997-06-23 21:55:26 +00:00
1999-07-31 06:11:24 +00:00
1998-04-14 16:51:08 +00:00
1997-08-20 03:53:21 +00:00
1999-07-31 06:11:24 +00:00
1997-08-20 03:53:21 +00:00
1999-07-31 06:11:24 +00:00
1997-10-12 04:05:44 +00:00
1999-07-08 11:59:45 +00:00
1997-08-20 03:53:21 +00:00
1999-07-31 06:11:24 +00:00
1998-06-07 14:06:56 +00:00
2000-03-31 05:50:02 +00:00
1998-06-07 14:06:56 +00:00
1998-06-07 14:06:56 +00:00
1998-06-07 14:06:56 +00:00
2000-04-22 07:19:25 +00:00
2000-04-22 07:19:25 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-01-28 13:53:14 +00:00
1999-07-31 06:11:24 +00:00
1999-06-21 16:46:16 +00:00
1999-07-31 06:11:24 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1997-08-20 03:53:21 +00:00
1999-07-31 06:11:24 +00:00
2000-03-21 23:09:29 +00:00
2000-03-21 23:09:29 +00:00
1998-11-08 10:40:28 +00:00
1999-07-30 06:32:48 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-08-16 01:21:50 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1998-11-12 18:03:43 +00:00
1999-07-30 06:32:48 +00:00
2000-03-21 23:09:29 +00:00
2000-03-21 23:09:29 +00:00
2000-04-22 07:19:25 +00:00
2000-06-19 21:12:06 +00:00
2000-06-08 06:17:50 +00:00
2000-06-08 06:17:50 +00:00
1998-06-07 14:06:56 +00:00
1998-08-26 16:00:46 +00:00
1998-06-07 14:06:56 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1997-08-20 03:53:21 +00:00
1999-08-16 06:06:21 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
2000-05-28 18:32:20 +00:00
2000-05-28 18:32:20 +00:00
1997-08-20 03:53:21 +00:00
1998-06-07 14:06:56 +00:00
1999-06-16 22:55:47 +00:00
1999-08-19 16:47:42 +00:00
1999-06-16 22:55:47 +00:00
2000-06-23 06:22:36 +00:00
2000-03-21 23:09:29 +00:00
1998-06-07 14:06:56 +00:00
1997-06-23 21:55:26 +00:00
1999-07-31 06:11:24 +00:00
1999-06-21 16:46:16 +00:00
1999-07-31 06:11:24 +00:00
1999-06-21 16:46:16 +00:00
1999-06-21 16:46:16 +00:00
1998-10-25 09:11:53 +00:00
1997-08-20 03:53:21 +00:00
1997-08-20 03:53:21 +00:00
2000-05-04 02:46:54 +00:00
1999-12-31 18:51:25 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
2000-06-23 06:22:36 +00:00
2000-06-23 06:22:36 +00:00
2000-06-23 06:22:36 +00:00
1999-06-16 22:55:47 +00:00
2000-06-17 19:22:43 +00:00
1999-06-16 22:55:47 +00:00
2000-06-07 22:50:32 +00:00
1997-08-20 03:53:21 +00:00
1999-08-19 16:47:42 +00:00
1999-06-17 12:33:08 +00:00
1999-06-16 22:55:47 +00:00
1999-06-16 22:55:47 +00:00
1999-06-17 12:33:08 +00:00
1999-06-22 12:35:23 +00:00
1999-06-16 22:55:47 +00:00