summaryrefslogtreecommitdiff
path: root/string/tst-strxfrm.c
AgeCommit message (Collapse)Author
2002-08-292002-08-29 Roland McGrath <roland@redhat.com>Roland McGrath
* string/tst-strxfrm.c: Remove __ from function names.
2001-10-27Update.Ulrich Drepper
* posix/tst-fnmatch.input: Add tests for - at beginning and end of bracket expression. * string/tst-strxfrm.c (test): Also test __strxfrm_l.
2001-03-19Update.Ulrich Drepper
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.