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