diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-19 21:40:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-19 21:40:15 +0000 |
commit | 3c504879d9411bb9c57cc69774e1bc0c15a3ea7f (patch) | |
tree | e5f1b30ca00287e815d2fb16d5cc38124b3f8c88 /string/Makefile | |
parent | b28dcd8e13e40f1f894a2057466fc7867d07c76c (diff) | |
download | glibc-3c504879d9411bb9c57cc69774e1bc0c15a3ea7f.tar.gz glibc-3c504879d9411bb9c57cc69774e1bc0c15a3ea7f.tar.xz glibc-3c504879d9411bb9c57cc69774e1bc0c15a3ea7f.zip |
Update.
2001-03-19 Ulrich Drepper <drepper@redhat.com> * string/Makefile (tests): Add tst-strxfrm. * string/tst-strxfrm.c: New file. Based on a test case by Paul Eggert. * string/Depend: New file. 2001-03-19 Paul Eggert <eggert@twinsun.com> * string/strxfrm.c (strxfrm): strxfrm should return 0, not 1, when given the empty string in nontrivial locales.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index 9c91a668dd..ff86bbb788 100644 --- a/string/Makefile +++ b/string/Makefile @@ -48,7 +48,7 @@ o-objects.ob := memcpy.o memset.o memchr.o tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strlen stratcliff tst-svc tst-inlcall \ bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \ - tst-strtok + tst-strtok tst-strxfrm distribute := memcopy.h pagecopy.h tst-svc.expect |