about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).Joseph Myers2016-06-088-6/+21
* Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers2016-06-083-0/+10
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-0820-1490/+474
* X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu2016-06-089-319/+101
* Generate new format names in auto-libm-test-outPaul E. Murphy2016-06-084-307667/+307674
* Remove type specific information from auto-libm-test-inPaul E. Murphy2016-06-083-2864/+2877
* Remove CHOOSE() macro from libm-tests.incPaul E. Murphy2016-06-0821-39/+73
* Apply LIT(x) to floating point literals in libm-test.cPaul E. Murphy2016-06-083-95/+145
* malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer2016-06-082-4/+15
* Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers2016-06-073-0/+8
* Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers2016-06-073-0/+10
* Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu2016-06-072-4/+16
* Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell2016-06-072-5/+26
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-0637-8/+215
* Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu2016-06-062-1/+6
* Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers2016-06-063-1/+10
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-0611-199/+155
* Consolidate preadv/preadv64 implementationAdhemerval Zanella2016-06-0611-200/+155
* Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers2016-06-063-1/+10
* powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho2016-06-066-6/+42
* tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler2016-06-062-0/+5
* 2016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-053-12/+5
* tst-rec-dlopen: Use interposed malloc instead of hooksFlorian Weimer2016-06-052-25/+68
* Use __typeof instead of typeofAndreas Schwab2016-06-042-1/+5
* Fix include/wchar.h for C++Carlos O'Donell2016-06-032-1/+5
* Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers2016-06-033-1/+14
* libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer2016-06-032-3/+8
* Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell2016-06-023-8/+19
* fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2016-06-012-33/+19
* Merge branch 'master' of ssh://sourceware.org/git/glibcPaul Pluzhnikov2016-05-304-1/+18
|\
| * hurd: disable ifunc for nowSamuel Thibault2016-05-303-0/+11
| * Add more hurd exception to local headers listSamuel Thibault2016-05-302-1/+7
* | 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-05-303-84/+6
|/
* posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella2016-05-302-1/+7
* stpcpy is part of POSIX.1-2008 [BZ #3629]Roland McGrath2016-05-302-3/+9
* hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault2016-05-302-1/+11
* Count number of logical processors sharing L2 cacheH.J. Lu2016-05-272-34/+122
* Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers2016-05-2713-12/+101
* Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers2016-05-2713-12/+103
* Replace M_El with lit_e in libm-test.incPaul E. Murphy2016-05-272-3/+13
* Replace M_PI_4l with lit_pi_4_d in libm-test.incPaul E. Murphy2016-05-272-26/+33
* Replace M_PIl with lit_pi in libm-test.incPaul E. Murphy2016-05-272-38/+45
* Replace M_PI2l with lit_pi_2_d in libm-test.incPaul E. Murphy2016-05-275-157/+172
* Refactor M_ macros defined in libm-test.incPaul E. Murphy2016-05-272-33/+54
* Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2016-05-273-5/+28
* Remove unused macros from libm-test.inc.Joseph Myers2016-05-272-25/+8
* Refactor type specific macros using regexesPaul E. Murphy2016-05-272-343/+343
* Begin refactor of libm-test.incPaul E. Murphy2016-05-275-94/+187
* Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers2016-05-276-0/+25
* Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers2016-05-262-5/+7