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
2017-06-12
2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
Wilco Dijkstra
4
-134
/
+4
2017-06-08
Add more tests for memchr
H.J. Lu
1
-0
/
+17
2017-05-25
Add memchr tests for n == 0
H.J. Lu
1
-0
/
+4
2017-05-11
Suppress internal declarations for most of the testsuite.
Zack Weinberg
2
-0
/
+12
2017-05-10
Fix rawmemchr build with GCC 8.
Joseph Myers
1
-0
/
+8
2017-04-05
Add page tests to string/test-strnlen.
Wainer dos Santos Moschetta
1
-0
/
+54
2017-03-29
Fix i686 memchr overflow calculation (BZ#21182)
Adhemerval Zanella
1
-0
/
+6
2017-03-23
Update string tests to use the support test driver.
Wainer dos Santos Moschetta
44
-93
/
+87
2017-03-16
Remove C++ namespace handling from glibc headers.
Joseph Myers
1
-14
/
+0
2017-03-13
Remove the str(n)dup inlines from string/bits/string2.h. Although inlining
Wilco Dijkstra
1
-59
/
+0
2017-03-01
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
3
-3
/
+2
2017-03-01
Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
Zack Weinberg
1
-4
/
+0
2017-02-25
Split DIAG_* macros to new header libc-diag.h.
Zack Weinberg
2
-2
/
+2
2017-02-16
Add missing header files throughout the testsuite.
Zack Weinberg
2
-0
/
+3
2017-02-16
Clean up redundancies between string.h and strings.h.
Zack Weinberg
2
-141
/
+37
2017-02-15
Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp
Wilco Dijkstra
1
-58
/
+0
2017-02-10
GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.
Wilco Dijkstra
1
-10
/
+0
2017-01-25
string/tst-strcoll-overflow: Do not accept timeout as test result
Florian Weimer
2
-24
/
+18
2017-01-17
S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]
Stefan Liebler
1
-0
/
+8
2017-01-11
Make endian-conversion macros always return correct types (bug 16458).
Joseph Myers
3
-14
/
+65
2017-01-09
Move fortified explicit_bzero back to string3
Adhemerval Zanella
2
-9
/
+9
2017-01-05
Use fortify macros for b{zero,copy} along decl from strings.h
Adhemerval Zanella
4
-21
/
+54
2017-01-04
Fix string/tester.c for GCC 7 -Wstringop-overflow=.
Joseph Myers
1
-0
/
+57
2017-01-03
Fix x86 strncat optimized implementation for large sizes
Adhemerval Zanella
1
-0
/
+15
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
126
-126
/
+126
2016-12-27
Fix x86_64 memchr for large input sizes
Adhemerval Zanella
1
-5
/
+4
2016-12-26
Disable stack protector in early static initialization [BZ #7065]
Nick Alcock
1
-0
/
+4
2016-12-21
This patch cleans up the strsep implementation and improves performance.
Wilco Dijkstra
3
-113
/
+67
2016-12-20
Do not require memset elimination in explicit_bzero test
Florian Weimer
2
-9
/
+20
2016-12-16
New string function explicit_bzero (from OpenBSD).
Zack Weinberg
8
-4
/
+375
2016-12-16
Fix typos and missing closing bracket in test-memchr.c
Adhemerval Zanella
1
-2
/
+2
2016-12-16
Fix powerpc64/power7 memchr for large input sizes
Adhemerval Zanella
1
-9
/
+29
2016-12-14
Improve strtok and strtok_r performance. Instead of calling strpbrk which
Wilco Dijkstra
4
-89
/
+49
2016-12-14
Improve generic rawmemchr for targets that don't have an
Wilco Dijkstra
1
-149
/
+6
2016-11-16
Correct comments in string.h re strcoll_l, strxfrm_l.
Zack Weinberg
1
-5
/
+3
2016-11-14
Fix typo in string/bits/string2.h.
Zack Weinberg
1
-1
/
+1
2016-10-29
Bug 20729: Fix building with -Os.
Carlos O'Donell
1
-0
/
+13
2016-09-29
Remove C++ style comments from string3.h
Adhemerval Zanella
1
-1
/
+1
2016-08-26
string: More tests for strcmp, strcasecmp, strncmp, strncasecmp
Florian Weimer
2
-1
/
+213
2016-08-02
Fix wide-char testsuite SIGBUS on platforms such as Sparc.
David S. Miller
1
-0
/
+6
2016-08-02
Support __STDC_WANT_LIB_EXT2__ feature test macro.
Joseph Myers
1
-3
/
+5
2016-05-18
Clear destination buffer updated by the previous run
H.J. Lu
2
-0
/
+7
2016-04-18
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compatibility
Wilco Dijkstra
2
-350
/
+347
2016-04-15
Remove pre GCC3.2 optimizations from string/bits/string2.h.
Wilco Dijkstra
2
-439
/
+21
2016-04-01
Use PTR_ALIGN_DOWN on strcspn and strspn
Adhemerval Zanella
2
-2
/
+5
2016-04-01
Improve generic strpbrk performance
Adhemerval Zanella
3
-68
/
+26
2016-04-01
Improve generic strspn performance
Adhemerval Zanella
3
-86
/
+81
2016-04-01
Improve generic strcspn performance
Wilco Dijkstra
4
-78
/
+83
2016-02-18
Add _STRING_INLINE_unaligned and string_private.h
H.J. Lu
1
-5
/
+5
2016-01-25
S390: Fix build failure in test string/tst-endian.c with gcc 6.
Stefan Liebler
1
-0
/
+23
[prev]
[next]