index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
string_test.cpp
Age
Commit message (
Expand
)
Author
2020-08-12
Various coverage improvements.
Elliott Hughes
2020-08-07
Merge "Switch to musl memmem (via OpenBSD)."
Elliott Hughes
2020-08-06
Switch to musl memmem (via OpenBSD).
Elliott Hughes
2020-08-06
Trivial strxfrm coverage improvement.
Elliott Hughes
2019-11-22
Sync with upstream OpenBSD strstr().
Elliott Hughes
2019-03-12
bionic tests: use GTEST_SKIP.
Elliott Hughes
2019-02-05
Move NetBSD string routines to OpenBSD.
Elliott Hughes
2018-12-03
Reduce strerror(3)'s impact on .data.rel.ro.
Elliott Hughes
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2017-05-08
Add new memchr/strrchr tests.
Christopher Ferris
2016-08-16
Fix memmem behavior with empty needles.
Elliott Hughes
2016-06-03
Fix misc-macro-parentheses warnings in bionic/tests.
Chih-Hung Hsieh
2016-05-03
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-02-12
Add a memcpy(a, a, n) test.
Christopher Ferris
2016-01-13
Add method to run fortified versions of funcs.
Christopher Ferris
2015-09-24
Fix over read in strcpy/stpcpy/strcat.
Christopher Ferris
2015-08-26
Add strchrnul.
Elliott Hughes
2015-07-27
Add a regression test for a fixed strnlen bug.
Elliott Hughes
2015-02-18
Add GNU extensions mempcpy and wmemcpy.
Elliott Hughes
2015-02-14
Fix memchr overflow.
Elliott Hughes
2014-11-10
Add align/overread tests for strlcpy/strlcat.
Christopher Ferris
2014-09-04
Reset enviroment for math_tests
Dmitriy Ivanov
2014-09-03
Merge "Make string tests check all alignment combinations"
Dmitriy Ivanov
2014-08-28
Add GNU-compatible strerror_r.
Elliott Hughes
2014-08-19
Implement the GNU basename(3) in addition to the POSIX one.
Elliott Hughes
2014-08-14
Make string tests check all alignment combinations
Dmitriy Ivanov
2014-07-30
Fix memchr with a zero length.
Christopher Ferris
2014-06-30
Add extra strchr testing.
Christopher Ferris
2014-06-14
Revert "Backing this one out since the counterpart needs to be sent upstream."
Dan Albert
2014-06-14
Backing this one out since the counterpart needs to be sent upstream.
Dan Albert
2014-06-13
Hides valloc(3)/pvalloc(3) on LP64.
Dan Albert
2014-06-12
Remove __memcmp16 from bionic.
Elliott Hughes
2014-06-10
AArch64: Fix memcmp16() test
Serban Constantinescu
2014-06-05
Fix for slm-tuned memmove (both 32- and 64-bit).
Varvara Rainchik
2014-05-20
denver: optimize memmove
Shu Zhang
2014-04-30
Make SIGRTMIN hide the real-time signals we use internally.
Elliott Hughes
2014-04-07
Add stpcpy/stpncpy.
Christopher Ferris
2014-02-06
Make sure that the same tests are on all platforms.
Christopher Ferris
2013-12-03
Add strcmp/memcmp testing.
Christopher Ferris
2013-11-15
Add new tests for memory/string routines.
Christopher Ferris
2013-08-02
Add ssse3 implementation of __memcmp16.
Alexander Ivchenko
2013-06-04
Add tests for __strcpy_chk()
Nick Kralevich
2013-05-31
FORTIFY_SOURCE: strcat / strncat optimize
Nick Kralevich
2013-05-02
libc: cleanup strchr
Nick Kralevich
2013-04-29
strncpy: implement _FORTIFY_SOURCE=2
Nick Kralevich
2013-01-17
FORTIFY_SOURCE: optimize
Nick Kralevich
2013-01-15
fix strerror_r test
Nick Kralevich
2013-01-11
Add stack canaries / strcpy tests.
Nick Kralevich
2013-01-10
glibc 2.15 treats errno as signed in strerror(3).
Elliott Hughes
2012-11-07
Tests for string routines.
Anna Tikhonova
[next]