aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-strcoll.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-08localedata: iw_IL: delete old/deprecated locale [BZ #16137]Mike Frysinger1-1/+1
From the bug: Obsolete locale. The ISO-639 code for Hebrew was changed from 'iw' to 'he' in 1989, according to Bruno Haible on libc-alpha 2003-09-01. Reported-by: Chris Leonard <cjlhomeaddress@gmail.com>
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-19Fix benchtests build failure after 'add benchmark for strcoll'Stefan Liebler1-3/+1
This patch fixes implicit declaration of function strdup, strtok, strcoll, strchr and removes unused variable res. ChangeLog: * benchtests/bench-strcoll.c: Include string.h. (main): Remove unused variable res.
2015-05-13Add strcoll benchmarkLeonhard Holz1-0/+277