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
2014-11-27
Don't use __warn_memset_zero_len for gcc-5.0 or newer
Siddhesh Poyarekar
1
-0
/
+6
2014-11-26
Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.
Joseph Myers
1
-3
/
+2
2014-11-26
Fix test-strchr.c warnings for wide string testing.
Joseph Myers
1
-3
/
+5
2014-11-24
Fix typo.
Wilco Dijkstra
1
-1
/
+1
2014-11-24
Improve performance of strncpy.
Wilco Dijkstra
1
-9
/
+5
2014-11-24
Improve strcpy performance.
Wilco Dijkstra
1
-12
/
+1
2014-11-24
Speed up strcoll by inlining
Leonhard Holz
1
-2
/
+2
2014-11-14
Fix build of C mempcpy and stpcpy.
Joseph Myers
2
-0
/
+2
2014-11-12
Fix locale memmem namespace (bug 17585).
Joseph Myers
1
-3
/
+6
2014-11-12
Fix tst-strcoll-overflow returning before timeout (BZ #17506)
Leonhard Holz
1
-0
/
+1
2014-11-05
Modify several tests to use test-skeleton.c
Arjun Shankar
5
-10
/
+25
2014-10-24
This patch improves strncat performance by using strlen. Strlen has a fast C implementation, so
Wilco Dijkstra
1
-4
/
+2
2014-10-24
This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C
Wilco Dijkstra
1
-20
/
+1
2014-10-17
Fix up incorrect formatting in last commit
Siddhesh Poyarekar
1
-4
/
+4
2014-10-17
strcoll: improve performance by removing the cache (#15884)
Leonhard Holz
1
-318
/
+26
2014-09-11
Move findidx nested functions to top-level.
Roland McGrath
2
-8
/
+6
2014-07-07
PowerPC: optimized memmove for POWER7/PPC64
Adhemerval Zanella
1
-1
/
+1
2014-07-04
string/memchr.c: Merge from gnulib
Will Newton
1
-136
/
+91
2014-07-03
Fix -Wundef warning on PAGE_COPY_THRESHOLD
Siddhesh Poyarekar
2
-2
/
+0
2014-06-16
Update feature guard for strdup/strndup in <bits/string2.h>
Andreas Schwab
1
-2
/
+2
2014-06-07
Remove redundant C locale settings.
Joseph Myers
1
-3
/
+0
2014-06-04
Include LOCPATH in default test environment.
Joseph Myers
1
-5
/
+0
2014-05-01
Fix v9/64-bit strcmp when string ends in multiple zero bytes.
David S. Miller
1
-0
/
+28
2014-04-07
string: Cosmetic cleanup of string functions
Will Newton
10
-47
/
+10
2014-03-20
PowerPC: optimized strpbrk for POWER7
Adhemerval Zanella
1
-10
/
+6
2014-03-20
PowerPC: optimized strcspn for PPC64/POWER7
Adhemerval Zanella
1
-15
/
+6
2014-03-11
PowerPC: strspn optimization for PPC64/POWER7
Vidya Ranganathan
1
-3
/
+4
2014-03-06
Enumerate tests with special rules in tests-special variable.
Joseph Myers
1
-1
/
+4
2014-03-03
PowerPC: strrchr optimization for POWER7/PPC64
Rajalakshmi Srinivasaraghavan
1
-1
/
+5
2014-02-28
Make strtok benchmark competive.
Ondřej Bílka
1
-1
/
+5
2014-02-26
Consistently include Makeconfig after defining subdir.
Joseph Myers
1
-0
/
+2
2014-02-21
Generate .test-result files for tests with special rules.
Joseph Myers
1
-1
/
+2
2014-02-21
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
2
-7
/
+6
2014-02-14
Split up rules for tests that compare output with baselines.
Joseph Myers
1
-5
/
+3
2014-02-13
Clean up trivially redundant __USE_MISC conditionals.
Joseph Myers
2
-3
/
+3
2014-02-12
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
5
-12
/
+12
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
4
-4
/
+4
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
121
-121
/
+121
2013-12-23
Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.
Brooks Moses
2
-4
/
+12
2013-12-13
PowerPC: multiarch wordcopy for PowerPC64
Adhemerval Zanella
1
-16
/
+20
2013-12-13
PowerPC: multirach memcmp for PowerPC64
Adhemerval Zanella
1
-1
/
+5
2013-12-06
PowerPC: multiarch strchrnul for PowerPC32
Adhemerval Zanella
1
-1
/
+5
2013-12-06
PowerPC: multiarch rawmemchr for PowerPC32
Adhemerval Zanella
1
-1
/
+4
2013-12-06
PowerPC: multiarch memchr for PowerPC32
Adhemerval Zanella
1
-1
/
+5
2013-12-06
PowerPC: multiarch mempcpy for PowerPC32
Adhemerval Zanella
1
-1
/
+5
2013-11-26
Remove duplicate ifunc tests.
Ondřej Bílka
34
-645
/
+1
2013-11-10
Fix build on hurd
Samuel Thibault
1
-0
/
+1
2013-10-04
string/tester memrchr test
Alan Modra
1
-3
/
+3
2013-10-04
string/test-memcpy error reporting
Alan Modra
1
-2
/
+2
2013-09-23
Check for integer overflow in cache size computation in strcoll
Siddhesh Poyarekar
3
-1
/
+72
[prev]
[next]