Fix formatting in nptl/sysdeps/pthread/pthread.h.
[jlayton/glibc.git] / string /
2012-10-09 Maxim KuvyrkovFix BZ #14602: strstr and strcasestr return wrong result.
2012-10-06 H.J. LuAdd a strstr test for page boundary
2012-10-05 H.J. LuAdd a testase for BZ #14602
2012-10-05 H.J. LuTest strcasestr/strchr/strstr under all implementations
2012-08-22 Maxim KuvyrkovMicro-optimize critical path of strstr, strcase and...
2012-08-22 Maxim KuvyrkovUse pointers for traversing arrays in strstr, strcasest...
2012-08-22 Maxim KuvyrkovDetect EOL on-the-fly in strstr, strcasestr and memmem.
2012-08-22 Maxim KuvyrkovOptimize first-character loop of strstr, strcasestr...
2012-08-15 Liubov DmitrievaFix segmentation fault in strncasecmp for i686
2012-08-15 Roland McGrathRemove local redefinition of MAX macro.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-06-15 Chung-Lin TangMake endian.h usable for assembler
2012-06-15 Cyril HrubisAdd __wur to GNU version of strerror_r.
2012-06-14 H.J. LuUse RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S
2012-05-31 Andreas SchwabRemove use of INTDEF/INTUSE in stdio-common
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in intl
2012-05-09 Andreas JaegerFix strspn warning with -Wconversion
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-04-18 David S. MillerRemove all traces of reg_char.
2012-04-06 H.J. LuAdd byteswap-16.h for __bswap_16
2012-04-03 Andreas JaegerAdd __bswap_64 definition for non GCC compilers.
2012-04-02 Thomas SchwingeTestsuite #include fixes.
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-20 H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-30 Joseph MyersRemove miscellaneous __STDC__ conditionals.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-07 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-07 Ulrich DrepperFix problem with reuse of test-strcpy for wide char...
2011-12-17 Ulrich DrepperWP fixes
2011-12-17 Ulrich DrepperOptimized wcschr and wcscpy for x86-64 and x86-32
2011-12-17 Ulrich DrepperWP cleanup
2011-12-17 Ulrich DrepperFix WP
2011-12-17 Ulrich DrepperAdd tests for wcsrchr and wcscpy
2011-11-30 Andreas SchwabFix access after end of search string in regex matcher
2011-10-29 Ulrich DrepperAdd strchrnul performance test
2011-10-25 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-25 Andreas SchwabFix strchr test
2011-10-23 Ulrich DrepperFix strnlen change
2011-10-23 Liubov DmitrievaAdd optimized wcslen and strnlen for x86-32
2011-10-23 Ulrich DrepperFix WS
2011-10-23 Liubov DmitrievaAdd wcschr test cases
2011-10-23 Liubov DmitrievaAdd wcslen test cases
2011-10-23 Ulrich DrepperMore WS fixes
2011-10-23 Liubov DmitrievaFix signedness in wcscmp comparison
2011-10-20 Ulrich DrepperOptimize x86-64 rawmemchr and add test
2011-10-15 Liubov DmitrievaOptimized memcmp and wmemcmp for x86-64 and x86-32
2011-10-13 Andreas SchwabAdd memrchr tests
2011-10-12 Liubov DmitrievaOptimized memchr, memrchr, rawmemchr for x86-32
2011-10-07 Liubov Dmitrievadelete 4 lines with unused "define" macros in test...
2011-09-09 Denis Zaitceffstring/strncat.c: fix compilation for some architectures
2011-09-08 Ulrich DrepperMove wide char tests to wcsmbs directory
2011-09-08 Liubov DmitrievaNew comprehensive test for wmemcmp
2011-08-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-14 Roland McGrathMore warning patrol.
2011-08-04 Ulrich DrepperProvide better output in string tests
2011-08-04 Ulrich DrepperCleanup wcscmp test addition
2011-08-04 Liubov DmitrievaNew comprehensive test for wcscmp
2011-07-21 Ulrich DrepperAdd more tests for strcat and strncat.
2011-07-19 Liubov DmitrievaImprove 64 bit strcat functions with SSE2/SSSE3
2011-07-19 Andreas SchwabFix alloca accounting in strxfm
2011-07-07 Ulrich DrepperAdd string/test-strncat.c
2011-05-21 Ulrich DrepperFix last change
2011-05-21 Ulrich DrepperAlways fill output buffer in XPG strerror function
2011-05-21 Ulrich DrepperNicer output for negative error numbers in strerror_r
2011-04-07 Andreas SchwabRevert "Fix strncmp page test to limit length to size...
2011-04-05 Andreas SchwabFix strncmp page test to limit length to size of object
2011-03-21 Ulrich DrepperFix whitespace issue.
2011-03-21 H.J. LuHandle page boundaries in x86 SSE4.2 strncmp.
2010-12-25 Ulrich DrepperChange XPG-compliant strerror_r function to return...
2010-12-09 Jakub JelinekFix -D_FORTIFY_SOURCE memmove and bcop
2010-11-10 H.J. LuFix one exit path in x86-64 SSE4.2 str{,n}casecmp.
2010-10-26 Ulrich DrepperAdd missing file.
2010-10-26 Andreas KrebbelFix concurrency problem between dl_open and dl_iterate_phdr
2010-10-06 Ulrich DrepperAdd test case for strstr problem.
2010-10-06 Eric BlakeFix strstr and memmem algorithm.
2010-10-04 Ulrich DrepperFix handling of tail bytes of buffer in SSE2/SSSE3...
2010-08-15 Ulrich DrepperAdd optimized strncasecmp versions for x86-64.
2010-07-30 Ulrich DrepperImplement optimized strcaecmp for x86-64.
2010-07-30 Ulrich DrepperFix tolower operation in strcasestr.
2010-07-26 Ulrich DrepperAdd optimized x86-64 implementation of strnlen.
2010-07-24 Ulrich DrepperAdd performance tests for strstr and strcasestr.
2010-06-30 H.J. LuImprove 64bit memcpy/memmove for Atom, Core 2 and Core i7
2010-04-15 H.J. LuFix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S
2010-03-24 H.J. LuTest case for last x86 memcmp problem
2010-01-15 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-15 Ulrich DrepperRelax onditions in strings.h.
2010-01-10 Ulrich DrepperCleanup strings.h.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-11-10 Caolan McNamaraAvoid memset warning in one case.
2009-07-21 H.J. LuSSE4.2 strstr/strcasestr for x86-64.
2009-07-02 H.J. LuSSSE3 strcpy/stpcpy for x86-64
2009-06-23 H.J. LuAdd SSE4.2 support for strcmp and strncmp on x86-64.
2009-06-16 Jakub JelinekFix x86-64 memchr for large lengths.
2009-05-16 Andreas SchwabRemove redundant .gitignore files.
2009-05-15 Jim Meyeringrename each .cvsignore file to .gitignore
next