]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib
Improve libm-test XFAILing for ibm128-libgcc.
[thirdparty/glibc.git] / stdlib /
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-14  Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14  Gabriel F. T. GomesFix arg used as litteral suffix in tst-strfrom.h
2016-12-12  Florian WeimerAdd getentropy, getrandom, <sys/random.h> [BZ #17252]
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-11  Joseph MyersIgnore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.
2016-10-28  Joseph MyersMake strtod raise "inexact" exceptions (bug 19380).
2016-10-25  Rajalakshmi Sriniv... Add tests for strfrom functions
2016-10-25  Rajalakshmi Sriniv... Refactor strtod tests
2016-10-25  Gabriel F. T. GomesAdd strfromd, strfromf, and strfroml functions
2016-09-21  Joseph MyersAdd <stdint.h> integer width macros.
2016-09-19  Joseph MyersAdd <limits.h> integer width macros.
2016-08-19  Paul E. MurphyAdd tst-wcstod-round
2016-06-23  Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-06-09  Florian Weimerquick_exit tests: Do not use C++ headers
2016-06-07  Carlos O'DonellBug 20198: quick_exit should not call destructors.
2016-05-25  Paul E. MurphyRefactor tst-strtod-round.c for type-generic-ness
2016-05-24  Paul E. MurphyRefactor tst-strtod-round.c
2016-05-23  Paul E. MurphyRefactor tst-strtod6.c
2016-05-23  Paul E. MurphyRefactor bug-strtod2.c to be type generic
2016-05-23  Paul E. MurphyRefactor bug-strtod.c to better test new types.
2016-05-17  Joseph MyersDo not declare grantpt, ptsname, unlockpt in stdlib...
2016-05-17  Joseph MyersFix stdlib.h rand_r namespace (bug 20074).
2016-05-17  Joseph MyersCorrect ttyslot header declaration conditions (bug...
2016-04-15  Yvan RouxSuppress GCC 6 warning about ambiguous 'else' with...
2016-04-14  Florian WeimerRemove union wait [BZ #19613]
2016-04-13  Andreas SchwabRegister extra test objects
2016-04-04  Florian Weimerstrfmon_l: Use specified locale for number formatting...
2016-02-11  Szabolcs Nagy[ARM] add missing -funwind-tables to test case (bug...
2016-01-15  Martin SeborFix build failures with -DDEBUG.
2016-01-07  Mike Frysingerlonglong: fix sh -Wundef builds
2016-01-07  Andrew Stubbslonglong: add SH FDPIC support
2016-01-07  Richard Hendersonlonglong.h: Disable alpha umul_ppmm for old g++
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-11  Steve Ellcey Fix indentation.
2015-12-04  Joseph MyersFix nan functions handling of payload strings (bug...
2015-11-24  Joseph MyersRefactor strtod parsing of NaN payloads.
2015-11-24  Joseph MyersFix strtod ("NAN(I)") in Turkish locales (bug 19266).
2015-11-23  Joseph MyersFix strtol in Turkish locales (bug 19242).
2015-10-27  Joseph MyersRemove GCC version conditionals on -Wmaybe-uninitialize...
2015-10-20  Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-20  Joseph MyersConvert 29 more function definitions to prototype style...
2015-10-20  Joseph MyersConvert 24 more function definitions to prototype style...
2015-10-19  Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-12  Andreas SchwabAdd dependencies on needed locales in each subdir tests...
2015-10-06  Florian WeimerHarden tls_dtor_list with pointer mangling [BZ #19018]
2015-09-23  Joseph MyersRefactor code forcing underflow exceptions.
2015-09-23  Joseph MyersUse math_narrow_eval more consistently.
2015-09-17  H.J. LuUse __pthread_setcancelstate in libc.a
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
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'
next