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
gentoo/2.41
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
*
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
*
Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.
Brooks Moses
2013-12-23
2
-4
/
+12
*
PowerPC: multiarch wordcopy for PowerPC64
Adhemerval Zanella
2013-12-13
1
-16
/
+20
*
PowerPC: multirach memcmp for PowerPC64
Adhemerval Zanella
2013-12-13
1
-1
/
+5
*
PowerPC: multiarch strchrnul for PowerPC32
Adhemerval Zanella
2013-12-06
1
-1
/
+5
*
PowerPC: multiarch rawmemchr for PowerPC32
Adhemerval Zanella
2013-12-06
1
-1
/
+4
*
PowerPC: multiarch memchr for PowerPC32
Adhemerval Zanella
2013-12-06
1
-1
/
+5
*
PowerPC: multiarch mempcpy for PowerPC32
Adhemerval Zanella
2013-12-06
1
-1
/
+5
*
Remove duplicate ifunc tests.
Ondřej Bílka
2013-11-26
34
-645
/
+1
*
Fix build on hurd
Samuel Thibault
2013-11-10
1
-0
/
+1
*
string/tester memrchr test
Alan Modra
2013-10-04
1
-3
/
+3
*
string/test-memcpy error reporting
Alan Modra
2013-10-04
1
-2
/
+2
*
Check for integer overflow in cache size computation in strcoll
Siddhesh Poyarekar
2013-09-23
3
-1
/
+72
*
Fall back to non-cached sequence traversal and comparison on malloc fail
Siddhesh Poyarekar
2013-09-23
1
-31
/
+234
*
Make __ffs hidden
Andreas Schwab
2013-09-20
1
-0
/
+1
*
Add memrchr testcase
Adhemerval Zanella
2013-09-05
3
-1
/
+190
*
Fix missing declaration of LC_CTYPE nonascii-case element
Andreas Schwab
2013-08-27
3
-8
/
+48
*
Simplify strcoll implementation
Siddhesh Poyarekar
2013-08-20
1
-406
/
+295
*
Add a test for BZ #15674
H.J. Lu
2013-06-26
1
-0
/
+24
*
Fix loop construction to functions calls
Adhemerval Zanella
2013-06-20
4
-0
/
+4
*
Remove performance-related bits from string tests
Siddhesh Poyarekar
2013-06-11
25
-620
/
+0
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
5
-22
/
+22
*
Add copyright header to test-strchrnul.c
Siddhesh Poyarekar
2013-06-04
1
-0
/
+19
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
1
-1
/
+1
*
Remove duplicate __strcmp_cg
Ondrej Bilka
2013-05-01
1
-24
/
+1
*
Sort Versions files
Andreas Jaeger
2013-02-17
1
-2
/
+2
*
Remove bounded-pointers build system support.
Joseph Myers
2013-02-15
1
-4
/
+0
*
Remove miscellaneous bounded-pointers relics in C code.
Joseph Myers
2013-02-15
1
-1
/
+1
*
Remove bp-sym.h and BP_SYM uses from C code.
Joseph Myers
2013-02-14
1
-6
/
+1
[next]