about summary refs log tree commit diff
path: root/string/tst-strxfrm2.c
Commit message (Collapse)AuthorAgeFilesLines
* * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimizationUlrich Drepper2006-11-101-5/+45
| | | | | | | | if N is one bigger than return value. * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1 and l1 last arguments, if buf is defined, verify the return value equals to strlen (buf) and verify no byte beyond passed length is modified.
* * string/Makefile (tests): Add tst-strxfrm2.Ulrich Drepper2006-11-091-0/+43
| | | | | | | * string/tst-strxfrm2.c: New file. * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal optimization even if needed > n.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-83/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+83