about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers2015-05-212-2/+6
* linknamespace: whitelist re_syntax_options.Joseph Myers2015-05-213-5/+13
* vfprintf: Remove label name switching for the jump tableFlorian Weimer2015-05-212-17/+9
* vfprintf: Introduce printf_positional functionFlorian Weimer2015-05-212-347/+376
* vfprintf: Move jump table definition and the macros out of functionFlorian Weimer2015-05-212-65/+72
* Add sprintf benchmark.Carlos O'Donell2015-05-214-1/+26
* Simplify handling of nameserver configuration in resolverAndreas Schwab2015-05-214-137/+105
* conformtest: use proper _POSIX_C_SOURCE value for POSIX.Joseph Myers2015-05-202-1/+4
* conformtest: correct POSIX expectations for locale.h.Joseph Myers2015-05-202-1/+3
* conformtest: clean up POSIX expectations for unistd.h.Joseph Myers2015-05-203-3/+192
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-206-4/+139
* Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath2015-05-202-0/+5
* i386: Remove six-argument specialized implementationsAdhemerval Zanella2015-05-206-197/+12
* Add missing math_private includes.Wilco Dijkstra2015-05-204-0/+9
* BZ#18434: Mark fixed in NEWS.Roland McGrath2015-05-191-1/+1
* Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers2015-05-194-3/+46
* Fix i386 atanhl spurious underflows (bug 18049).Joseph Myers2015-05-195-4/+352
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-195-7/+116
* Fix typo in safety annotations in envz_removeSiddhesh Poyarekar2015-05-202-1/+6
* * inet/rcmd.c (rresvport_af): Change ss to anonymous unionSteve Ellcey2015-05-192-18/+31
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2015-05-193-32/+55
* soft-fp: Fix alpha kernel build problemRichard Henderson2015-05-192-3/+4
* alpha: Update libm-test-ulpsRichard Henderson2015-05-192-300/+394
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-197-86/+226
* Succeed if make check does not report any errorsSiddhesh Poyarekar2015-05-192-1/+3
* Add envz_remove to the libc manualSiddhesh Poyarekar2015-05-192-0/+12
* Refactor opendir.Roland McGrath2015-05-182-41/+97
* Add *.pyc to .gitignoreSiddhesh Poyarekar2015-05-182-0/+5
* Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar2015-05-184-3/+14
* Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella2015-05-173-5/+8
* Fail locale installation if localedef fails.Carlos O'Donell2015-05-162-3/+7
* Fix bo_CN and bo_IN.Marko Myllynen2015-05-163-2/+7
* Fix atanhl missing underflows (bug 16352).Joseph Myers2015-05-1511-137/+235
* Fix tanf spurious underflows (bug 18221).Joseph Myers2015-05-155-2/+60
* Fix lgammaf spurious underflows (bug 18220).Joseph Myers2015-05-155-4/+38
* Add BZ #16704 as fixedAdhemerval Zanella2015-05-152-8/+9
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-1515-88/+116
* Fix erfcf spurious underflows (bug 18217).Joseph Myers2015-05-155-3/+63
* Fix atanf spurious underflows (bug 18196).Joseph Myers2015-05-145-3/+35
* Fix log1p missing underflows (bug 16339).Joseph Myers2015-05-149-109/+202
* Fix non-portable echo usage in sysdeps/unix/make-syscalls.shAdhemerval Zanella2015-05-142-9/+19
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-148-2/+96
* This patch adds infrastructure for addition of SIMDAndrew Senkevich2015-05-145-1/+84
* Last part of changes regarding to libm-test.inc: additionAndrew Senkevich2015-05-144-5/+63
* Refactoring of START for conditions in individual testsAndrew Senkevich2015-05-149-10/+63
* This is the beginning of series of patches with additionAndrew Senkevich2015-05-148-18/+34
* NaCl: Make fdopendir skip fcntl check.Roland McGrath2015-05-132-0/+34
* Nit fixes in last change.Roland McGrath2015-05-132-0/+4
* Refactor scandir/scandirat to use common tail.Roland McGrath2015-05-1310-130/+207
* Break __scandir_cancel_handler out into its own file.Roland McGrath2015-05-137-19/+42