diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-25 00:17:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-25 00:17:34 +0000 |
commit | f63abf584cc5028c89edd2352e7abacdd223c114 (patch) | |
tree | a26a6bc5d9277e8ea6ff5e209551c5bb2277bb58 /ChangeLog | |
parent | b5ba2c790c505ede186cd2898453b0dccf827e2f (diff) | |
download | glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.gz glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.bz2 glibc-f63abf584cc5028c89edd2352e7abacdd223c114.zip |
* string/Makefile (strop-tests): Add memmem.
* string/test-memmem.c: New file.
* string/test-string.h (BUF1PAGES): Define to 1 if undefined.
(test_init): Size buf1 according to BUF1PAGES.
* stdio-common/scanf16.c: New file.
* stdio-common/scanf17.c: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2008-05-24 Ulrich Drepper <drepper@redhat.com> + + * string/Makefile (strop-tests): Add memmem. + * string/test-memmem.c: New file. + * string/test-string.h (BUF1PAGES): Define to 1 if undefined. + (test_init): Size buf1 according to BUF1PAGES. + 2008-05-24 Jakub Jelinek <jakub@redhat.com> * libio/stdio.h (vscanf): Fix -std=c99 redirect. @@ -5,8 +12,8 @@ (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. + * stdio-common/scanf16.c: New file. + * stdio-common/scanf17.c: New file. 2008-05-24 Ulrich Drepper <drepper@redhat.com> @@ -52,7 +59,7 @@ * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (__SYSCALL_CLOBBERS): Likewise. * scripts/data/localplt-sparc-linux-gnu.data: New file. - * scripts/data/localplt-sparc64-linux-gnu.data: Likewise. + * scripts/data/localplt-sparc64-linux-gnu.data: New file. 2008-05-21 Jakub Jelinek <jakub@redhat.com> |