GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: use xmalloc to allocate implementation array
Siddhesh Poyarekar
2021-07-28
1
-2
/
+3
*
String: Add three more overflow tests cases to test-strnlen.c
Noah Goldstein
2021-06-24
1
-0
/
+4
*
String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]
Noah Goldstein
2021-06-23
3
-3
/
+130
*
Improve test coverage of strnlen function
Sunil K Pandey
2021-06-03
1
-1
/
+10
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-1
/
+0
*
Improve test coverage of strlen function
Sunil K Pandey
2021-06-02
1
-1
/
+14
*
x86: Expand bench-memcmp.c and test-memcmp.c
Noah Goldstein
2021-05-18
1
-6
/
+34
*
Reindent string/test-memmove.c
H.J. Lu
2021-04-19
1
-15
/
+15
*
x86: Expand test-memset.c and bench-memset.c
Noah Goldstein
2021-04-19
1
-5
/
+15
*
x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c
noah
2021-04-16
2
-53
/
+76
*
test-strnlen.c: Check that strnlen won't go beyond the maximum length
H.J. Lu
2021-03-27
1
-0
/
+30
*
test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]
H.J. Lu
2021-03-27
1
-1
/
+3
*
string: Work around GCC PR 98512 in rawmemchr
Florian Weimer
2021-02-19
1
-11
/
+15
*
strchr: Add additional benchmarks and tests
noah
2021-02-08
1
-1
/
+25
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
139
-139
/
+139
*
string: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-12-31
2
-13
/
+22
*
treewide: fix incorrect spelling of indices in comments
Dmitry V. Levin
2020-12-11
1
-1
/
+1
*
Don't use nested function in test-ffs
Siddhesh Poyarekar
2020-11-12
1
-22
/
+14
*
Use __builtin___stpncpy_chk when available
Siddhesh Poyarekar
2020-11-12
1
-1
/
+8
*
Remove __warn_memset_zero_len [BZ #25399]
Siddhesh Poyarekar
2020-11-05
1
-15
/
+0
*
Amend grammar and add a description
Jonny Grant
2020-10-26
1
-3
/
+4
*
strcmp: Add a testcase for page boundary
H.J. Lu
2020-09-24
1
-0
/
+33
*
strncmp: Add a testcase for page boundary [BZ #25933]
H.J. Lu
2020-09-24
1
-0
/
+33
*
Disable -Wstringop-overread for some string tests
Joseph Myers
2020-09-07
2
-0
/
+11
*
string: Fix GCC 11 `-Werror=stringop-overread' error
Maciej W. Rozycki
2020-09-07
1
-0
/
+4
*
string: test strncasecmp and strncpy near page boundaries
Raphael Moreira Zinsly
2020-08-26
2
-0
/
+78
*
string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installed
Adhemerval Zanella
2020-07-13
3
-1
/
+14
*
string: Move tst-strsignal tst-strerror to tests-container
Adhemerval Zanella
2020-07-08
1
-1
/
+3
*
string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np
Florian Weimer
2020-07-08
2
-2
/
+2
*
tst-strsignal: fix checking for RT signals support
Samuel Thibault
2020-07-07
1
-4
/
+8
*
string: Add strerrorname_np and strerrordesc_np
Adhemerval Zanella
2020-07-07
5
-1
/
+61
*
string: Add sigabbrev_np and sigdescr_np
Adhemerval Zanella
2020-07-07
7
-9
/
+134
*
string: Add strerror_l on test-strerror-errno
Adhemerval Zanella
2020-07-07
1
-0
/
+5
*
string: Add strerror, strerror_r, and strerror_l test
Adhemerval Zanella
2020-07-07
2
-1
/
+78
*
string: Add strsignal test
Adhemerval Zanella
2020-07-07
2
-2
/
+61
*
string: Simplify strerror_r
Adhemerval Zanella
2020-07-07
1
-39
/
+2
*
string: Use tls-internal on strerror_l
Adhemerval Zanella
2020-07-07
1
-15
/
+6
*
string: Implement strerror in terms of strerror_l
Adhemerval Zanella
2020-07-07
2
-25
/
+12
*
string: Remove old TLS usage on strsignal
Adhemerval Zanella
2020-07-07
1
-91
/
+21
*
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
2020-07-07
3
-16
/
+7
*
signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
2020-07-07
1
-1
/
+1
*
string: Fix string/tst-memmove-overflow to compile with GCC 7
Florian Weimer
2020-05-14
1
-2
/
+2
*
arm: XFAIL string/tst-memmove-overflow due to bug 25620
Florian Weimer
2020-05-13
1
-2
/
+21
*
string: Add string/tst-memmove-overflow, a test case for bug 25620
Florian Weimer
2020-05-12
2
-1
/
+156
*
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2020-05-04
2
-14
/
+24
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
131
-131
/
+131
*
<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]
Kamlesh Kumar
2019-12-05
1
-1
/
+2
*
S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...
Stefan Liebler
2019-11-27
1
-6
/
+35
*
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2019-10-30
1
-2
/
+2
*
string/endian.h: Restore the __USE_MISC conditionals
Alistair Francis
2019-10-02
1
-5
/
+7
[next]