Fix missing newline in test output
[platform/upstream/glibc.git] / string /
2014-07-07 Adhemerval ZanellaPowerPC: optimized memmove for POWER7/PPC64
2014-07-04 Will Newtonstring/memchr.c: Merge from gnulib
2014-07-02 Siddhesh PoyarekarFix -Wundef warning on PAGE_COPY_THRESHOLD
2014-06-16 Andreas SchwabUpdate feature guard for strdup/strndup in <bits/string2.h>
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-06-04 Joseph MyersInclude LOCPATH in default test environment.
2014-05-01 David S. MillerFix v9/64-bit strcmp when string ends in multiple zero...
2014-04-07 Will Newtonstring: Cosmetic cleanup of string functions
2014-03-21 Adhemerval ZanellaPowerPC: optimized strpbrk for POWER7
2014-03-20 Adhemerval ZanellaPowerPC: optimized strcspn for PPC64/POWER7
2014-03-11 Vidya RanganathanPowerPC: strspn optimization for PPC64/POWER7
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-03 Rajalakshmi Sriniv... PowerPC: strrchr optimization for POWER7/PPC64
2014-02-28 Ondřej BílkaMake strtok benchmark competive.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-14 Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
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
next