]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib
Port the 0x7efe...feff pattern to GCC 6.
[thirdparty/glibc.git] / stdlib /
2015-08-06  Mike Frysingerfix missing ctype.h include
2015-08-06  Arjun ShankarModify several tests to use test-skeleton.c
2015-07-24  Siddhesh PoyarekarMention dl_load_lock by name in the comments
2015-07-23  Siddhesh PoyarekarAlso use l_tls_dtor_count to decide on object unload...
2015-07-21  Siddhesh PoyarekarRemove Linuxism from tst-tls-atexit
2015-07-16  Siddhesh PoyarekarWhitespace fixup in cxa_thread_atexit_impl.c
2015-07-14  Siddhesh PoyarekarFix up typo in tst-tls-atexit
2015-07-14  Siddhesh PoyarekarWhitespace fix in tst-tls-atexit.c
2015-07-10  Siddhesh PoyarekarRemove unnecessary mutex locks from tst-tls-atexit...
2015-07-10  Siddhesh PoyarekarAvoid boolean coercion in tst-tls-atexit test case
2015-07-07  Stefan LieblerS390: Fix "backtrace() returns infinitely deep stack...
2015-06-17  Joseph MyersFix fmtmsg addseverity namespace (bug 18539).
2015-06-02  Roland McGrathFix setenv.c diagnostic pragma to be compatible with...
2015-05-27  Marko MyllynenFix monetary.h comment
2015-05-26  Siddhesh PoyarekarFix monetary.h comment
2015-05-17  Adhemerval ZanellaFix stdlib/tst-setcontext3 with dash [BZ#18418]
2015-05-15  Wilco DijkstraRemove various ABS macros and replace uses with fabs...
2015-05-08  Carlos O'DonellBug 18125: Call exit after last linked context.
2015-04-19  Paul EggertBetter fix for setenv (..., NULL, ...)
2015-04-10  Joseph MyersFix strtof decimal rounding close to half least subnorm...
2015-03-16  Paul Eggert* stdlib/setenv.c (__add_to_environ): Revert previous...
2015-03-13  Paul Eggert* stdlib/setenv.c (__add_to_environ):
2015-03-12  Stefan LieblerS/390: Fix setcontext/swapcontext which are not restori...
2015-01-07  Eric Biggerssetenv fix memory leak when setting large, duplicate...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  Chris MetcalfFix some warnings in the absence of FP round/exception...
2014-12-30  Chris MetcalfFix a couple of -Wundef warnings.
2014-12-16  Arjun ShankarModify stdlib/tst-bsearch.c to use test-skeleton.c
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19  Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-13  Joseph MyersUse prototype definition for __strtol.
2014-11-13  Joseph MyersFix strtoll / strtoull namespace for 32-bit (bug 17594).
2014-11-12  Joseph MyersFix qsort_r namespace (bug 17571).
2014-11-05  Arjun ShankarModify several tests to use test-skeleton.c
2014-10-09  Joseph MyersDon't use INTDEF/INTUSE with __cxa_atexit (bug 14132).
2014-09-30  Will Newtonstdlib/tst-strtod-round.c: Fix build on ARM
2014-09-19  Andreas Krebbelstdlib/longlong.h: Add __udiv_w_sdiv prototype.
2014-09-12  Roland McGrathDon't use a nested function in rpmatch.
2014-09-10  Florian WeimerTurn on -Werror=implicit-function-declaration
2014-08-03  Mike Frysingertst-setcontext: fix style
2014-07-03  Maciej W. Rozyckistdlib/tst-strtod-overflow: Bump timeout up yet
2014-06-21  Roland McGrathClean up HAVE_CONFIG_H and STDC_HEADERS.
2014-06-20  Maciej W. Rozyckistdlib/tst-qsort2.c: Fix off-by-one argc interpretation...
2014-06-06  Joseph MyersDon't require test wrappers to preserve environment...
2014-06-04  Joseph MyersInclude LOCPATH in default test environment.
2014-05-20  Aurelien JarnoFix strtold on 32-bit sparc (and probably others) ...
2014-05-17  Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16  Joseph MyersUse existing makefile variables for dependencies on...
2014-05-14  Will Newtonstdlib/gmp-impl.h: Silence -Wundef warning for USE_STAC...
2014-05-01  Steve Ellcey2014-05-01 Steve Ellcey <sellcey@mips.com>
2014-04-22  Yufeng Zhang[AArch64] Use GCC builtins to count leading/tailing...
2014-04-17  Will Newtonstdlib/tst-setcontext.c: Check for clobbering of signal...
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
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-13  Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12  Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-11  Ondřej BílkaRemove unused variable from stdlib/setenv.c
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-10  Ondřej BílkaFix previous commit.
2014-02-10  Ondřej BílkaDeduplicate setenv.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-04  Joseph MyersUpdate longlong.h from GCC.
2013-11-18  Andreas SchwabProperly handle unavailable elements in LC_MONETARY...
2013-11-13  Joseph MyersFix strtod rounding of half the least subnormal (bug...
2013-10-30  Ondřej BílkaRemove code from div that is by C99 obsolete. Fixes...
2013-09-19  Liubov DmitrievaFix buffer overrun in strtod_l
2013-09-09  Allan McRaeFix memory leak in stdlib/isomac.c
2013-08-30  Ondřej BílkaFix then/than typos.
2013-08-29  Thomas Schwinge[BZ #15522] strtod ("nan(N)") returning a sNaN in some...
2013-08-29  Ondřej BílkaFix typos.
2013-08-26  Andreas SchwabFix dependencies for stdlib/tst-tls-atexit
2013-08-21  Ondřej BílkaFix typos.
2013-06-14  Joseph MyersMake tst-strtod-round use ROUNDING_TESTS.
2013-06-13  Joseph MyersRework tst-strtod-round handling of inexact results.
2013-06-08  Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07  Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06  Ondrej BilkaFix leading whitespaces.
2013-06-05  Joseph MyersRemove trailing whitespace.
2013-05-31  Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-29  Andreas JaegerBZ#15380: Fix initstate error return
2013-04-27  Andreas JaegerFix guards for qecvt
2013-04-05  Thomas SchwingeMore tests for external charater sequences representing...
2013-03-28  Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-20  Ondrej BilkaDo not warn about mblen, mbtowc and wctomb unused result.
2013-02-19  Jakub JelinekMerge branch 'master' of ssh://sourceware.org/git/glibc
2013-02-19  Jakub Jelinek * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as...
2013-02-19  Siddhesh PoyarekarFix copyright year in new files
2013-02-18  Mike Frysingerstdlib.h: use existing malloc/alloc_size attribute...
2013-02-18  Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-13  Ondrej BilkaInstall stdlib-bsearch.h header
2013-02-11  Ondrej BilkaAdd inline bsearch expansion.
2013-02-05  Carlos O'Donellgetenv: Remove check for non-standard endianness.
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 MyersUse __extension__ with long long in installed headers.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01  Joseph MyersAdd script to update copyright notices and reformat...
next