]> git.ipfire.org Git - thirdparty/glibc.git/history - string
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / string /
2019-10-02  Alistair Francisstring/endian.h: Restore the __USE_MISC conditionals
2019-10-02  Joseph MyersDisable warnings in string/tester.c at top level.
2019-10-01  Alistair FrancisSplit up endian.h to minimize exposure of BYTE_ORDER.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-30  Wilco DijkstraUse generic memset/memcpy/memmove in benchtests
2019-08-23  Paul EggertFix spellings of contributor names in comments and doc
2019-08-21  Zack WeinbergDon't use the argument to time.
2019-08-13  Joseph MyersDeclare memccpy, strdup, strndup for C2X.
2019-06-19  Stefan LieblerFix gcc 9 build errors for make xcheck. [BZ #24556]
2019-06-12  Wilco DijkstraImprove performance of memmem
2019-06-12  Wilco DijkstraImprove performance of strstr
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-01-07  Aurelien JarnoOnly build libm with -fno-math-errno (bug 24024)
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-19  Wilco DijkstraFix strstr bug with huge needles (bug 23637)
2018-08-28  Rajalakshmi Sriniv... Speedup first memmem match
2018-08-03  Wilco DijkstraSimplify and speedup strstr/strcasestr first match
2018-07-26  Stefan LieblerFix string/tst-xbzero-opt if build with gcc head.
2018-07-24  H.J. LuAdd <bits/indirect-return.h>
2018-07-16  Wilco DijkstraImprove strstr performance
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-26  Florian WeimerRun thread shutdown functions in an explicit order
2018-06-20  Joseph MyersFix tst-cmp.c build with GCC mainline.
2018-06-20  Joseph MyersFix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.
2018-06-14  Joseph MyersIgnore -Wrestrict for one strncat test.
2018-05-23  H.J. LuAdd a test case for [BZ #23196]
2018-05-23  Andreas SchwabDon't write beyond destination in __mempcpy_avx512_no_v...
2018-03-23  Andrew SenkevichFix i386 memmove issue (bug 22644).
2018-02-26  Joseph MyersFix another -Os strcoll build issue.
2018-02-15  Joseph MyersUse libc_hidden_* for argz_next, __argz_next (bug 15105).
2018-02-06  Joseph MyersUnify and simplify bits/byteswap.h, bits/byteswap-16...
2018-02-06  Joseph MyersMove string/testcopy.c to test-driver.c and xmalloc...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-18  Joseph MyersDisable strncat test array-bounds warnings for GCC 8.
2017-12-11  H.J. Lustring: Replace = with += in CFLAGS-xxx.c
2017-11-14  Joseph MyersFix string/tester.c build with GCC 8.
2017-11-14  Joseph MyersFix string/bug-strncat1.c build with GCC 8.
2017-10-30  Florian Weimerffsl, ffsll: Declare under __USE_MISC, not just __USE_GNU
2017-10-01  H.J. LuHide internal __strsep function [BZ #18822]
2017-08-23  H.J. Lustring/stratcliff.c: Replace int with size_t [BZ #21982]
2017-08-18  H.J. LuMark internal argz functions with attribute_hidden...
2017-08-08  Joseph MyersDo not use __ptr_t.
2017-07-06  Joseph MyersIncrease some test timeouts.
2017-06-23  Florian Weimerx86-64: memcmp-avx2-movbe.S needs saturating subtractio...
2017-06-21  Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21  Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-20  Zack WeinbergFix fallout from bits/string.h removal.
2017-06-20  Zack WeinbergRemove bits/string.h.
2017-06-14  Zack WeinbergRemove __need macros from errno.h (__need_Emath, __need...
2017-06-12  Wilco DijkstraFix build issue on x86.
2017-06-12  Wilco Dijkstra2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
2017-06-08  H.J. LuAdd more tests for memchr
2017-05-25  H.J. LuAdd memchr tests for n == 0
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-10  Joseph MyersFix rawmemchr build with GCC 8.
2017-04-05  Wainer dos Santos... Add page tests to string/test-strnlen.
2017-03-29  Adhemerval ZanellaFix i686 memchr overflow calculation (BZ#21182)
2017-03-23  Wainer dos Santos... Update string tests to use the support test driver.
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-13  Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-03-02  Zack WeinbergMiscellaneous low-risk changes preparing for _ISOMAC...
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-02-16  Zack WeinbergClean up redundancies between string.h and strings.h.
2017-02-15  Wilco DijkstraRemove the str(n)cmp inlines from string/bits/string2...
2017-02-10  Wilco DijkstraGLIBC uses strchr (s, '\0') as an idiom to find the...
2017-01-25  Florian Weimerstring/tst-strcoll-overflow: Do not accept timeout...
2017-01-17  Stefan LieblerS390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]
2017-01-11  Joseph MyersMake endian-conversion macros always return correct...
2017-01-09  Adhemerval ZanellaMove fortified explicit_bzero back to string3
2017-01-05  Adhemerval ZanellaUse fortify macros for b{zero,copy} along decl from...
2017-01-04  Joseph MyersFix string/tester.c for GCC 7 -Wstringop-overflow=.
2017-01-03  Adhemerval ZanellaFix x86 strncat optimized implementation for large...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-27  Adhemerval ZanellaFix x86_64 memchr for large input sizes
2016-12-26  Nick AlcockDisable stack protector in early static initialization...
2016-12-21  Wilco DijkstraThis patch cleans up the strsep implementation and...
2016-12-20  Florian WeimerDo not require memset elimination in explicit_bzero...
2016-12-16  Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-16  Adhemerval ZanellaFix typos and missing closing bracket in test-memchr.c
2016-12-16  Adhemerval ZanellaFix powerpc64/power7 memchr for large input sizes
2016-12-14  Wilco DijkstraImprove strtok and strtok_r performance. Instead of...
2016-12-14  Wilco DijkstraImprove generic rawmemchr for targets that don't have an
2016-11-16  Zack WeinbergCorrect comments in string.h re strcoll_l, strxfrm_l.
2016-11-14  Zack WeinbergFix typo in string/bits/string2.h.
2016-10-30  Carlos O'DonellBug 20729: Fix building with -Os.
2016-09-30  Adhemerval ZanellaRemove C++ style comments from string3.h
2016-08-26  Florian Weimerstring: More tests for strcmp, strcasecmp, strncmp...
2016-08-03  David S. MillerFix wide-char testsuite SIGBUS on platforms such as...
2016-08-02  Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-05-18  H.J. LuClear destination buffer updated by the previous run
2016-04-18  Wilco DijkstraMove mempcpy, strcpy and stpcpy inlines to string/strin...
2016-04-15  Wilco DijkstraRemove pre GCC3.2 optimizations from string/bits/string2.h.
2016-04-01  Adhemerval ZanellaUse PTR_ALIGN_DOWN on strcspn and strspn
2016-04-01  Adhemerval ZanellaImprove generic strpbrk performance
2016-04-01  Adhemerval ZanellaImprove generic strspn performance
2016-04-01  Wilco DijkstraImprove generic strcspn performance
next