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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
New string function explicit_bzero (from OpenBSD).
Zack Weinberg
2016-12-16
8
-4
/
+375
*
Fix typos and missing closing bracket in test-memchr.c
Adhemerval Zanella
2016-12-16
1
-2
/
+2
*
Fix powerpc64/power7 memchr for large input sizes
Adhemerval Zanella
2016-12-16
1
-9
/
+29
*
Improve strtok and strtok_r performance. Instead of calling strpbrk which
Wilco Dijkstra
2016-12-14
4
-89
/
+49
*
Improve generic rawmemchr for targets that don't have an
Wilco Dijkstra
2016-12-14
1
-149
/
+6
*
Correct comments in string.h re strcoll_l, strxfrm_l.
Zack Weinberg
2016-11-16
1
-5
/
+3
*
Fix typo in string/bits/string2.h.
Zack Weinberg
2016-11-14
1
-1
/
+1
*
Bug 20729: Fix building with -Os.
Carlos O'Donell
2016-10-29
1
-0
/
+13
*
Remove C++ style comments from string3.h
Adhemerval Zanella
2016-09-29
1
-1
/
+1
*
string: More tests for strcmp, strcasecmp, strncmp, strncasecmp
Florian Weimer
2016-08-26
2
-1
/
+213
*
Fix wide-char testsuite SIGBUS on platforms such as Sparc.
David S. Miller
2016-08-02
1
-0
/
+6
*
Support __STDC_WANT_LIB_EXT2__ feature test macro.
Joseph Myers
2016-08-02
1
-3
/
+5
*
Clear destination buffer updated by the previous run
H.J. Lu
2016-05-18
2
-0
/
+7
*
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...
Wilco Dijkstra
2016-04-18
2
-350
/
+347
*
Remove pre GCC3.2 optimizations from string/bits/string2.h.
Wilco Dijkstra
2016-04-15
2
-439
/
+21
*
Use PTR_ALIGN_DOWN on strcspn and strspn
Adhemerval Zanella
2016-04-01
2
-2
/
+5
*
Improve generic strpbrk performance
Adhemerval Zanella
2016-04-01
3
-68
/
+26
*
Improve generic strspn performance
Adhemerval Zanella
2016-04-01
3
-86
/
+81
*
Improve generic strcspn performance
Wilco Dijkstra
2016-04-01
4
-78
/
+83
*
Add _STRING_INLINE_unaligned and string_private.h
H.J. Lu
2016-02-18
1
-5
/
+5
*
S390: Fix build failure in test string/tst-endian.c with gcc 6.
Stefan Liebler
2016-01-25
1
-0
/
+23
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
122
-122
/
+122
*
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-20
3
-19
/
+5
*
Convert 29 more function definitions to prototype style (multiple parameters ...
Joseph Myers
2015-10-20
1
-2
/
+1
*
Convert 703 function definitions to prototype style.
Joseph Myers
2015-10-16
11
-42
/
+13
*
Fix typo in bug-strcoll2 (Bug 18589)
Carlos O'Donell
2015-10-09
2
-2
/
+3
*
strcoll: Add bug-strcoll2 to testsuite (Bug 18589).
Carlos O'Donell
2015-10-08
2
-3
/
+4
*
strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).
Carlos O'Donell
2015-10-08
2
-37
/
+94
*
Let 'make check subdirs=string' succeed even when it's invoked
Martin Sebor
2015-09-28
2
-2
/
+14
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
S390: Optimize wmemset.
Stefan Liebler
2015-08-26
1
-32
/
+58
*
S390: Optimize memccpy.
Stefan Liebler
2015-08-26
1
-0
/
+4
*
S390: Optimize memchr, rawmemchr and wmemchr.
Stefan Liebler
2015-08-26
1
-34
/
+57
*
S390: Optimize strcspn and wcscspn.
Stefan Liebler
2015-08-26
1
-13
/
+34
*
S390: Optimize strpbrk and wcspbrk.
Stefan Liebler
2015-08-26
1
-49
/
+81
*
S390: Optimize strspn and wcsspn.
Stefan Liebler
2015-08-26
1
-36
/
+63
*
S390: Optimize strchrnul and wcschrnul.
Stefan Liebler
2015-08-26
1
-8
/
+18
*
S390: Optimize strchr and wcschr.
Stefan Liebler
2015-08-26
1
-2
/
+6
*
S390: Optimize strcmp and wcscmp.
Stefan Liebler
2015-08-26
1
-1
/
+5
*
S390: Optimize strncat wcsncat.
Stefan Liebler
2015-08-26
1
-52
/
+86
*
S390: Optimize strcat and wcscat.
Stefan Liebler
2015-08-26
2
-47
/
+85
*
S390: Optimize stpncpy and wcpncpy.
Stefan Liebler
2015-08-26
1
-11
/
+30
*
S390: Optimize strncpy and wcsncpy.
Stefan Liebler
2015-08-26
1
-46
/
+85
*
S390: Optimize stpcpy and wcpcpy.
Stefan Liebler
2015-08-26
1
-10
/
+25
*
S390: Optimize strnlen and wcsnlen.
Stefan Liebler
2015-08-26
1
-33
/
+54
*
S390: Optimize strlen and wcslen.
Stefan Liebler
2015-08-26
1
-1
/
+5
*
Improve stpncpy performance by using __strnlen/memcpy/memset rather than a
Wilco Dijkstra
2015-08-19
1
-54
/
+5
*
Port the 0x7efe...feff pattern to GCC 6.
Paul Eggert
2015-08-18
4
-32
/
+8
*
stpncpy: fix size checking [BZ #18975]
Zack Weinberg
2015-08-14
1
-1
/
+1
*
powerpc: Use default strcpy optimization for POWER7
Adhemerval Zanella
2015-08-11
2
-13
/
+9
[prev]
[next]