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
*
Add strchrnul performance test
Ulrich Drepper
2011-10-29
3
-8
/
+23
*
Fix strchr test
Andreas Schwab
2011-10-25
1
-11
/
+15
*
Fix strnlen change
Ulrich Drepper
2011-10-23
1
-6
/
+4
*
Add optimized wcslen and strnlen for x86-32
Liubov Dmitrieva
2011-10-23
1
-2
/
+9
*
Fix WS
Ulrich Drepper
2011-10-23
1
-7
/
+7
*
Add wcschr test cases
Liubov Dmitrieva
2011-10-23
1
-53
/
+78
*
Add wcslen test cases
Liubov Dmitrieva
2011-10-23
1
-39
/
+46
*
More WS fixes
Ulrich Drepper
2011-10-23
1
-4
/
+4
*
Fix signedness in wcscmp comparison
Liubov Dmitrieva
2011-10-23
1
-14
/
+75
*
Optimize x86-64 rawmemchr and add test
Ulrich Drepper
2011-10-19
2
-1
/
+190
*
Optimized memcmp and wmemcmp for x86-64 and x86-32
Liubov Dmitrieva
2011-10-15
1
-15
/
+32
*
Add memrchr tests
Andreas Schwab
2011-10-13
1
-2
/
+33
*
Optimized memchr, memrchr, rawmemchr for x86-32
Liubov Dmitrieva
2011-10-12
1
-2
/
+9
*
delete 4 lines with unused "define" macros in test-memcmp
Liubov Dmitrieva
2011-10-07
1
-4
/
+0
*
string/strncat.c: fix compilation for some architectures
Denis Zaitceff
2011-09-09
1
-0
/
+1
*
Move wide char tests to wcsmbs directory
Ulrich Drepper
2011-09-08
3
-7
/
+3
*
New comprehensive test for wmemcmp
Liubov Dmitrieva
2011-09-08
3
-42
/
+64
*
More warning patrol.
Roland McGrath
2011-08-14
1
-5
/
+2
*
Provide better output in string tests
Ulrich Drepper
2011-08-04
1
-2
/
+4
*
Cleanup wcscmp test addition
Ulrich Drepper
2011-08-04
1
-206
/
+149
*
New comprehensive test for wcscmp
Liubov Dmitrieva
2011-08-04
3
-24
/
+160
*
Add more tests for strcat and strncat.
Ulrich Drepper
2011-07-21
1
-3
/
+90
*
Improve 64 bit strcat functions with SSE2/SSSE3
Liubov Dmitrieva
2011-07-19
1
-2
/
+4
*
Fix alloca accounting in strxfm
Andreas Schwab
2011-07-19
1
-2
/
+3
*
Add string/test-strncat.c
Ulrich Drepper
2011-07-06
2
-1
/
+300
*
Fix last change
Ulrich Drepper
2011-05-21
1
-17
/
+12
*
Always fill output buffer in XPG strerror function
Ulrich Drepper
2011-05-21
1
-8
/
+9
*
Nicer output for negative error numbers in strerror_r
Ulrich Drepper
2011-05-21
1
-3
/
+11
*
Revert "Fix strncmp page test to limit length to size of object"
Andreas Schwab
2011-04-07
1
-4
/
+3
*
Fix strncmp page test to limit length to size of object
Andreas Schwab
2011-04-05
1
-3
/
+4
*
Fix whitespace issue.
Ulrich Drepper
2011-03-21
1
-8
/
+8
*
Handle page boundaries in x86 SSE4.2 strncmp.
H.J. Lu
2011-03-21
1
-0
/
+41
*
Change XPG-compliant strerror_r function to return error code.
Ulrich Drepper
2010-12-25
1
-9
/
+4
*
Fix -D_FORTIFY_SOURCE memmove and bcop
Jakub Jelinek
2010-12-09
1
-5
/
+3
*
Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.
H.J. Lu
2010-11-10
1
-4
/
+35
*
Add missing file.
Ulrich Drepper
2010-10-26
1
-0
/
+14
*
Fix concurrency problem between dl_open and dl_iterate_phdr
Andreas Krebbel
2010-10-26
1
-1
/
+1
*
Add test case for strstr problem.
Ulrich Drepper
2010-10-06
1
-1
/
+3
*
Fix strstr and memmem algorithm.
Eric Blake
2010-10-06
2
-1
/
+27
*
Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp
Ulrich Drepper
2010-10-03
1
-37
/
+107
*
Add optimized strncasecmp versions for x86-64.
Ulrich Drepper
2010-08-14
2
-1
/
+319
*
Implement optimized strcaecmp for x86-64.
Ulrich Drepper
2010-07-30
2
-1
/
+277
*
Fix tolower operation in strcasestr.
Ulrich Drepper
2010-07-30
1
-1
/
+1
*
Add optimized x86-64 implementation of strnlen.
Ulrich Drepper
2010-07-26
4
-21
/
+229
*
Add performance tests for strstr and strcasestr.
Ulrich Drepper
2010-07-23
5
-6
/
+399
*
Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7
H.J. Lu
2010-06-30
1
-1
/
+4
*
Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S
H.J. Lu
2010-04-15
1
-4
/
+35
*
Test case for last x86 memcmp problem
H.J. Lu
2010-03-24
1
-4
/
+261
*
Relax onditions in strings.h.
Ulrich Drepper
2010-01-14
1
-2
/
+2
*
Cleanup strings.h.
Ulrich Drepper
2010-01-10
1
-14
/
+19
[next]