2017-12-12 |
Szabolcs Nagy | [BZ #22593] Fix nextafter and nexttoward declaration |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Joseph Myers | Remove --with-fp / --without-fp. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Rical Jasan | manual: Fix a typo in locale.texi. |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Aurelien Jarno | manual/conf.texi: add a missing underscore in front... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
H.J. Lu | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Paul Clarke | New generic cosf |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Adhemerval... | powerpc: POWER8 memcpy optimization for cached memory |
commit | commitdiff | tree | snapshot |
2017-12-11 |
H.J. Lu | string: Replace = with += in CFLAGS-xxx.c |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Stefan Liebler | S390: Add CFI rule in _dl_runtime_resolve[_vx] for... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Aurelien Jarno | elf/rtld.c (init_tls): Add missing new line to the... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
H.J. Lu | x86-64: Add sinf with FMA |
commit | commitdiff | tree | snapshot |
2017-12-07 |
H.J. Lu | x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Joseph Myers | Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Mike FABIAN | lt_LT locale: Base collation on copy "iso14651_t1"... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Joseph Myers | Add _Float32 function aliases. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Support defining strtof32, wcstof32 aliases. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Support defining strfromf32 alias. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Add header for _Float32 testing. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Support _Float32 in libm_alias_float. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Correct some ia64 libm_alias_float_other calls. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Adhemerval... | Update Alpha libm-test-ulps |
commit | commitdiff | tree | snapshot |
2017-12-06 |
David S. Miller | Sparc ulp update. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Don't make local variables static in ldbl-96 j1l. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Make some ldbl-128, ldbl-128ibm arrays const. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Mike FABIAN | hsb_DE locale: Base collation on copy "iso14651_t1... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Florian Weimer | Add references to CVE-2017-17426 |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Rajalakshmi... | Update NEWS to add sinf optimization |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Joseph Myers | Add _Float64, _Float32x function aliases. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Use long double not double for _Float64 with old GCC... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Rogerio Alves | Add elision tunables |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Support defining strtof64, strtof32x, wcstof64, wcstof3... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Adhemerval... | math: Use sign as double for reduced case in sinf |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Szabolcs Nagy | [PATCH] fix sinf(NAN) |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Support defining strfromf64, strfromf32x aliases. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Add headers for _Float64, _Float32x testing. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Support _Float64, _Float32x in libm_alias_double. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
H.J. Lu | s_sinf.c: Replace floor with simple casts |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Chris Metcalf | tilegx: tag __insn_OP builtin issue with gcc bugzilla # |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Mike FABIAN | et_EE locale: Base collation on iso14651_t1 [BZ #22517] |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Chris Metcalf | tilegx: work around vector insn bug in gcc |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Florian Weimer | Linux: Implement interfaces for memory protection keys |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Florian Weimer | support/tst-test_compare: Fix 32-bit/64-bit expected... |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Joseph Myers | Use libm_alias_float for powerpc. |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Florian Weimer | support: Add TEST_COMPARE macro |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Mike FABIAN | tr_TR locale: Base collation on iso14651_t1 [BZ #22527] |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Mike FABIAN | hr_HR locale: Don’t use single code points for the... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Chris Metcalf | tile: update ca{cos,sin,tan}{,h} double ULPs |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Joseph Myers | Use __floor not floor in sinf. |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Siddhesh Poyarekar | aarch64: Avoid hidden symbols for memcpy/memmove into... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Stefan Liebler | S390: Fix backtrace in vdso functions. |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Rajalakshmi... | New generic sinf |
commit | commitdiff | tree | snapshot |
2017-12-02 |
John David... | Handle __gmon_start__ as undefined weak on hppa. |
commit | commitdiff | tree | snapshot |
2017-12-02 |
John David... | Improve PIC pc-relative instruction sequences on hppa. |
commit | commitdiff | tree | snapshot |
2017-12-02 |
Joseph Myers | Use libm_alias_double for remaining powerpc functions. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Joseph Myers | Define powerpc64 lroundl compat symbol only once. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Joseph Myers | Base powerpc logbl compat symbols on __logb not logb. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Joseph Myers | Ues libm_alias_double for various powerpc functions. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Joseph Myers | Use libm_alias_double for powerpc fabs, fma. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Aurelien Jarno | Update NEWS to add CVE-2017-15804 entry |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Gabriel F.... | powerpc: Regenerate ULPs |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | x32: Remove unused getcpu implementation |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: Remove ununsed ifunc assembly macros |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: Fix sparv9 multiarch build |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Andreas Schwab | intl: create target directory for bison |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor cpu_relax to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor sparc32 nearbyint{f} selector to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor sparc32 rint{f} selector to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor sparc32 llrint{f} selector to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor sparc32 fabs{f} selector to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Adhemerval... | sparc: refactor sparc32 copysign selector to C |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Mike FABIAN | is_IS locale: Base collation on iso14651_t1 [BZ #22519] |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Joseph Myers | Use libm_alias_float for e500. |
commit | commitdiff | tree | snapshot |
2017-12-01 |
H.J. Lu | mips: Don't use MIN in dl-machine.h |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Use libm_alias_float for coldfire. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Use libm_alias_double for coldfire. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Rework m68k libm functions to use declare_mgen_alias. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Remove scripts/update-copyrights handling of intl/plural.c. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Juro Bystricky | plural.c: improve reproducibility |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Use libm_alias macros in m68k llrint functions. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Use declare_mgen_alias in m68k templates. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Adhemerval... | sparc: refactor sparc64 __mpn_add_n selector to C |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Adhemerval... | sparc: refactor sparc64 __mpn_submul_1 selector to C |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Adhemerval... | sparc: refactor sparc64 __mpn_addmul_1 selector to C |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Adhemerval... | sparc: refactor sparc64 __mpn_sub_n selector to C |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Adhemerval... | sparc: refactor sparc64 __mpn_mul_1 selector to C |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Mike FABIAN | sr_RS and bs_BA locales: make collation rules the same... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Mike FABIAN | hr_HR locale: fix collation and expand collation test... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Mike FABIAN | Fix test case for hr_HR monetary formatting |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Dragan Stanojević... | Add test case for collation in hr_HR locale |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Dragan Stanojević... | hr_HR locale: various updates [BZ #10580] |
commit | commitdiff | tree | snapshot |
2017-11-30 |
H.J. Lu | x86: Make a space in jmpbuf for shadow stack pointer |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Arjun Shankar | Fix integer overflow in malloc when tcache is enabled... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Remove SPARC lllrint aliases. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Joseph Myers | Use libm_alias_float for sparc. |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Joseph Myers | Use libm_alias_double for sparc. |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Joseph Myers | Fix missing sparcv9 --disable-multi-arch fabsl compat... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Joseph Myers | Add SPARC --disable-multi-arch builds to build-many... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Joseph Myers | Use libm_alias_float for x86_64. |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Joseph Myers | Use libm_alias_double for x86_64. |
commit | commitdiff | tree | snapshot |
next |