aboutsummaryrefslogtreecommitdiff
path: root/tests/string_test.cpp
AgeCommit message (Expand)Author
2016-02-13Add a memcpy(a, a, n) test.Christopher Ferris
2016-01-13Add method to run fortified versions of funcs.Christopher Ferris
2015-09-24Fix over read in strcpy/stpcpy/strcat.Christopher Ferris
2015-08-26Add strchrnul.Elliott Hughes
2015-07-27Add a regression test for a fixed strnlen bug.Elliott Hughes
2015-02-18Add GNU extensions mempcpy and wmemcpy.Elliott Hughes
2015-02-14Fix memchr overflow.Elliott Hughes
2014-11-10Add align/overread tests for strlcpy/strlcat.Christopher Ferris
2014-09-04Reset enviroment for math_testsDmitriy Ivanov
2014-09-03Merge "Make string tests check all alignment combinations"Dmitriy Ivanov
2014-08-28Add GNU-compatible strerror_r.Elliott Hughes
2014-08-19Implement the GNU basename(3) in addition to the POSIX one.Elliott Hughes
2014-08-14Make string tests check all alignment combinationsDmitriy Ivanov
2014-07-30Fix memchr with a zero length.Christopher Ferris
2014-06-30Add extra strchr testing.Christopher Ferris
2014-06-14Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert
2014-06-14Backing this one out since the counterpart needs to be sent upstream.Dan Albert
2014-06-13Hides valloc(3)/pvalloc(3) on LP64.Dan Albert
2014-06-12Remove __memcmp16 from bionic.Elliott Hughes
2014-06-10AArch64: Fix memcmp16() testSerban Constantinescu
2014-06-05Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik
2014-05-20denver: optimize memmoveShu Zhang
2014-04-30Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes
2014-04-07Add stpcpy/stpncpy.Christopher Ferris
2014-02-06Make sure that the same tests are on all platforms.Christopher Ferris
2013-12-03Add strcmp/memcmp testing.Christopher Ferris
2013-11-15Add new tests for memory/string routines.Christopher Ferris
2013-08-02Add ssse3 implementation of __memcmp16.Alexander Ivchenko
2013-06-04Add tests for __strcpy_chk()Nick Kralevich
2013-05-31FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich
2013-05-02libc: cleanup strchrNick Kralevich
2013-04-29strncpy: implement _FORTIFY_SOURCE=2Nick Kralevich
2013-01-17FORTIFY_SOURCE: optimizeNick Kralevich
2013-01-15fix strerror_r testNick Kralevich
2013-01-11Add stack canaries / strcpy tests.Nick Kralevich
2013-01-10glibc 2.15 treats errno as signed in strerror(3).Elliott Hughes
2012-11-07Tests for string routines.Anna Tikhonova
2012-10-25Per-thread -fstack-protector guards for x86.Elliott Hughes
2012-10-16Make dlerror(3) thread-safe.Elliott Hughes
2012-09-13Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea