| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ldbl-128ibm sqrtl (sNaN) (bug 20153). | Joseph Myers | 2016-05-26 | 2 | -5/+7 |
* | Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151). | Joseph Myers | 2016-05-26 | 3 | -4/+11 |
* | Add more sNaN tests to libm-test.inc. | Joseph Myers | 2016-05-26 | 2 | -0/+118 |
* | Support sNaN testing in libm-test.inc. | Joseph Myers | 2016-05-26 | 4 | -8/+56 |
* | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2016-05-26 | 4 | -3/+12 |
* | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 16 | -44/+296 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 63 | -46/+464 |
* | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 2016-05-25 | 16 | -28/+72 |
* | Refactor tst-strtod-round.c for type-generic-ness | Paul E. Murphy | 2016-05-25 | 5 | -4360/+3638 |
* | Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 7 | -18/+47 |
* | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 7 | -18/+49 |
* | Fix UTF-16 surrogate handling. [BZ #19727] | Stefan Liebler | 2016-05-25 | 6 | -3/+292 |
* | Fix ucs4le_internal_loop in error case. [BZ #19726] | Stefan Liebler | 2016-05-25 | 4 | -1/+128 |
* | S390: Fix utf32 to utf16 handling of low surrogates (disable cu42). | Stefan Liebler | 2016-05-25 | 2 | -93/+67 |
* | S390: Fix utf32 to utf8 handling of low surrogates (disable cu41). | Stefan Liebler | 2016-05-25 | 2 | -73/+120 |
* | S390: Use s390-64 specific ionv-modules on s390-32, too. | Stefan Liebler | 2016-05-25 | 7 | -46/+107 |
* | S390: Optimize utf16-utf32 module. | Stefan Liebler | 2016-05-25 | 2 | -92/+384 |
* | S390: Optimize utf8-utf16 module. | Stefan Liebler | 2016-05-25 | 2 | -106/+446 |
* | S390: Optimize utf8-utf32 module. | Stefan Liebler | 2016-05-25 | 2 | -184/+485 |
* | S390: Optimize iso-8859-1 to ibm037 iconv-module. | Stefan Liebler | 2016-05-25 | 2 | -37/+61 |
* | S390: Optimize builtin iconv-modules. | Stefan Liebler | 2016-05-25 | 3 | -0/+1275 |
* | S390: Optimize 8bit-generic iconv modules. | Stefan Liebler | 2016-05-25 | 5 | -0/+460 |
* | S390: Configure check for vector support in gcc. | Stefan Liebler | 2016-05-25 | 4 | -0/+64 |
* | S390: Get rid of make warning: overriding recipe for target gconv-modules. | Stefan Liebler | 2016-05-25 | 4 | -54/+65 |
* | Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479). | Joseph Myers | 2016-05-24 | 5 | -4/+16 |
* | Fixup usage of MIN_EXP in libm-test.inc | Paul E. Murphy | 2016-05-24 | 2 | -11/+16 |
* | Fixup usage of MANT_DIG in libm-test.inc | Paul E. Murphy | 2016-05-24 | 2 | -46/+51 |
* | Refactor tst-strtod-round.c | Paul E. Murphy | 2016-05-24 | 4 | -12357/+12416 |
* | Do not raise "inexact" from generic round (bug 15479). | Joseph Myers | 2016-05-24 | 7 | -141/+111 |
* | Do not raise "inexact" from generic floor (bug 15479). | Joseph Myers | 2016-05-24 | 5 | -45/+38 |
* | Do not raise "inexact" from generic ceil (bug 15479). | Joseph Myers | 2016-05-24 | 5 | -42/+36 |
* | Avoid an extra branch to PLT for -z now | H.J. Lu | 2016-05-24 | 5 | -2/+24 |
* | S390: Implement mempcpy with help of memcpy. [BZ #19765] | Stefan Liebler | 2016-05-24 | 9 | -45/+185 |
* | S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt. | Stefan Liebler | 2016-05-24 | 8 | -5/+32 |
* | S390: Use 64bit instruction to check for copies of > 1MB with mvcle. | Stefan Liebler | 2016-05-24 | 2 | -1/+6 |
* | S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant. | Stefan Liebler | 2016-05-24 | 2 | -1/+6 |
* | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer | 2016-05-24 | 3 | -15/+10 |
* | Refactor tst-strtod6.c | Paul E. Murphy | 2016-05-23 | 2 | -65/+41 |
* | Refactor bug-strtod2.c to be type generic | Paul E. Murphy | 2016-05-23 | 2 | -18/+35 |
* | Refactor bug-strtod.c to better test new types. | Paul E. Murphy | 2016-05-23 | 3 | -65/+96 |
* | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] | Florian Weimer | 2016-05-23 | 3 | -1/+20 |
* | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 2016-05-23 | 9 | -15/+213 |
* | conformtest: Correct some limits.h expectations for XPG3, XPG4. | Joseph Myers | 2016-05-23 | 3 | -4/+16 |
* | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 2016-05-23 | 2 | -1/+42 |
* | Remove special L2 cache case for Knights Landing | H.J. Lu | 2016-05-20 | 2 | -2/+6 |
* | conformtest: Correct ftw.h expectations for XPG3, XPG4. | Joseph Myers | 2016-05-20 | 3 | -1/+23 |
* | manual: fix typos in error reporting | ricaljasan@pacific.net | 2016-05-19 | 2 | -11/+15 |
* | manual: fix typo in the introduction | ricaljasan@pacific.net | 2016-05-19 | 2 | -1/+5 |
* | Implement proper fmal for ldbl-128ibm (bug 13304). | Joseph Myers | 2016-05-19 | 4 | -6148/+6404 |
* | Correct Intel processor level type mask from CPUID | H.J. Lu | 2016-05-19 | 2 | -1/+7 |