diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-24 18:14:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-24 18:14:36 +0000 |
commit | ad8a5511966f4e00625723fc83c0240ca8b08610 (patch) | |
tree | 6ed6157ae12a6af611d39bb8a819dc5edca438b9 /ChangeLog | |
parent | e20038838008fdc87dc36d256e72190a39f17a1a (diff) | |
download | glibc-ad8a5511966f4e00625723fc83c0240ca8b08610.tar.gz glibc-ad8a5511966f4e00625723fc83c0240ca8b08610.tar.xz glibc-ad8a5511966f4e00625723fc83c0240ca8b08610.zip |
* libio/stdio.h (vscanf): Fix -std=c99 redirect.
* stdio-common/Makefile (tests): Add scanf16 and scanf17. (CFLAGS-scanf17.c): New. * stdio-common/scanf14.c (main): Add fscanf and scanf tests. * stdio-common/scanf15.c (main): Likewise. * stdio-common/scanf16.c: New test. * stdio-common/scanf17.c: New test. 2008-05-24 Jakub Jelinek <jakub@redhat.com> * libio/stdio.h (vscanf): Fix -std=c99 redirect. * stdio-common/Makefile (tests): Add scanf16 and scanf17. (CFLAGS-scanf17.c): New. * stdio-common/scanf14.c (main): Add fscanf and scanf tests. * stdio-common/scanf15.c (main): Likewise. * stdio-common/scanf16.c: New test. * stdio-common/scanf17.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f61d3d43da..6cc9b37488 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-24 Jakub Jelinek <jakub@redhat.com> + + * libio/stdio.h (vscanf): Fix -std=c99 redirect. + * stdio-common/Makefile (tests): Add scanf16 and scanf17. + (CFLAGS-scanf17.c): New. + * stdio-common/scanf14.c (main): Add fscanf and scanf tests. + * stdio-common/scanf15.c (main): Likewise. + * stdio-common/scanf16.c: New test. + * stdio-common/scanf17.c: New test. + 2008-05-24 Ulrich Drepper <drepper@redhat.com> * resolv/res_send.c (send_dg): If we already have one of two |