glibc/stdio-common
Ulrich Drepper 40a54e4d8d Update.
2003-05-27  Jakub Jelinek  <jakub@redhat.com>

	* stdio-common/vfprintf.c (process_arg, process_string_arg): Use
	pa_int/pa_u_int instead of pa_short_int, pa_u_short_int and pa_char.
	* stdio-common/printf-parse.h (union printf_arg): Remove pa_char,
	pa_short_int, pa_u_short_int and pa_float.

2003-05-26  Jakub Jelinek  <jakub@redhat.com>

	* libio/strops.c (_IO_str_init_static): Change into a wrapper around
	_IO_str_init_static_internal.
	(_IO_str_init_static_internal): Moved from _IO_str_init_static,
	change size argument to _IO_size_t, don't limit sprintf to 64M.
	(_IO_str_init_readonly): Call _IO_str_init_static_internal.
	* libio/wstrops.c (_IO_wstr_init_static): Change size argument to
	_IO_size_t, don't limit swprintf to 256M.
	(_IO_wstr_init_readonly): Remove.
	* libio/libioP.h (_IO_str_init_static_internal, _IO_wstr_init_static):
	Adjust prototypes.
	(_IO_wstr_init_readonly): Remove prototype.
	* libio/iovsprintf.c (_IO_vsprintf): Use
	_IO_str_init_static_internal instead of INTUSE(_IO_str_init_static).
	* libio/iovsscanf.c (_IO_vsscanf): Likewise.
	* libio/memstream.c (open_memstream): Likewise.
	* libio/obprintf.c (_IO_obstack_vfprintf): Likewise.
	* libio/vasprintf.c (_IO_vasprintf): Likewise.
	* libio/vsnprintf.c (_IO_vsnprintf): Likewise.
	* stdio-common/tst-sprintf.c (main): Add new test.
2003-05-27 08:03:32 +00:00
..
.cvsignore
Depend
Makefile 2003-05-03 Roland McGrath <roland@redhat.com> 2003-05-03 09:08:21 +00:00
Versions
_i18n_number.h
_itoa.c
_itoa.h
_itowa.c
_itowa.h
asprintf.c
bug1.c
bug1.input
bug2.c
bug3.c
bug4.c
bug5.c
bug6.c
bug6.input
bug7.c
bug8.c
bug9.c
bug10.c
bug11.c
bug12.c
bug13.c
bug14.c
bug15.c
dprintf.c
errnobug.c
fprintf.c
fscanf.c
getline.c
getw.c
itoa-digits.c
itoa-udigits.c
itowa-digits.c
perror.c Update. 2003-04-17 04:01:04 +00:00
printf-parse.h Update. 2003-05-27 08:03:32 +00:00
printf-prs.c
printf.c
printf.h
printf_fp.c
printf_size.c
psignal.c
putw.c
reg-printf.c * stdio-common/reg-printf.c (__register_printf_function): Calloc 2003-04-05 00:34:07 +00:00
scanf.c
scanf1.c
scanf2.c
scanf3.c
scanf4.c
scanf5.c
scanf7.c
scanf8.c
scanf9.c
scanf10.c
scanf11.c
scanf12.c
scanf12.input
snprintf.c
sprintf.c
sscanf.c
stdio_ext.h
stdio_lim.h.in
tempnam.c
temptest.c
test-fseek.c
test-fwrite.c
test-popen.c
test-vfprintf.c
test_rdwr.c
tfformat.c
tiformat.c
tllformat.c
tmpnam.c
tmpnam_r.c
tst-cookie.c
tst-fdopen.c
tst-ferror.c
tst-ferror.input
tst-fileno.c
tst-fmemopen.c
tst-fphex.c
tst-fseek.c
tst-gets.c
tst-gets.input
tst-obprintf.c
tst-perror.c
tst-printf.c
tst-printf.sh
tst-printfsz.c
tst-rndseek.c
tst-sprintf.c Update. 2003-05-27 08:03:32 +00:00
tst-sscanf.c
tst-swprintf.c
tst-tmpnam.c
tst-unbputc.c
tst-unbputc.sh
tst-ungetc.c
tst-wc-printf.c
tstdiomisc.c
tstgetln.c
tstgetln.input
tstscanf.c
tstscanf.input
vfprintf.c Update. 2003-05-27 08:03:32 +00:00
vfscanf.c Update. 2003-04-15 02:36:10 +00:00
vfwprintf.c
vfwscanf.c
vprintf.c
xbug.c