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
*
string: Fix tester build with fortify enable with gcc 6
Adhemerval Zanella Netto
2023-07-26
1
-0
/
+9
*
string: Fix tester with fortify enabled
Adhemerval Zanella Netto
2023-07-24
1
-4
/
+8
*
string: Fix bug-strncat1 with fortify enabled
Adhemerval Zanella Netto
2023-07-24
1
-6
/
+8
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-0
/
+17
*
string: strerror must not return NULL (bug 30555)
Florian Weimer
2023-06-15
3
-4
/
+87
*
Implement strlcpy and strlcat [BZ #178]
Florian Weimer
2023-06-14
8
-0
/
+314
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
9
-9
/
+9
*
string: Add tests for strndup (BZ #30266)
Joe Simmons-Talbott
2023-04-21
2
-0
/
+201
*
string: Add tests for strdup (BZ #30266)
Joe Simmons-Talbott
2023-04-21
2
-0
/
+202
*
string: Allow use of test-string.h for non-ifunc implementations.
Joe Simmons-Talbott
2023-04-21
1
-2
/
+2
*
<string.h>: Make strchrnul, strcasestr, memmem available by default
Florian Weimer
2023-04-06
1
-3
/
+3
*
Fix stringop-overflow warning in test-strncat.
Stefan Liebler
2023-03-02
1
-0
/
+1
*
string: Disable stack protector in early static initialization
Adhemerval Zanella
2023-02-08
1
-0
/
+2
*
string: Add libc_hidden_proto for memrchr
Adhemerval Zanella
2023-02-08
1
-0
/
+1
*
string: Add libc_hidden_proto for strchrnul
Adhemerval Zanella
2023-02-08
1
-0
/
+1
*
string: Hook up the default implementation on test-strrchr
Adhemerval Zanella
2023-02-06
1
-14
/
+24
*
string: Hook up the default implementation on test-memrchr
Adhemerval Zanella
2023-02-06
1
-0
/
+7
*
string: Hook up the default implementation on test-memchr
Adhemerval Zanella
2023-02-06
1
-11
/
+20
*
string: Hook up the default implementation on test-strcpy
Adhemerval Zanella
2023-02-06
1
-10
/
+24
*
string: Hook up the default implementation on test-stpcpy
Adhemerval Zanella
2023-02-06
1
-11
/
+21
*
string: Hook up the default implementation on test-strncmp
Adhemerval Zanella
2023-02-06
1
-0
/
+16
*
string: Hook up the default implementation on test-strcmp
Adhemerval Zanella
2023-02-06
1
-0
/
+22
*
string: Hook up the default implementation on test-strchr
Adhemerval Zanella
2023-02-06
1
-15
/
+38
*
string: Hook up the default implementation on test-strnlen
Adhemerval Zanella
2023-02-06
1
-11
/
+24
*
string: Hook up the default implementation on test-strlen
Adhemerval Zanella
2023-02-06
1
-17
/
+14
*
string: Improve generic strrchr with memrchr and strlen
Adhemerval Zanella
2023-02-06
1
-17
/
+1
*
string: Improve generic memrchr
Adhemerval Zanella
2023-02-06
1
-157
/
+39
*
string: Improve generic strnlen with memchr
Adhemerval Zanella
2023-02-06
1
-132
/
+5
*
string: Improve generic memchr
Adhemerval Zanella
2023-02-06
1
-125
/
+51
*
string: Improve generic strcpy
Adhemerval Zanella
2023-02-06
1
-1
/
+5
*
string: Improve generic stpcpy
Adhemerval Zanella
2023-02-06
1
-6
/
+86
*
string: Improve generic strncmp
Adhemerval Zanella
2023-02-06
1
-37
/
+101
*
string: Improve generic strcmp
Adhemerval Zanella
2023-02-06
1
-16
/
+94
*
string: Improve generic strchr
Adhemerval Zanella
2023-02-06
1
-156
/
+8
*
string: Improve generic strchrnul
Adhemerval Zanella
2023-02-06
1
-133
/
+22
*
string: Improve generic strlen
Adhemerval Zanella
2023-02-06
1
-70
/
+22
*
Parameterize OP_T_THRES from memcopy.h
Richard Henderson
2023-02-06
1
-3
/
+0
*
Parameterize op_t from memcopy.h
Adhemerval Zanella
2023-02-06
1
-1
/
+0
*
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
2023-02-06
1
-1
/
+1
*
x86: Fix strncat-avx2.S reading past length [BZ #30065]
Noah Goldstein
2023-01-31
1
-1
/
+24
*
string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
Adhemerval Zanella
2023-01-12
1
-0
/
+24
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
143
-143
/
+143
*
string: Add len=0 to {w}memcmp{eq} tests and benchtests
Noah Goldstein
2022-11-08
1
-6
/
+10
*
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
2022-11-01
1
-0
/
+9
*
Use uintptr_t in string/tester for pointer alignment
Szabolcs Nagy
2022-10-28
1
-6
/
+7
*
String: Improve test coverage for memchr
Sunil K Pandey
2022-10-18
1
-0
/
+1
*
String: Improve test coverage for memchr
Sunil K Pandey
2022-10-10
1
-2
/
+5
*
x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
Noah Goldstein
2022-09-28
1
-29
/
+41
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
2
-3
/
+3
*
x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
Noah Goldstein
2022-06-08
1
-1
/
+56
[next]