aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-12-09sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)Andreas Schwab
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski
2019-12-05timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski
2019-12-05timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski
2019-12-05Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie
2019-12-05misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar
2019-12-05build-many-glibcs.py: Move sparcv8 to extra_glibcsAdhemerval Zanella
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis
2019-12-04sysdeps: Add clock_gettime64 vDSOAlistair Francis
2019-12-04Do not use ld.so to open statically linked programs in debugglibc.shGabriel F. T. Gomes
2019-12-04Attach to test in container from debugglibc.shGabriel F. T. Gomes
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-12-03x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer
2019-12-03ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes
2019-12-03ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan
2019-12-03ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault