about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-10-06 13:48:51 -0400
committerPetr Baudis <pasky@suse.cz>2010-11-01 22:25:12 +0100
commita99e880cd8826e07630a2d208180541adeb89b75 (patch)
tree6f2becaa73add41c9a01b84728228c722599b620 /ChangeLog
parent831daea2c92d35caeba600e9d9052348466e2d83 (diff)
downloadglibc-a99e880cd8826e07630a2d208180541adeb89b75.tar.gz
glibc-a99e880cd8826e07630a2d208180541adeb89b75.tar.xz
glibc-a99e880cd8826e07630a2d208180541adeb89b75.zip
Add test case for strstr problem.
(cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b83a6b11a1..9b5d92afee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-06  Ulrich Drepper  <drepper@gmail.com>
+
+	* string/bug-strstr1.c: New file.
+	* string/Makefile: Add rules to build and run bug-strstr1.
+
 2010-10-05  Eric Blake  <eblake@redhat.com>
 
 	[BZ #12092]