| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ulps for pow on hppa. | John David Anglin | 2018-02-17 | 2 | -0/+7 |
* | manual: Fix a syntax error. | Rical Jasan | 2018-02-16 | 2 | -1/+6 |
* | Add runtime check if mutex will be elided in tst-mutex8 testcases. | Stefan Liebler | 2018-02-16 | 3 | -47/+89 |
* | Document use of CC and CFLAGS in more detail (bug 20980, bug 21234). | Joseph Myers | 2018-02-15 | 3 | -12/+41 |
* | Fix hppa local PLT entries for sigprocmask (bug 18124). | Joseph Myers | 2018-02-15 | 4 | -3/+12 |
* | Use libc_hidden_* for argz_next, __argz_next (bug 15105). | Joseph Myers | 2018-02-15 | 3 | -0/+10 |
* | Use libc_hidden_* for __cmsg_nxthdr (bug 15105). | Joseph Myers | 2018-02-15 | 3 | -0/+9 |
* | Use libc_hidden_* for fputs (bug 15105). | Joseph Myers | 2018-02-15 | 3 | -0/+10 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-15 | 9 | -6/+41 |
* | [AArch64] Fix include. | Wilco Dijkstra | 2018-02-15 | 2 | -1/+5 |
* | Remove mplog and mpexp | Wilco Dijkstra | 2018-02-15 | 22 | -342/+28 |
* | S390: Regenerate ULPs. | Stefan Liebler | 2018-02-15 | 2 | -68/+24 |
* | Update SH libm-tests-ulps | Adhemerval Zanella | 2018-02-14 | 2 | -48/+449 |
* | powerpc: Update pow() ULPs | Tulio Magno Quites Machado Filho | 2018-02-12 | 2 | -0/+7 |
* | [BZ #19239] Don't include sys/sysmacros.h from sys/types.h. | Zack Weinberg | 2018-02-12 | 4 | -58/+21 |
* | Remove slow paths from exp | Szabolcs Nagy | 2018-02-12 | 18 | -189/+43 |
* | Remove slow paths from pow | Wilco Dijkstra | 2018-02-12 | 26 | -525/+90 |
* | nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE... | Samuel Thibault | 2018-02-11 | 2 | -5/+16 |
* | linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433] | Dmitry V. Levin | 2018-02-10 | 2 | -8/+7 |
* | [BZ #22830] malloc_stats: restore cancellation for stderr correctly. | Zack Weinberg | 2018-02-10 | 4 | -1/+227 |
* | [AArch64] Fix testsuite error due to fpsr/fscr change | Wilco Dijkstra | 2018-02-10 | 2 | -0/+6 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 61 | -4/+24818 |
* | Fix narrowing function tests build for powerpc64le. | Joseph Myers | 2018-02-10 | 2 | -0/+16 |
* | [RISC-V] Fix parsing flags in ELF64 files. | DJ Delorie | 2018-02-09 | 2 | -1/+8 |
* | Handle narrowing function sNaN test disabling based on argument format. | Joseph Myers | 2018-02-09 | 4 | -1/+13 |
* | Add test infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 27 | -57/+668 |
* | Add build infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 8 | -1/+516 |
* | Remove unused math/Makefile variable libm-test-incs. | Joseph Myers | 2018-02-09 | 2 | -2/+4 |
* | [AArch64] Use builtins for fpcr/fpsr | Wilco Dijkstra | 2018-02-09 | 2 | -4/+16 |
* | manual: Fix Texinfo warnings about improper node names. | Rical Jasan | 2018-02-09 | 4 | -6/+12 |
* | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b... | Joseph Myers | 2018-02-07 | 6 | -31/+81 |
* | Use MPFR 4.0.1 in build-many-glibcs.py. | Joseph Myers | 2018-02-07 | 2 | -1/+6 |
* | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 2018-02-07 | 14 | -156/+116 |
* | Post-cleanup 1: move libio.h back out of bits/. | Zack Weinberg | 2018-02-07 | 7 | -118/+93 |
* | Don't install libio.h or _G_config.h. | Zack Weinberg | 2018-02-07 | 24 | -332/+433 |
* | Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-07 | 10 | -18/+118 |
* | Fix -Os strcoll, wcscoll, build (bug 21313). | Joseph Myers | 2018-02-07 | 3 | -0/+22 |
* | Remove slow paths from log | Wilco Dijkstra | 2018-02-07 | 4 | -222/+23 |
* | Linux: use reserved name __key in pkey_get [BZ #22797] | Igor Gnatenko | 2018-02-07 | 2 | -1/+7 |
* | Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu... | Joseph Myers | 2018-02-06 | 13 | -754/+145 |
* | Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721). | Joseph Myers | 2018-02-06 | 2 | -2/+17 |
* | Move string/testcopy.c to test-driver.c and xmalloc (bug 19667). | Joseph Myers | 2018-02-06 | 2 | -7/+15 |
* | Correct type of SSIZE_MAX for 32-bit (bug 13575). | Joseph Myers | 2018-02-06 | 4 | -2/+56 |
* | Use xmalloc in tst-setcontext-fpscr.c (bug 19668). | Joseph Myers | 2018-02-06 | 2 | -2/+7 |
* | Only define loff_t for __USE_MISC (bug 14553). | Joseph Myers | 2018-02-06 | 3 | -3/+9 |
* | getlogin_r: switch Linux variant to struct scratch_buffer | Florian Weimer | 2018-02-06 | 2 | -21/+19 |
* | Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] | Florian Weimer | 2018-02-06 | 2 | -0/+6 |
* | Remove getc and putc macros from the public stdio.h. | Zack Weinberg | 2018-02-05 | 4 | -11/+12 |
* | Remove some unnecessary redefinitions of std symbols. | Zack Weinberg | 2018-02-05 | 3 | -8/+6 |
* | Add TCP_FASTOPEN_KEY, TCP_FASTOPEN_NO_COOKIE from Linux 4.15. | Joseph Myers | 2018-02-06 | 2 | -0/+5 |