aboutsummaryrefslogtreecommitdiffstats
path: root/tests/string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* libc: cleanup strchrNick Kralevich2013-05-021-0/+7
* strncpy: implement _FORTIFY_SOURCE=2Nick Kralevich2013-04-291-33/+0
* FORTIFY_SOURCE: optimizeNick Kralevich2013-01-171-0/+21
* fix strerror_r testNick Kralevich2013-01-151-1/+1
* Add stack canaries / strcpy tests.Nick Kralevich2013-01-111-0/+13
* glibc 2.15 treats errno as signed in strerror(3).Elliott Hughes2013-01-101-1/+1
* Tests for string routines.Anna Tikhonova2012-11-071-0/+555
* Per-thread -fstack-protector guards for x86.Elliott Hughes2012-10-251-3/+5
* Make dlerror(3) thread-safe.Elliott Hughes2012-10-161-2/+2
* Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-0/+107