aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Improve erfc accuracy.Joseph Myers8-7/+60
2012-03-01soft-fp: Support using struct layout attributes on bit-fields.Kai Tietz6-13/+32
2012-02-29Add bug 13786 to NEWS.Joseph Myers1-1/+1
2012-02-29Fix x86 strcasecmp_l (bug 13786).Joseph Myers4-1/+16
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers4-0/+17
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers3-37/+31
2012-02-29[network] Avoid out ouf bounds read in __libc_res_nquerydomainJeff Law2-3/+12
2012-02-29Always set l_used for vDSO.Marek Polacek4-2/+22
2012-02-28Add sparc optimized sqrt{,f}.David S. Miller7-0/+346
2012-02-29Move misplaced llround test and add lround test from bug 2561.Joseph Myers2-1/+9
2012-02-29Restore wrongly removed ChangeLog entries for generated files.Joseph Myers1-0/+3
2012-02-28Optimized expf for x86-64Ulrich Drepper2-3/+345
2012-02-28Regenerate sysdeps/gnu/errlist.c for errno.texi changes.Joseph Myers2-2/+3
2012-02-28Fix ChangeLogAndreas Jaeger43-460/+535
2012-02-28Add BZ#13637Stanislav Brabec1-1/+1
2012-02-28 [BZ #13637]Stanislav Brabec4-2/+132
2012-02-28Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers43-460/+535
2012-02-28Include <dirstream.h> before <dirent/dirent.h>Andreas Schwab2-1/+8
2012-02-28Add optimized copysign for sparc.David S. Miller5-0/+131
2012-02-27Optimized sparc floor{,f} routines.David S. Miller5-0/+339
2012-02-27Fix %fp/%sp typo in new sparc ceil{,f} assembler.David S. Miller5-8/+16
2012-02-27BZ #3992: stdlib/fmtmsg.c: missing stdint.h include.Carlos O'Donell3-7/+12
2012-02-27Fix comment formatting in new optimized sparc math files.David S. Miller9-120/+123
2012-02-27Require GCC 4.3 or later.Joseph Myers5-29/+22
2012-02-27Optimized sparc ceil{,f} and rint{,f} routines.David S. Miller9-0/+587
2012-02-27Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.David S. Miller3-44/+12
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath3-8/+12
2012-02-27Add missing fcntl.h include in some aio tests.Roland McGrath4-7/+10
2012-02-27Remove a spurious const in tst-fmemopen.Roland McGrath2-1/+5
2012-02-27Fix stray references to __pthread_attrDavid S. Miller7-6/+16
2012-02-27Require Linux kernel headers from "make headers_install", >= 2.6.19.1.Joseph Myers5-75/+84
2012-02-27Don't document fclean.Joseph Myers2-17/+8
2012-02-27Automatically generate version number in manual; omit edition / updated date.Joseph Myers3-22/+56
2012-02-27Add missing headersAndreas Schwab4-3/+12
2012-02-26Restrict run-conformtest runsUlrich Drepper2-0/+7
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper9-9/+9
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper20-18/+71
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper9-14/+53
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper37-110/+240
2012-02-26Replace sysdeps/ieee754/dbl-64/k_tan.c with empty fileAndreas Schwab2-136/+5
2012-02-25First steps to get conformtest fully workingUlrich Drepper131-358/+897
2012-02-25Fix ISO C11 definitions in time.hUlrich Drepper2-11/+13
2012-02-24Fix locking in fmtmsgUlrich Drepper2-57/+68
2012-02-25Fix configure logic for disabling multi-arch.Joseph Myers3-2/+7
2012-02-24Update texinfo.tex to version 2012-01-19.16.Joseph Myers2-880/+1873
2012-02-24Update makefile for FDL 1.3 change.Joseph Myers3-3/+7
2012-02-24BZ#13738: Switch manual to FDL 1.3.Roland McGrath3-99/+208
2012-02-24BZ#13738: Parameterize and fix mention of FDL version in manual.Roland McGrath2-8/+17
2012-02-22Prefer C99 names for long long limit macros.Joseph Myers4-10/+36
2012-02-22Fix nearbyintf rounding.Joseph Myers4-16/+35