index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
string
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-06
Parameterize op_t from memcopy.h
Adhemerval Zanella
1
-1
/
+0
2023-02-06
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
1
-1
/
+1
2023-01-31
x86: Fix strncat-avx2.S reading past length [BZ #30065]
Noah Goldstein
1
-1
/
+24
2023-01-12
string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
Adhemerval Zanella
1
-0
/
+24
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
143
-143
/
+143
2022-11-08
string: Add len=0 to {w}memcmp{eq} tests and benchtests
Noah Goldstein
1
-6
/
+10
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+9
2022-10-28
Use uintptr_t in string/tester for pointer alignment
Szabolcs Nagy
1
-6
/
+7
2022-10-18
String: Improve test coverage for memchr
Sunil K Pandey
1
-0
/
+1
2022-10-10
String: Improve test coverage for memchr
Sunil K Pandey
1
-2
/
+5
2022-09-28
x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
Noah Goldstein
1
-25
/
+37
2022-09-22
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2
-3
/
+3
2022-06-08
x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
Noah Goldstein
1
-1
/
+56
2022-06-03
string.h: Fix boolean spelling in comments
H.J. Lu
1
-1
/
+1
2022-05-25
String: Improve overflow test coverage for strnlen
Sunil K Pandey
1
-0
/
+2
2022-05-23
string.h: fix __fortified_attr_access macro call [BZ #29162]
Sergei Trofimovich
1
-1
/
+1
2022-04-13
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2
-5
/
+5
2022-04-09
string: Replace outdated comments in strlen().
Ricardo Bittencourt
1
-11
/
+5
2022-04-06
tests/string: Drop simple/stupid/builtin tests
Siddhesh Poyarekar
25
-230
/
+43
2022-04-06
test-memcpy: Actually reverse source and destination
Siddhesh Poyarekar
1
-22
/
+24
2022-04-01
Increase the test timeout of some string tests
Szabolcs Nagy
2
-0
/
+2
2022-03-25
string: Expand page cross test cases in test-strncmp.c
Noah Goldstein
1
-1
/
+26
2022-03-25
string: Expand page cross test cases in test-strcmp.c
Noah Goldstein
1
-1
/
+14
2022-03-25
string: Expand page cross tests in test-strncasecmp.c
Noah Goldstein
1
-12
/
+154
2022-03-25
string: Expand page cross tests in test-strcasecmp.c
Noah Goldstein
1
-12
/
+100
2022-02-23
ia64: Remove bzero optimization
Adhemerval Zanella
1
-2
/
+2
2022-02-17
string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
H.J. Lu
1
-0
/
+13
2022-02-16
x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
Noah Goldstein
1
-0
/
+23
2022-02-15
String: Strength memset tests in test-memset.c
Noah Goldstein
1
-15
/
+21
2022-02-11
String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'
Noah Goldstein
2
-16
/
+16
2022-02-05
string: Sort headers, routines, tests and tests-translation
H.J. Lu
1
-42
/
+164
2022-02-03
string: Improve coverage in test-strcmp.c and test-strncmp.c
Noah Goldstein
2
-21
/
+306
2022-02-03
string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].
Noah Goldstein
2
-69
/
+0
2022-01-12
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
1
-3
/
+5
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
143
-143
/
+143
2021-12-07
String: test-memcpy used unaligned types for buffers [BZ 28572]
John David Anglin
1
-2
/
+3
2021-12-03
x86-64: Use notl in EVEX strcmp [BZ #28646]
Noah Goldstein
1
-0
/
+28
2021-11-10
String: Split memcpy tests so that parallel build is faster
Noah Goldstein
4
-298
/
+367
2021-11-07
test-memcpy.c: Double TIMEOUT to (8 * 60)
H.J. Lu
2
-1
/
+4
2021-11-06
string: Make tests birdirectional test-memcpy.c
Noah Goldstein
2
-28
/
+214
2021-10-27
String: Add __memcmpeq as build target
Noah Goldstein
2
-1
/
+25
2021-10-26
String: Add tests for __memcmpeq
Noah Goldstein
3
-14
/
+45
2021-10-26
String: Add hidden defs for __memcmpeq() to enable internal usage
Noah Goldstein
1
-0
/
+1
2021-10-26
String: Add support for __memcmpeq() ABI on all targets
Noah Goldstein
4
-0
/
+38
2021-10-20
Correct access attribute on memfrob (bug 28475)
Joseph Myers
1
-1
/
+1
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2
-3
/
+4
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
61
-71
/
+0
2021-08-26
Fix error message in memmove test to display correct src pointer
Sunil K Pandey
1
-1
/
+1
2021-08-20
Update string/test-memmove.c to cover 16KB copy
H.J. Lu
1
-0
/
+48
2021-07-28
tests: use xmalloc to allocate implementation array
Siddhesh Poyarekar
1
-2
/
+3
[prev]
[next]