about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-05-25 00:17:34 +0000
committerUlrich Drepper <drepper@redhat.com>2008-05-25 00:17:34 +0000
commitf63abf584cc5028c89edd2352e7abacdd223c114 (patch)
treea26a6bc5d9277e8ea6ff5e209551c5bb2277bb58 /ChangeLog
parentb5ba2c790c505ede186cd2898453b0dccf827e2f (diff)
downloadglibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.gz
glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.xz
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--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 01f42c90f8..0d22eaf8c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>