summaryrefslogtreecommitdiffstats
path: root/tests/string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix over read in strcpy/stpcpy/strcat.Christopher Ferris2015-10-291-3/+17
* Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-181-0/+5
* Fix memchr overflow.Elliott Hughes2015-02-141-0/+10
* Add align/overread tests for strlcpy/strlcat.Christopher Ferris2014-11-101-9/+93
* Reset enviroment for math_testsDmitriy Ivanov2014-09-041-9/+9
* Merge "Make string tests check all alignment combinations"Dmitriy Ivanov2014-09-031-101/+88
|\
| * Make string tests check all alignment combinationsDmitriy Ivanov2014-08-141-101/+88
* | Add GNU-compatible strerror_r.Elliott Hughes2014-08-281-11/+19
* | Implement the GNU basename(3) in addition to the POSIX one.Elliott Hughes2014-08-191-2/+21
|/
* Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+8
* Add extra strchr testing.Christopher Ferris2014-06-301-0/+44
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-141-3/+4
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-141-4/+3
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-131-3/+4
* Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-31/+0
* AArch64: Fix memcmp16() testSerban Constantinescu2014-06-101-1/+1
* Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik2014-06-051-0/+29
* denver: optimize memmoveShu Zhang2014-05-201-0/+66
* Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-301-5/+3
* Add stpcpy/stpncpy.Christopher Ferris2014-04-071-83/+152
* Make sure that the same tests are on all platforms.Christopher Ferris2014-02-061-12/+23
* Add strcmp/memcmp testing.Christopher Ferris2013-12-031-2/+87
* Add new tests for memory/string routines.Christopher Ferris2013-11-151-0/+122
* Add ssse3 implementation of __memcmp16.Alexander Ivchenko2013-08-021-23/+77
* Add tests for __strcpy_chk()Nick Kralevich2013-06-041-0/+47
* FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich2013-05-311-0/+114
* 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