| Commit message (Expand) | Author | Age | Files | Lines |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 1 | -0/+94 |
* | Add getpayloadl to libnldbl. | Joseph Myers | 2016-10-26 | 1 | -0/+7 |
* | Use read_int in vfscanf | Gabriel F. T. Gomes | 2016-10-26 | 1 | -0/+5 |
* | malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] | Florian Weimer | 2016-10-26 | 1 | -0/+16 |
* | iconv: Avoid writable data and relocations in ISO646 | Florian Weimer | 2016-10-26 | 1 | -0/+6 |
* | iconv: Avoid writable data and relocations in IBM charsets | Florian Weimer | 2016-10-26 | 1 | -0/+13 |
* | Remove redundant definitions of M_ARENA_* macros | Siddhesh Poyarekar | 2016-10-26 | 1 | -0/+2 |
* | Remove references to sbrk to grow/shrink arenas | Siddhesh Poyarekar | 2016-10-26 | 1 | -0/+3 |
* | Document the M_ARENA_* mallopt parameters | Siddhesh Poyarekar | 2016-10-26 | 1 | -0/+4 |
* | Add note on MALLOC_MMAP_* environment variables | Siddhesh Poyarekar | 2016-10-26 | 1 | -0/+5 |
* | Fix atomic_fetch_xor_release. | Carlos O'Donell | 2016-10-26 | 1 | -0/+6 |
* | Add tests for strfrom functions | Rajalakshmi Srinivasaraghavan | 2016-10-25 | 1 | -0/+5 |
* | Refactor strtod tests | Rajalakshmi Srinivasaraghavan | 2016-10-25 | 1 | -0/+8 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+47 |
* | Fix cmpli usage in power6 memset. | Joseph Myers | 2016-10-25 | 1 | -0/+7 |
* | * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast. | Yury Norov | 2016-10-24 | 1 | -0/+9 |
* | Fix Linux sh4 pread/pwrite argument passing | Adhemerval Zanella | 2016-10-24 | 1 | -0/+16 |
* | Fix -Wformat-length warning in tst-setgetname.c | Steve Ellcey | 2016-10-24 | 1 | -0/+4 |
* | math.h: Wrap C++ bits in extern "C++" | Florian Weimer | 2016-10-22 | 1 | -0/+6 |
* | Use -fno-builtin for sqrt benchmark. | Joseph Myers | 2016-10-21 | 1 | -0/+4 |
* | powerpc: Cleanup fenv_private.h | Paul Murphy | 2016-10-21 | 1 | -0/+42 |
* | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 2016-10-21 | 1 | -0/+8 |
* | Use VSQRT instruction for ARM sqrt (bug 20660). | Joseph Myers | 2016-10-20 | 1 | -0/+6 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 1 | -0/+6 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+62 |
* | Fix Linux fallocate tests for EOPNOTSUPP | Adhemerval Zanella | 2016-10-18 | 1 | -0/+7 |
* | Bug 20689: Fix FMA and AVX2 detection on Intel | Carlos O'Donell | 2016-10-17 | 1 | -0/+6 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 1 | -0/+63 |
* | S390: Fix fp comparison not raising FE_INVALID. | Stefan Liebler | 2016-10-17 | 1 | -0/+4 |
* | hppa: Optimize atomic_compare_and_exchange_val_acq | John David Anglin | 2016-10-15 | 1 | -0/+9 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+69 |
* | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 2016-10-14 | 1 | -0/+5 |
* | Clean up some complex functions raising FE_INVALID. | Joseph Myers | 2016-10-14 | 1 | -0/+9 |
* | Add more totalorder tests. | Joseph Myers | 2016-10-12 | 1 | -0/+4 |
* | Fix posix_fadvise64 build on mips64n64 | Adhemerval Zanella | 2016-10-12 | 1 | -0/+6 |
* | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu | 2016-10-12 | 1 | -0/+6 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+83 |
* | Consolidate Linux sync_file_range implementations | Adhemerval Zanella | 2016-10-11 | 1 | -0/+10 |
* | resolv: Compile without -Wno-write-strings | Florian Weimer | 2016-10-11 | 1 | -0/+7 |
* | Avoid M_NAN + M_NAN in complex functions. | Joseph Myers | 2016-10-11 | 1 | -0/+6 |
* | hurd: Fix unused variable warning | Samuel Thibault | 2016-10-10 | 1 | -0/+5 |
* | powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554) | Alan Modra | 2016-10-09 | 1 | -0/+7 |
* | Make iseqsig handle excess precision. | Joseph Myers | 2016-10-07 | 1 | -0/+7 |
* | Fix iseqsig for ports that do not support FE_INVALID | Adhemerval Zanella | 2016-10-07 | 1 | -0/+2 |
* | Consolidate posix_fadvise implementations | Adhemerval Zanella | 2016-10-07 | 1 | -0/+36 |
* | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 1 | -0/+37 |
* | Consolidate fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 1 | -0/+22 |
* | resolv: Remove RES_USEBSTRING and its implementation [BZ #20629] | Florian Weimer | 2016-10-07 | 1 | -0/+13 |
* | resolv: Remove RES_NOIP6DOTINT and its implementation | Florian Weimer | 2016-10-07 | 1 | -0/+11 |
* | resolv: Deprecate unimplemented flags | Florian Weimer | 2016-10-07 | 1 | -0/+11 |