about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-0959-962/+2198
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-087-28/+47
* Fix tests-printers handling for cross compiling.Joseph Myers2016-12-082-3/+8
* Install libm.a as linker script (bug 20539).Andrew Senkevich2016-12-083-4/+26
* Add pretty printers for the NPTL lock typesMartin Galvan2016-12-0826-20/+2769
* Add build-many-glibcs.py option to strip installed shared libraries.Joseph Myers2016-12-072-2/+20
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-12-073-125/+94
* Get rid of __elision_availableAndreas Schwab2016-12-073-9/+11
* Fix typo in last ChangeLog message.Joseph Myers2016-12-071-1/+2
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-079-10/+91
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-064-10/+109
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-055-30/+82
* hurd: fix using hurd.h in C++ programsSamuel Thibault2016-12-042-3/+8
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-025-11/+21
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-026-88/+29
* Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2016-12-026-2/+92
* elf/tst-tls-manydynamic: New testFlorian Weimer2016-12-025-2/+259
* aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2016-12-023-9/+19
* S390: Regenerate ULPs.Stefan Liebler2016-12-022-6/+10
* Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler2016-12-022-0/+8
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-0244-8/+398
* Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2016-12-013-4/+8
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-0110-0/+22
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-12-012-3/+8
* powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-016-1/+337
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-0117-105/+148
* Make build-many-glibcs.py support running as a bot.Joseph Myers2016-12-012-11/+53
* Add build-many-glibcs.py bot-cycle action.Joseph Myers2016-11-302-9/+174
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-11-302-3/+6
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-3048-119/+106
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-3037-315/+595
* libio: Limit buffer size to 8192 bytes [BZ #4099]Florian Weimer2016-11-303-1/+13
* Remove out of date PROJECTS file.Carlos O'Donell2016-11-302-107/+4
* gconv: Adjust GBK to support the Euro signFlorian Weimer2016-11-292-2/+19
* Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey2016-11-299-0/+124
* powerpc: Add hidden definition for __sigsetjmpFlorian Weimer2016-11-294-0/+20
* powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer2016-11-293-4/+9
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-2912-157/+81
* Make ilogb wrappers type-generic.Joseph Myers2016-11-288-96/+21
* Work around IA64 tst-setcontext2.c compile failure.Joseph Myers2016-11-282-0/+26
* Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases.Joseph Myers2016-11-282-18/+25
* X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu2016-11-282-1/+8
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2834-167/+384
* Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey2016-11-283-16/+28
* Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers2016-11-282-3/+5
* Minor problems exposed by compiling C++ tests under _ISOMAC.Zack Weinberg2016-11-273-1/+7
* hurd: fix using hurd/signal.h in C++ programsSamuel Thibault2016-11-272-3/+8
* localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864]Mike Frysinger2016-11-262-0/+12
* Make build-many-glibcs.py store more information about builds.Joseph Myers2016-11-262-4/+124
* Make build-many-glibcs.py re-exec itself if changed by checkout.Joseph Myers2016-11-252-0/+22