about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* RFC: powerpc64le: Enable support for IEEE long double gabriel/powerpc-ieee128-printscanGabriel F. T. Gomes2019-12-1318-43/+365
* powerpc64le: Require a compiler with -mno-gnu-attributeGabriel F. T. Gomes2019-12-135-1/+55
* ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes2019-12-131-0/+14
* Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2019-12-132-0/+18
* ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho2019-12-131-0/+6
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-1310-2/+48
* ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2019-12-136-3/+113
* Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes2019-12-136-59/+62
* Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes2019-12-138-385/+424
* ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes2019-12-1322-39/+522
* ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes2019-12-133-4/+12
* hurd: Fix local PLTSamuel Thibault2019-12-135-6/+23
* dlopen: Do not block signalsFlorian Weimer2019-12-131-26/+11
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-135-58/+62
* dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer2019-12-1323-32/+992
* hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault2019-12-134-6/+37
* hurd: add getrandom and getentropy implementationsAndrew Eggenberger2019-12-132-0/+107
* hurd: Implement __close_nocancel_nostatusSamuel Thibault2019-12-131-0/+62
* manual: clarify fopen with the x flagPaul Eggert2019-12-111-1/+3
* S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler2019-12-111-0/+1
* S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler2019-12-111-0/+53
* S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler2019-12-111-0/+46
* S390: Use libc_fe* macros in fe* functions.Stefan Liebler2019-12-119-124/+27
* S390: Implement libc_fe* macros.Stefan Liebler2019-12-111-0/+250
* S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler2019-12-113-0/+127
* S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler2019-12-113-0/+142
* S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler2019-12-113-0/+151
* S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler2019-12-113-0/+166
* S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler2019-12-113-0/+116
* Adjust s_copysignl.c regarding code style.Stefan Liebler2019-12-111-8/+9
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-112-53/+92
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-112-54/+90
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-112-40/+53
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-112-55/+68
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-116-15/+31
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-116-1/+37
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-116-18/+52
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-116-18/+115
* Always use wordsize-64 version of s_round.c.Stefan Liebler2019-12-112-93/+12
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-115-73/+13
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-115-96/+21
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-115-125/+46
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-113-75/+17
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-113-88/+17
* ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer2019-12-111-2/+3
* hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault2019-12-111-13/+14
* Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)Carlos O'Donell2019-12-101-0/+3