aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-08 18:01:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 18:01:07 -0400
commit762011fe9ffded81448be4dc50a2b27faaafe4c9 (patch)
tree3f250f2173f91e512cde97e26da61d0b9b05b15d /ChangeLog
parent4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336 (diff)
downloadglibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.zip
glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.gz
glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.bz2
Move wide char tests to wcsmbs directory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e5130..347e7e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-09-08 Ulrich Drepper <drepper@gmail.com>
+
+ * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
+ * wcsmbs/test-wmemcmp.c: Likewise.
+ * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
+ * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
+
+2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
+
+ * string/Makefile (strop-tests): Add memcmp.
+ * string/test-wmemcmp.c: New file.
+ * string/test-memcmp.c: Add wmemcmp support.
+
2011-09-08 Roland McGrath <roland@hack.frob.com>
[BZ #13153]