summaryrefslogtreecommitdiff
path: root/tests/string_test.cpp
AgeCommit message (Expand)Author
2020-08-12Various coverage improvements.Elliott Hughes
2020-08-07Merge "Switch to musl memmem (via OpenBSD)."Elliott Hughes
2020-08-06Switch to musl memmem (via OpenBSD).Elliott Hughes
2020-08-06Trivial strxfrm coverage improvement.Elliott Hughes
2019-11-22Sync with upstream OpenBSD strstr().Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-02-05Move NetBSD string routines to OpenBSD.Elliott Hughes
2018-12-03Reduce strerror(3)'s impact on .data.rel.ro.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-05-08Add new memchr/strrchr tests.Christopher Ferris
2016-08-16Fix memmem behavior with empty needles.Elliott Hughes
2016-06-03Fix misc-macro-parentheses warnings in bionic/tests.Chih-Hung Hsieh
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-02-12Add 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