summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add sincosf with FMAhjl/x86/mathH.J. Lu2017-12-164-2/+35
* Add s_sincosf_data.cH.J. Lu2017-12-164-22/+58
* ldconfig: set LC_COLLATE to C [BZ #22505]Aurelien Jarno2017-12-163-0/+13
* s390: Update ulpsRajalakshmi Srinivasaraghavan2017-12-162-20/+24
* powerpc: Update ulpsRajalakshmi Srinivasaraghavan2017-12-162-20/+24
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-165-237/+307
* Fix tst-leaks1 (bug 14681)Carlos O'Donell2017-12-152-3/+24
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-1525-17/+521
* Fix testing with read-only source directory.Joseph Myers2017-12-154-2/+10
* Increase buffer size due to warning from ToT GCCSteve Ellcey2017-12-152-1/+5
* Don't set errno in Hurd rtld's __access_noerrnoThomas Schwinge2017-12-152-1/+5
* Correct build-many-glibcs.py arm-linux-gnueabihf configurations.Joseph Myers2017-12-152-2/+7
* Do not build .mo files in source directory (bug 14121).Joseph Myers2017-12-152-5/+11
* Remove old po/ code for copying .po files from shared directory.Joseph Myers2017-12-152-21/+7
* Update SPARC divrem generation to match output.Joseph Myers2017-12-157-11/+25
* powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2017-12-152-3/+151
* Convert strcmp benchmark output to json formatSiddhesh Poyarekar2017-12-152-27/+53
* Remove redundant mention of SXID_ERASESiddhesh Poyarekar2017-12-152-10/+5
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-143-9/+17
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-143-7/+20
* support: Simplify compiling most of support/ outside of glibcFlorian Weimer2017-12-1412-2/+25
* x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2017-12-142-533/+4
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-148-2/+361
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-1413-2/+1094
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-145-0/+196
* sparc: support the ADP hw capabilityJose E. Marchesi2017-12-144-3/+11
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2017-12-132-2/+34
* Fix testing with nss-crypt.Carlos O'Donell2017-12-122-1/+6
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-1233-39/+56
* x86-64: Add cosf with FMAH.J. Lu2017-12-126-4/+47
* Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey2017-12-122-1/+5
* libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella2017-12-125-2/+125
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-122-26/+1918
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-122-0/+26
* [BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy2017-12-122-2/+8
* Remove --with-fp / --without-fp.Joseph Myers2017-12-1212-66/+112
* manual: Fix a typo in locale.texi.Rical Jasan2017-12-122-1/+5
* manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]Aurelien Jarno2017-12-122-1/+6
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-1134-496/+984
* New generic cosfPaul Clarke2017-12-112-40/+218
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-1113-13/+344
* string: Replace = with += in CFLAGS-xxx.cH.J. Lu2017-12-112-9/+21
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-113-25/+30
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno2017-12-102-1/+7
* x86-64: Add sinf with FMAH.J. Lu2017-12-076-3/+47
* x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu2017-12-072-559/+4
* Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers2017-12-075-14/+30
* lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]Mike FABIAN2017-12-074-2061/+139
* Add _Float32 function aliases.Joseph Myers2017-12-0764-122/+3052
* Support defining strtof32, wcstof32 aliases.Joseph Myers2017-12-063-0/+49