diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,15 @@ -2004-11-17 Alfred M. Szmidt <ams@gnu.org> +2004-11-18 Ulrich Drepper <drepper@redhat.com> - * sysdeps/posix/libc_fatal.c: Include <sys/uio.h>. + * libio/libio.h (_IO_FLAGS2_FORTIFY): Renamed from + _IO_FLAGS2_CHECK_PERCENT_N. + * debug/fprintff_chk.c: Adjust all users. + * debug/printf_chk.c: Likewise. + * debug/vfprintf_chk.c: Likewise. + * debug/vprintf_chk.c: Likewise. + * debug/vsnprintf_chk.c: Likewise. + * debug/vsprintf_chk.c: Likewise. + * stdio-common/vfprintf.c: Likewise. Detect missing %N$ formats. + * debug/tst-chk1.c: Test detection of missing %N$ formats. 2004-11-15 Jakub Jelinek <jakub@redhat.com> |