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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use correct signedness in wcsncmp
Stefan Liebler
2015-04-13
1
-49
/
+129
*
Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)
Andreas Schwab
2015-03-04
2
-12
/
+4
*
Rather than using a C implementation of memmove, directly call memmove, which
Wilco Dijkstra
2015-02-27
1
-9
/
+5
*
Rather than using a C implementation of memset, directly call memset, which
Wilco Dijkstra
2015-02-27
1
-55
/
+2
*
Remove unused definitions
Leonhard Holz
2015-02-11
2
-2
/
+0
*
Fix memory handling in strxfrm_l [BZ #16009]
Leonhard Holz
2015-01-13
1
-94
/
+394
*
Revert "Suppress warning in string/tester.c for gcc 4.9"
Ondřej Bílka
2015-01-06
1
-3
/
+3
*
Suppress warning in string/tester.c for gcc 4.9
Ondřej Bílka
2015-01-06
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
121
-121
/
+121
*
* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
Richard Earnshaw
2014-12-23
1
-8
/
+2
*
Simplify strncat.
Ondřej Bílka
2014-12-19
1
-44
/
+3
*
Ignore warning in string/tester.c.
Torvald Riegel
2014-12-16
1
-0
/
+8
*
Don't use __warn_memset_zero_len for gcc-5.0 or newer
Siddhesh Poyarekar
2014-11-27
1
-0
/
+6
*
Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.
Joseph Myers
2014-11-26
1
-3
/
+2
*
Fix test-strchr.c warnings for wide string testing.
Joseph Myers
2014-11-26
1
-3
/
+5
*
Fix typo.
Wilco Dijkstra
2014-11-24
1
-1
/
+1
*
Improve performance of strncpy.
Wilco Dijkstra
2014-11-24
1
-9
/
+5
*
Improve strcpy performance.
Wilco Dijkstra
2014-11-24
1
-12
/
+1
*
Speed up strcoll by inlining
Leonhard Holz
2014-11-24
1
-2
/
+2
*
Fix build of C mempcpy and stpcpy.
Joseph Myers
2014-11-14
2
-0
/
+2
*
Fix locale memmem namespace (bug 17585).
Joseph Myers
2014-11-12
1
-3
/
+6
*
Fix tst-strcoll-overflow returning before timeout (BZ #17506)
Leonhard Holz
2014-11-12
1
-0
/
+1
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
5
-10
/
+25
*
This patch improves strncat performance by using strlen. Strlen has a fast C implementation, so
Wilco Dijkstra
2014-10-24
1
-4
/
+2
*
This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C
Wilco Dijkstra
2014-10-24
1
-20
/
+1
*
Fix up incorrect formatting in last commit
Siddhesh Poyarekar
2014-10-17
1
-4
/
+4
*
strcoll: improve performance by removing the cache (#15884)
Leonhard Holz
2014-10-17
1
-318
/
+26
*
Move findidx nested functions to top-level.
Roland McGrath
2014-09-11
2
-8
/
+6
*
PowerPC: optimized memmove for POWER7/PPC64
Adhemerval Zanella
2014-07-07
1
-1
/
+1
*
string/memchr.c: Merge from gnulib
Will Newton
2014-07-04
1
-139
/
+94
*
Fix -Wundef warning on PAGE_COPY_THRESHOLD
Siddhesh Poyarekar
2014-07-03
2
-2
/
+0
*
Update feature guard for strdup/strndup in <bits/string2.h>
Andreas Schwab
2014-06-16
1
-2
/
+2
*
Remove redundant C locale settings.
Joseph Myers
2014-06-07
1
-3
/
+0
*
Include LOCPATH in default test environment.
Joseph Myers
2014-06-04
1
-5
/
+0
*
Fix v9/64-bit strcmp when string ends in multiple zero bytes.
David S. Miller
2014-05-01
1
-0
/
+28
*
string: Cosmetic cleanup of string functions
Will Newton
2014-04-07
10
-47
/
+10
*
PowerPC: optimized strpbrk for POWER7
Adhemerval Zanella
2014-03-20
1
-10
/
+6
*
PowerPC: optimized strcspn for PPC64/POWER7
Adhemerval Zanella
2014-03-20
1
-15
/
+6
*
PowerPC: strspn optimization for PPC64/POWER7
Vidya Ranganathan
2014-03-11
1
-3
/
+4
*
Enumerate tests with special rules in tests-special variable.
Joseph Myers
2014-03-06
1
-1
/
+4
*
PowerPC: strrchr optimization for POWER7/PPC64
Rajalakshmi Srinivasaraghavan
2014-03-03
1
-1
/
+5
*
Make strtok benchmark competive.
Ondřej Bílka
2014-02-28
1
-1
/
+5
*
Consistently include Makeconfig after defining subdir.
Joseph Myers
2014-02-26
1
-0
/
+2
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-1
/
+2
*
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
2014-02-21
2
-7
/
+6
*
Split up rules for tests that compare output with baselines.
Joseph Myers
2014-02-14
1
-5
/
+3
*
Clean up trivially redundant __USE_MISC conditionals.
Joseph Myers
2014-02-13
2
-3
/
+3
*
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
2014-02-12
5
-12
/
+12
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
4
-4
/
+4
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
121
-121
/
+121
[next]