| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove socket.S implementation | Adhemerval Zanella | 2015-05-22 | 63 | -1718/+702 |
* | Fix soft-fp fma for -Wuninitialized. | Joseph Myers | 2015-05-22 | 4 | -0/+43 |
* | Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized. | Joseph Myers | 2015-05-22 | 3 | -0/+29 |
* | Fix ldbl-128 / ldbl-128ibm erfcl for -Wuninitialized | Joseph Myers | 2015-05-22 | 3 | -2/+6 |
* | Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized. | Joseph Myers | 2015-05-22 | 3 | -4/+13 |
* | Fix nptl-init.c use of INTERNAL_SYSCALL_DECL. | Roland McGrath | 2015-05-22 | 2 | -11/+25 |
* | Restore _POSIX2_C_VERSION definition (bug 438). | Joseph Myers | 2015-05-22 | 4 | -11/+19 |
* | Fix pathconf basename namespace (bug 18444). | Joseph Myers | 2015-05-22 | 6 | -6/+20 |
* | Fix indentation to match nesting in previous commit | Florian Weimer | 2015-05-22 | 1 | -1/+1 |
* | Avoid some aliasing violations in libio | Florian Weimer | 2015-05-22 | 12 | -24/+57 |
* | Fix lgamma implementations for -Wuninitialized. | Joseph Myers | 2015-05-21 | 4 | -0/+45 |
* | Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized. | Joseph Myers | 2015-05-21 | 2 | -2/+6 |
* | linknamespace: whitelist re_syntax_options. | Joseph Myers | 2015-05-21 | 3 | -5/+13 |
* | vfprintf: Remove label name switching for the jump table | Florian Weimer | 2015-05-21 | 2 | -17/+9 |
* | vfprintf: Introduce printf_positional function | Florian Weimer | 2015-05-21 | 2 | -347/+376 |
* | vfprintf: Move jump table definition and the macros out of function | Florian Weimer | 2015-05-21 | 2 | -65/+72 |
* | Add sprintf benchmark. | Carlos O'Donell | 2015-05-21 | 4 | -1/+26 |
* | Simplify handling of nameserver configuration in resolver | Andreas Schwab | 2015-05-21 | 4 | -137/+105 |
* | conformtest: use proper _POSIX_C_SOURCE value for POSIX. | Joseph Myers | 2015-05-20 | 2 | -1/+4 |
* | conformtest: correct POSIX expectations for locale.h. | Joseph Myers | 2015-05-20 | 2 | -1/+3 |
* | conformtest: clean up POSIX expectations for unistd.h. | Joseph Myers | 2015-05-20 | 3 | -3/+192 |
* | NaCl: Set tid field to a unique value. | Roland McGrath | 2015-05-20 | 6 | -4/+139 |
* | Move usleep.c using nanosleep to sysdeps/posix. | Roland McGrath | 2015-05-20 | 2 | -0/+5 |
* | i386: Remove six-argument specialized implementations | Adhemerval Zanella | 2015-05-20 | 6 | -197/+12 |
* | Add missing math_private includes. | Wilco Dijkstra | 2015-05-20 | 4 | -0/+9 |
* | BZ#18434: Mark fixed in NEWS. | Roland McGrath | 2015-05-19 | 1 | -1/+1 |
* | Fix ldbl-96 remquol (finite, Inf) (bug 18244). | Joseph Myers | 2015-05-19 | 4 | -3/+46 |
* | Fix i386 atanhl spurious underflows (bug 18049). | Joseph Myers | 2015-05-19 | 5 | -4/+352 |
* | BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS]. | Roland McGrath | 2015-05-19 | 5 | -7/+116 |
* | Fix typo in safety annotations in envz_remove | Siddhesh Poyarekar | 2015-05-20 | 2 | -1/+6 |
* | * inet/rcmd.c (rresvport_af): Change ss to anonymous union | Steve Ellcey | 2015-05-19 | 2 | -18/+31 |
* | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 2015-05-19 | 3 | -32/+55 |
* | soft-fp: Fix alpha kernel build problem | Richard Henderson | 2015-05-19 | 2 | -3/+4 |
* | alpha: Update libm-test-ulps | Richard Henderson | 2015-05-19 | 2 | -300/+394 |
* | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar | 2015-05-19 | 7 | -86/+226 |
* | Succeed if make check does not report any errors | Siddhesh Poyarekar | 2015-05-19 | 2 | -1/+3 |
* | Add envz_remove to the libc manual | Siddhesh Poyarekar | 2015-05-19 | 2 | -0/+12 |
* | Refactor opendir. | Roland McGrath | 2015-05-18 | 2 | -41/+97 |
* | Add *.pyc to .gitignore | Siddhesh Poyarekar | 2015-05-18 | 2 | -0/+5 |
* | Ensure `wint_t' is defined before use in include/stdio.h | Arjun Shankar | 2015-05-18 | 4 | -3/+14 |
* | Fix stdlib/tst-setcontext3 with dash [BZ#18418] | Adhemerval Zanella | 2015-05-17 | 3 | -5/+8 |
* | Fail locale installation if localedef fails. | Carlos O'Donell | 2015-05-16 | 2 | -3/+7 |
* | Fix bo_CN and bo_IN. | Marko Myllynen | 2015-05-16 | 3 | -2/+7 |
* | Fix atanhl missing underflows (bug 16352). | Joseph Myers | 2015-05-15 | 11 | -137/+235 |
* | Fix tanf spurious underflows (bug 18221). | Joseph Myers | 2015-05-15 | 5 | -2/+60 |
* | Fix lgammaf spurious underflows (bug 18220). | Joseph Myers | 2015-05-15 | 5 | -4/+38 |
* | Add BZ #16704 as fixed | Adhemerval Zanella | 2015-05-15 | 2 | -8/+9 |
* | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 2015-05-15 | 15 | -88/+116 |
* | Fix erfcf spurious underflows (bug 18217). | Joseph Myers | 2015-05-15 | 5 | -3/+63 |
* | Fix atanf spurious underflows (bug 18196). | Joseph Myers | 2015-05-14 | 5 | -3/+35 |