2012-03-05 |
Joseph Myers | Reduce discussion of types to which size_t may be equiv... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Andreas Jaeger | Add BZ#13656 |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Andreas Jaeger | * sysdeps/i386/fpu/libm-test-ulps: Update. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Joseph Myers | Fix pow in non-default rounding modes (bug 3976). |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Joseph Myers | Test cosh, sinh in non-default rounding modes (bug... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Tom de Vries | 2012-03-05 Tom de Vries <tom@codesourcery.com> |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Andreas Jaeger | cleanup my last commit: tabify, change date |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Kees Cook | 2012-03-02 Kees Cook <keescook@chromium.org> |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Kees Cook | 2012-03-02 Kees Cook <keescook@chromium.org> |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Andreas Schwab | Update powerpc libm ULPs |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Marek Polacek | Remove oldish __GNUC_PREREQ. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
David S. Miller | Add sparc optimized {l,}rint{,f} for 32-bit v9 and... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Roland McGrath | BZ #13792: License manual example source files under... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Roland McGrath | BZ #13792: Add missing file from last commit. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Roland McGrath | BZ#13792: Move timeval_subtract example function in... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Update sparc ULPs. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Joseph Myers | Fix sin, cos, tan in non-default rounding modes (bug... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Joseph Myers | Fix scalbn, scalbln integer overflow. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Joseph Myers | Document properties of standard typedefs, not exact... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Joseph Myers | Fix exp in non-default rounding modes (bug 3976). |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chris Demetriou | 2012-03-01 Chris Demetriou <cgd@google.com> |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Kill sparc32 specific __getpagesize, unneeded. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Optimized 64-bit sparc assembler for finite{,f} and... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Optimized sparc assembler for signbit{,f,l} and some... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Update Sparc ulps for recently added tests. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David S. Miller | Sparc doesn't need seperate 32-bit and 64-bit ulps... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
David S. Miller | Remove sparc binutils GOTDATA checks in lieu of new... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Joseph Myers | Require binutils 2.20 or later. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Joseph Myers | Improve erfc accuracy. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Kai Tietz | soft-fp: Support using struct layout attributes on... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Add bug 13786 to NEWS. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Fix x86 strcasecmp_l (bug 13786). |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Add test for bug 5794 (incorrect expm1 overflow). |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Reduce large expected errors from libm tests on x86... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jeff Law | [network] Avoid out ouf bounds read in __libc_res_nquer... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Marek Polacek | Always set l_used for vDSO. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
David S. Miller | Add sparc optimized sqrt{,f}. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Move misplaced llround test and add lround test from... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Joseph Myers | Restore wrongly removed ChangeLog entries for generated... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Ulrich Drepper | Optimized expf for x86-64 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Joseph Myers | Regenerate sysdeps/gnu/errlist.c for errno.texi changes. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Andreas Jaeger | Fix ChangeLog |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Stanislav Brabec | Add BZ#13637 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Stanislav Brabec | [BZ #13637] |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Joseph Myers | Use Texinfo macros to refer to the GNU C Library within... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Andreas Schwab | Include <dirstream.h> before <dirent/dirent.h> |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David S. Miller | Add optimized copysign for sparc. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David S. Miller | Optimized sparc floor{,f} routines. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David S. Miller | Fix %fp/%sp typo in new sparc ceil{,f} assembler. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Carlos O'Donell | BZ #3992: stdlib/fmtmsg.c: missing stdint.h include. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
David S. Miller | Fix comment formatting in new optimized sparc math... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Joseph Myers | Require GCC 4.3 or later. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
David S. Miller | Optimized sparc ceil{,f} and rint{,f} routines. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
David S. Miller | Fix ldbl-128 rintl/nearbyintl just like flt-32 variants. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roland McGrath | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roland McGrath | Add missing fcntl.h include in some aio tests. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roland McGrath | Remove a spurious const in tst-fmemopen. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
David S. Miller | Fix stray references to __pthread_attr |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Joseph Myers | Require Linux kernel headers from "make headers_install... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Joseph Myers | Don't document fclean. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Joseph Myers | Automatically generate version number in manual; omit... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Andreas Schwab | Add missing headers |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ulrich Drepper | Restrict run-conformtest runs |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ulrich Drepper | Fix name mangling of pthread_attr_t after change |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ulrich Drepper | Add first fixes for conformtest for POSIX2008 |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Ulrich Drepper | Work around problem of pthread_attr_t definition with... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Ulrich Drepper | Fix up POSIX testing in conformtest |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Andreas Schwab | Replace sysdeps/ieee754/dbl-64/k_tan.c with empty file |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Ulrich Drepper | First steps to get conformtest fully working |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Ulrich Drepper | Fix ISO C11 definitions in time.h |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Ulrich Drepper | Fix locking in fmtmsg |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Joseph Myers | Fix configure logic for disabling multi-arch. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Joseph Myers | Update texinfo.tex to version 2012-01-19.16. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Joseph Myers | Update makefile for FDL 1.3 change. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Roland McGrath | BZ#13738: Switch manual to FDL 1.3. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Roland McGrath | BZ#13738: Parameterize and fix mention of FDL version... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Joseph Myers | Prefer C99 names for long long limit macros. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Joseph Myers | Fix nearbyintf rounding. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Joseph Myers | Fix rintf rounding. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Joseph Myers | Move __STDC_* predefined macros from features.h to... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Joseph Myers | Revert VERSION and UPDATED changes in manual. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Update long-double sparc math ULPs missed by previous... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Tweak sparc32 longjmp to not store a dummy frame pointe... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Fix stray word in line-wrapped comment in install.texi. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Use PI_STATIC_AND_HIDDEN on sparc if we universally... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Explain why we don't make use of RDPC in the sparc... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Use sparc GOTDATA relocations whenever possible. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Add sparc configure checks for GOTDATA support. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Consolidate Sparc ELF configure fragments to one spot. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
David S. Miller | Remove sparc WDISP22 configure checks, no longer used. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Update or avoid glibc version numbers in manual. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Add 13695 to list of bugs fixed in NEWS. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Remove old initfini mechanism. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Split architecture-specific parts of sys/epoll.h into... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Joseph Myers | Split architecture-specific parts of sys/timerfd.h... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Joseph Myers | Resort ULPs files with gen-libm-test.pl -n in C locale. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Aurelien Jarno | Adjust SPARC ULPs to take into account the new jn tests. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Andreas Schwab | Add support for Linux error EHWPOISON |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Aurelien Jarno | Use non-signaling floating-point comparisons in math... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Joseph Myers | Fix parameter name in strnlen documentation. |
commit | commitdiff | tree | snapshot |
next |