]> git.ipfire.org Git - thirdparty/glibc.git/history - string
Optimize nearbyint{,f} on sparc.
[thirdparty/glibc.git] / string /
2013-01-11  Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-11  H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10  Joseph MyersRemove __GNUC__ conditions for "long long" from string...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-27  2012-12-27 Bruno... BZ#14317: Optimze __xpg_strerror_r
2012-11-07  Maxim KuvyrkovUse memcpy in memmove when possible
2012-10-24  Joseph MyersDefine and use $(run-built-tests).
2012-10-20  H.J. LuAdd string IFUNC tests
2012-10-19  H.J. LuAdd a testcase for BZ #14716
2012-10-16  Maxim KuvyrkovFix BZ #14716: memmem crash
2012-10-12  Andreas SchwabAvoid PLT references from __get_clockfreq on powerpc
2012-10-11  H.J. LuFramework to test IFUNC implementations on target
2012-10-11  H.J. LuUse IFUNC memmove/memset in x86-64 bcopy/bzero
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 glibc-2.16.90
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
next