Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 13792 to list of fixed bugs in NEWS. | Joseph Myers | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | Update sparc ULPs due to recently added tests. | David S. Miller | 2012-03-05 | 2 | -0/+91 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Wrap too-long log entry. | Roland McGrath | 2012-03-05 | 1 | -3/+3 |
| | |||||
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-05 | 2 | -0/+172 |
| | |||||
* | Fix loss of precision in cosh and sinh for IBM long double | Andreas Schwab | 2012-03-05 | 3 | -10/+16 |
| | |||||
* | Fix broken date. | Andreas Jaeger | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc): | H.J. Lu | 2012-03-05 | 4 | -4/+16 |
| | | | | | | | | | | | Replace gettimeofday with __vdso_gettimeofday. * sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with __vdso_clock_gettime and __vdso_getcpu. * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace time with __vdso_time. | ||||
* | Reduce discussion of types to which size_t may be equivalent. | Joseph Myers | 2012-03-05 | 2 | -16/+8 |
| | |||||
* | Add BZ#13656 | Andreas Jaeger | 2012-03-05 | 1 | -1/+2 |
| | |||||
* | * sysdeps/i386/fpu/libm-test-ulps: Update. | Andreas Jaeger | 2012-03-05 | 2 | -0/+21 |
| | |||||
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 6 | -8/+246 |
| | |||||
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 4 | -0/+503 |
| | |||||
* | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 2012-03-05 | 3 | -4/+10 |
| | | | | | | * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure default stack guard is set in last bytes. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same. | ||||
* | cleanup my last commit: tabify, change date | Andreas Jaeger | 2012-03-05 | 1 | -7/+7 |
| | |||||
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 2 | -3/+9 |
| | | | | * stdio-common/vfprintf.c (vfprintf): add missing errno settings. | ||||
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 4 | -10/+126 |
| | | | | | | | | [BZ #13656] * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and possibly allocate from heap instead of stack. * stdio-common/bug-vfprintf-nargs.c: New file. * stdio-common/Makefile (tests): Add nargs overflow test. | ||||
* | Update powerpc libm ULPs | Andreas Schwab | 2012-03-04 | 2 | -19/+515 |
| | |||||
* | Remove oldish __GNUC_PREREQ. | Marek Polacek | 2012-03-03 | 6 | -87/+18 |
| | |||||
* | Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. | David S. Miller | 2012-03-02 | 9 | -0/+396 |
| | | | | | | | | | | | * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file. * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file. * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file. * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file. * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file. | ||||
* | BZ #13792: License manual example source files under GPL. | Roland McGrath | 2012-03-02 | 44 | -32/+777 |
| | |||||
* | BZ #13792: Add missing file from last commit. | Roland McGrath | 2012-03-02 | 1 | -0/+28 |
| | |||||
* | BZ#13792: Move timeval_subtract example function in manual into an examples/ ↵ | Roland McGrath | 2012-03-02 | 2 | -28/+8 |
| | | | | C source file. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-03-02 | 2 | -0/+416 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests. | ||||
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 6 | -83/+1451 |
| | |||||
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 15 | -40/+121 |
| | |||||
* | Document properties of standard typedefs, not exact types. | Joseph Myers | 2012-03-02 | 3 | -17/+26 |
| | |||||
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 5 | -14/+268 |
| | |||||
* | 2012-03-01 Chris Demetriou <cgd@google.com> | Chris Demetriou | 2012-03-02 | 2 | -1/+9 |
| | | | | | | * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals * to have predictable order. | ||||
* | Kill sparc32 specific __getpagesize, unneeded. | David S. Miller | 2012-03-01 | 2 | -45/+2 |
| | | | | * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete. | ||||
* | Optimized 64-bit sparc assembler for finite{,f} and isinf{,f}. | David S. Miller | 2012-03-01 | 5 | -0/+134 |
| | | | | | | | * sysdeps/sparc/sparc64/fpu/s_finite.S: New file. * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file. * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file. * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file. | ||||
* | Optimized sparc assembler for signbit{,f,l} and some variants of isnan. | David S. Miller | 2012-03-01 | 10 | -0/+234 |
| | | | | | | | | | | | | * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file. * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file. * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file. * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file. * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file. * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file. * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file. * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file. | ||||
* | Update Sparc ulps for recently added tests. | David S. Miller | 2012-03-01 | 2 | -0/+15 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Sparc doesn't need seperate 32-bit and 64-bit ulps files. | David S. Miller | 2012-03-01 | 3 | -1376/+4 |
| | | | | | | * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move... * sysdeps/sparc/fpu/libm-test-ulps: to here. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete. | ||||
* | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 2012-03-01 | 20 | -227/+28 |
| | | | | | | | | | | | | | | | | | | | | | | * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks. * sysdeps/sparc/sparc32/dl-machine.h: Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise. * sysdeps/sparc/sparc64/dl-machine.h: Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise. * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. * config.h.in (HAVE_BINUTILS_GOTDATA): Delete. * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks. * sysdeps/sparc/elf/configure: Regenerated. | ||||
* | Require binutils 2.20 or later. | Joseph Myers | 2012-03-01 | 5 | -8/+14 |
| | |||||
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 8 | -7/+60 |
| | |||||
* | soft-fp: Support using struct layout attributes on bit-fields. | Kai Tietz | 2012-03-01 | 6 | -13/+32 |
| | |||||
* | Add bug 13786 to NEWS. | Joseph Myers | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fix x86 strcasecmp_l (bug 13786). | Joseph Myers | 2012-02-29 | 4 | -1/+16 |
| | |||||
* | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 2012-02-29 | 4 | -0/+17 |
| | |||||
* | Reduce large expected errors from libm tests on x86 and x86_64. | Joseph Myers | 2012-02-29 | 3 | -37/+31 |
| | |||||
* | [network] Avoid out ouf bounds read in __libc_res_nquerydomain | Jeff Law | 2012-02-29 | 2 | -3/+12 |
| | | | | | | | 2012-02-28 Jeff Law <law@redhat.com> * resolv/res_query.c (__libc_res_nquerydomain): Avoid out of bounds read. | ||||
* | Always set l_used for vDSO. | Marek Polacek | 2012-02-29 | 4 | -2/+22 |
| | |||||
* | Add sparc optimized sqrt{,f}. | David S. Miller | 2012-02-28 | 7 | -0/+346 |
| | | | | | | | | | * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file. * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file. * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file. * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file. | ||||
* | Move misplaced llround test and add lround test from bug 2561. | Joseph Myers | 2012-02-29 | 2 | -1/+9 |
| | |||||
* | Restore wrongly removed ChangeLog entries for generated files. | Joseph Myers | 2012-02-29 | 1 | -0/+3 |
| | |||||
* | Optimized expf for x86-64 | Ulrich Drepper | 2012-02-28 | 2 | -3/+345 |
| | |||||
* | Regenerate sysdeps/gnu/errlist.c for errno.texi changes. | Joseph Myers | 2012-02-28 | 2 | -2/+3 |
| | |||||
* | Fix ChangeLog | Andreas Jaeger | 2012-02-28 | 43 | -460/+535 |
|\ | |||||
| * | Use Texinfo macros to refer to the GNU C Library within the manual. | Joseph Myers | 2012-02-28 | 43 | -460/+535 |
| | |