diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 18:01:07 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 18:01:07 -0400 |
commit | 762011fe9ffded81448be4dc50a2b27faaafe4c9 (patch) | |
tree | 3f250f2173f91e512cde97e26da61d0b9b05b15d /ChangeLog | |
parent | 4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336 (diff) | |
download | glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.gz glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.bz2 glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.zip |
Move wide char tests to wcsmbs directory
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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] |