| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add more tests of tanh. | Joseph Myers | 2015-05-01 | 1 | -0/+5 |
* | Add more tests of tan. | Joseph Myers | 2015-05-01 | 1 | -0/+5 |
* | Add more tests of cos, sin, sincos. | Joseph Myers | 2015-05-01 | 1 | -0/+5 |
* | Add another test of pow. | Joseph Myers | 2015-05-01 | 1 | -0/+4 |
* | Add more tests of lgamma. | Joseph Myers | 2015-05-01 | 1 | -0/+5 |
* | Add more tests of log, log10, log1p, log2. | Joseph Myers | 2015-05-01 | 1 | -0/+8 |
* | elf.h: Add section compression constants and structures. | Mark Wielaard | 2015-05-01 | 1 | -0/+5 |
* | Add more tests of exp, exp10, exp2, expm1. | Joseph Myers | 2015-05-01 | 1 | -0/+6 |
* | Add more tests of erf, erfc. | Joseph Myers | 2015-05-01 | 1 | -0/+7 |
* | [AArch64] Fix the big endian loader name. | Szabolcs Nagy | 2015-05-01 | 1 | -0/+4 |
* | Add more tests of csqrt. | Joseph Myers | 2015-04-30 | 1 | -0/+5 |
* | Add further tests of cosh and sinh. | Joseph Myers | 2015-04-30 | 1 | -0/+5 |
* | Remove MIPS version of waitid.c. | Joseph Myers | 2015-04-30 | 1 | -0/+4 |
* | NaCl: Change clock_t to long int. | Roland McGrath | 2015-04-29 | 1 | -0/+3 |
* | NaCl: Fix symbol names for euidaccess. | Roland McGrath | 2015-04-29 | 1 | -0/+3 |
* | NaCl: Make __suseconds_t be long int rather than int32_t. | Roland McGrath | 2015-04-29 | 1 | -0/+7 |
* | CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007] | Florian Weimer | 2015-04-29 | 1 | -0/+8 |
* | Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346). | Joseph Myers | 2015-04-28 | 1 | -0/+8 |
* | elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour. | Mark Wielaard | 2015-04-28 | 1 | -0/+4 |
* | Update sparc localplt.data | David S. Miller | 2015-04-27 | 1 | -0/+6 |
* | Check tzspec_len == 0 in __tzfile_read | H.J. Lu | 2015-04-27 | 1 | -0/+5 |
* | test-skeleton: Support temporary files without memory leaks [BZ#18333] | Florian Weimer | 2015-04-27 | 1 | -0/+11 |
* | posix_fallocate, posix_fallocate64 stub: Do not set errno | Florian Weimer | 2015-04-24 | 1 | -0/+5 |
* | ARM: Define PI_STATIC_AND_HIDDEN. | Roland McGrath | 2015-04-24 | 1 | -0/+5 |
* | Make time zone file parser more robust [BZ #17715] | Florian Weimer | 2015-04-24 | 1 | -0/+27 |
* | Do not build with -Winline | Florian Weimer | 2015-04-24 | 1 | -0/+4 |
* | S/390: Regenerate ULPs | Stefan Liebler | 2015-04-24 | 1 | -0/+4 |
* | S/390: Get cache information via sysconf | Stefan Liebler | 2015-04-24 | 1 | -0/+5 |
* | Use __copysign rather than copysign. | Wilco Dijkstra | 2015-04-22 | 1 | -0/+8 |
* | CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287] | Arjun Shankar | 2015-04-21 | 1 | -0/+6 |
* | libc-vdso.h place consolidation | Adhemerval Zanella | 2015-04-20 | 1 | -0/+28 |
* | Better fix for setenv (..., NULL, ...) | Paul Eggert | 2015-04-19 | 1 | -0/+6 |
* | Avoid confusing compiler with dynamically impossible statically invalid deref... | Roland McGrath | 2015-04-17 | 1 | -0/+5 |
* | Fuller check for invalid NSID in _dl_open.roland/dl-nns | Roland McGrath | 2015-04-17 | 1 | -0/+6 |
* | Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov. | David S. Miller | 2015-04-17 | 1 | -0/+7 |
* | Add arm-nacl port. | Roland McGrath | 2015-04-17 | 1 | -0/+7 |
* | Convert sparc over to lowlevellock-futex.h | David S. Miller | 2015-04-16 | 1 | -0/+5 |
* | tile: Enable PI_STATIC_AND_HIDDEN | Chris Metcalf | 2015-04-16 | 1 | -0/+5 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -0/+10 |
* | Rebuilt fresh sparc ULPS to get rid of removed tests. | David S. Miller | 2015-04-15 | 1 | -0/+4 |
* | Use correct signedness in wcsncmp | Stefan Liebler | 2015-04-13 | 1 | -0/+14 |
* | Set errno for log1p on pole/domain error. | Stefan Liebler | 2015-04-13 | 1 | -0/+30 |
* | Fix strtof decimal rounding close to half least subnormal (bug 18247). | Joseph Myers | 2015-04-10 | 1 | -0/+8 |
* | Add more tests of clog and clog10. | Joseph Myers | 2015-04-09 | 1 | -0/+7 |
* | Omit libc-modules.h for all .v.i files. | Roland McGrath | 2015-04-09 | 1 | -0/+3 |
* | Let non-add-on preconfigure scripts set libc_config_ok. | Roland McGrath | 2015-04-09 | 1 | -0/+4 |
* | Make test-skeleton.c grok TEST_DIRECT magic environment variable. | Roland McGrath | 2015-04-09 | 1 | -0/+7 |
* | scratch_buffer: Suppress truncation warning on 32-bit | Florian Weimer | 2015-04-09 | 1 | -0/+5 |
* | Update SPARC ulps. | David S. Miller | 2015-04-08 | 1 | -0/+4 |
* | Add more tests of atanh. | Joseph Myers | 2015-04-08 | 1 | -0/+5 |