* manual/process.texi: Document MTASC-safety properties.
[jlayton/glibc.git] / string /
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-23 Brooks MosesDefine __CORRECT_ISO_CPP_STRING_H_PROTO correctly for...
2013-12-13 Adhemerval ZanellaPowerPC: multiarch wordcopy for PowerPC64
2013-12-13 Adhemerval ZanellaPowerPC: multirach memcmp for PowerPC64
2013-12-06 Adhemerval ZanellaPowerPC: multiarch strchrnul for PowerPC32
2013-12-06 Adhemerval ZanellaPowerPC: multiarch rawmemchr for PowerPC32
2013-12-06 Adhemerval ZanellaPowerPC: multiarch memchr for PowerPC32
2013-12-06 Adhemerval ZanellaPowerPC: multiarch mempcpy for PowerPC32
2013-11-26 Ondřej BílkaRemove duplicate ifunc tests.
2013-11-10 Samuel ThibaultFix build on hurd
2013-10-04 Alan Modrastring/tester memrchr test
2013-10-04 Alan Modrastring/test-memcpy error reporting
2013-09-23 Siddhesh PoyarekarCheck for integer overflow in cache size computation...
2013-09-23 Siddhesh PoyarekarFall back to non-cached sequence traversal and comparis...
2013-09-20 Andreas SchwabMake __ffs hidden
2013-09-05 Adhemerval ZanellaAdd memrchr testcase
2013-08-27 Andreas SchwabFix missing declaration of LC_CTYPE nonascii-case element
2013-08-20 Siddhesh PoyarekarSimplify strcoll implementation
2013-06-26 H.J. LuAdd a test for BZ #15674
2013-06-21 Adhemerval ZanellaFix loop construction to functions calls
2013-06-11 Siddhesh PoyarekarRemove performance-related bits from string tests
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-04 Siddhesh PoyarekarAdd copyright header to test-strchrnul.c
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-01 Ondrej BilkaRemove duplicate __strcmp_cg
2013-02-17 Andreas JaegerSort Versions files
2013-02-15 Joseph MyersRemove bounded-pointers build system support.
2013-02-15 Joseph MyersRemove miscellaneous bounded-pointers relics in C code.
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-13 Ondrej BilkaCall memcpy in generic mempcpy
2013-02-11 Tom de VriesFix typo, improve comment, remove superfluous #undefs...
2013-02-11 Tom de VriesRemove dead CFLAGS lines from string/Makefile
2013-02-08 Roland McGrathRemove dead variable in generic strcpy.
2013-02-08 Joseph MyersRemove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C...
2013-02-07 Roland McGrathRemove lots of inline keywords.
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
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
next