aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-13RFC: powerpc64le: Enable support for IEEE long doublegabriel/powerpc-ieee128-printscanGabriel F. T. Gomes
2019-12-13powerpc64le: Require a compiler with -mno-gnu-attributeGabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes
2019-12-13Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho
2019-12-13Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2019-12-13ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes
2019-12-13Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes
2019-12-13Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes
2019-12-13hurd: Fix local PLTSamuel Thibault
2019-12-13dlopen: Do not block signalsFlorian Weimer
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-12-13hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault
2019-12-13hurd: add getrandom and getentropy implementationsAndrew Eggenberger
2019-12-13hurd: Implement __close_nocancel_nostatusSamuel Thibault
2019-12-11manual: clarify fopen with the x flagPaul Eggert
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler
2019-12-11S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler
2019-12-11S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler
2019-12-11S390: Use libc_fe* macros in fe* functions.Stefan Liebler
2019-12-11S390: Implement libc_fe* macros.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler
2019-12-11S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler
2019-12-11ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer
2019-12-11hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault
2019-12-10Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)Carlos O'Donell