platform/upstream/glibc.git
2015-10-08 Samuel ThibaultAdd task_notify to mach_interface_list
2015-10-07 Joseph MyersFix lround, llround missing exceptions close to overflo...
2015-10-07 Steve Ellcey Update timezone/Makefile to use -Wno-unused-variable
2015-10-07 Carlos O'DonellFix manual argument order for posix_fallocate64 (Bug...
2015-10-07 Joseph MyersFix ldbl-128 lrintl, lroundl missing exceptions for...
2015-10-07 Florian Weimericonvdata: Add missing const to lookup table definitions
2015-10-07 Joseph MyersUse dbl-64/wordsize-64 for MIPS64.
2015-10-07 Joseph MyersDon't use dbl-64/wordsize-64 lround based on llround...
2015-10-06 Joseph MyersAdd more tests of lrint, llrint, lround, llround.
2015-10-06 Joseph MyersUse same test inputs for lrint and llrint.
2015-10-06 Joseph MyersRemove configure tests for SSE4 support.
2015-10-06 Joseph MyersRemove scripts/rpm2dynsym.sh.
2015-10-06 Florian WeimerAdd a test case for C++11 thread_local support
2015-10-06 Joseph MyersFix ldbl-128ibm expl overflow in non-default rounding...
2015-10-06 Joseph MyersAdd more scalb test expectations for "inexact" exception.
2015-10-06 Joseph MyersFix ldbl-128ibm logl (1) sign of zero result (bug 19077).
2015-10-06 Joseph MyersFix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076).
2015-10-06 Florian Weimernss_nis: Do not call malloc_usable_size [BZ #10432]
2015-10-06 Florian WeimerHarden tls_dtor_list with pointer mangling [BZ #19018]
2015-10-06 Paul PluzhnikovFix BZ #19012 -- iconv_open leaks memory on error path.
2015-10-05 Joseph MyersFix ldbl-96 lroundl just below powers of 2 (bug 19071).
2015-10-05 Joseph MyersDon't list bug 887 as fixed for glibc 2.16.
2015-10-05 Joseph MyersWork around powerpc32 integer 0 converting to -0 (bug...
2015-10-03 Paul Pluzhnikovsysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell.
2015-10-02 Joseph MyersFix nexttoward overflow in non-default rounding modes...
2015-10-02 Joseph MyersFix i386 build after put*ent hardening changes.
2015-10-02 Florian WeimerHarden putpwent, putgrent, putspent, putspent against...
2015-10-01 Gabriel F.... PowerPC: Add comments to optimized strncpy
2015-10-01 Gabriel F.... PowerPC: Fix operand prefixes
2015-10-01 Joseph MyersFix ldbl-128 / ldbl-128ibm lgamma overflow handling...
2015-10-01 Joseph MyersUse type-specific precision when printing results in...
2015-09-30 Joseph MyersFix ldbl-128ibm exp10l spurious overflows (bug 16620).
2015-09-30 Joseph MyersFix i386 acosh (-qNaN) spurious "invalid" exception.
2015-09-30 Joseph MyersImprove test coverage of real libm functions [a-e]*.
2015-09-30 H.J. LuMove sysdeps/unix/sysv/linux/i386/i486/*.? to i386
2015-09-30 Joseph MyersRefine errno / "inexact" expectations in libm-test...
2015-09-29 Carlos O'DonellFiles open O_WRONLY not supported in fallocate emulation.
2015-09-28 Joseph MyersFix clog, clog10 inaccuracy (bug 19016).
2015-09-28 Martin SeborLet 'make check subdirs=string' succeed even when it...
2015-09-26 Paul PluzhnikovFix BZ #18985 -- out of range data to strftime() causes...
2015-09-26 Joseph MyersFix powf inaccuracy (bug 18956).
2015-09-25 Joseph MyersFix pow missing underflows (bug 18825).
2015-09-25 Florian WeimerFix inconsistent passwd compensation in nss/bug17079.c
2015-09-25 Joseph MyersUse soft-fp fma for no-FPU ColdFire (bug 13304).
2015-09-25 Joseph MyersUse soft-fp fma for MicroBlaze (bug 13304).
2015-09-25 Maciej W. Rozycki[BZ #17250] Fix static dlopen default library search...
2015-09-24 Joseph MyersFix hypot missing underflows (bug 18803).
2015-09-24 Steve Ellcey Add missing ChangeLog entry.
2015-09-24 Steve Ellcey Add unused attribute to declaration for mips16...
2015-09-24 Joseph MyersRefactor x86_64 libm code forcing underflow exceptions.
2015-09-24 Joseph MyersUse LOAD_PIC_REG in i386 atanh.
2015-09-24 Joseph MyersRefactor i386 libm code forcing underflow exceptions.
2015-09-24 Joseph MyersFix x86_64 fma4 pow inappropriate contraction (bug...
2015-09-24 Szabolcs NagyRegenerate aarch64 libm-test-ulps
2015-09-23 Joseph MyersDon't use volatile in exp2f.
2015-09-23 Joseph MyersRefactor code forcing underflow exceptions.
2015-09-23 Joseph MyersUse math_narrow_eval more consistently.
2015-09-22 H.J. LuRemove ignored symbols from nptl/Versions
2015-09-22 Florian WeimerTest in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe...
2015-09-22 Florian WeimerAdd test case for bug 18287
2015-09-22 Samuel ThibaultAdd missing __mach_host_self_ symbol in Versions
2015-09-20 Samuel ThibaultFix vm_page_size visibility
2015-09-19 Samuel ThibaultReally fix sysdeps/i386/fpu/s_scalbn.S build
2015-09-18 Mike Frysingertimezone: add a configure flag to disable program install
2015-09-18 Joseph MyersRevert timezone/Makefile change.
2015-09-18 Joseph MyersAvoid excess range in results from i386 exp, hypot...
2015-09-18 Wilco DijkstraUndo build error fixes to timezone/private.h, change...
2015-09-18 Joseph MyersAvoid excess range in results from i386 scalb functions...
2015-09-18 Wilco DijkstraCleanup a few cases where isinf is used to get the...
2015-09-18 Mike Frysingertimezone: fix parallel check failures
2015-09-18 Joseph MyersAvoid excess range overflowing results from cosh, sinh...
2015-09-18 Wilco DijkstraSince we now inline isinf, isnan and isfinite in math...
2015-09-18 Wilco DijkstraFix several build failures with GCC6 due to unused...
2015-09-18 H.J. LuUse __libc_ptf_call in _longjmp_unwind
2015-09-18 David Lamparterarm: setjmp/longjmp: fix PIC vs SHARED thinkos
2015-09-18 Wilco DijkstraUse the GCC builtin functions for the non-inlined signb...
2015-09-18 Wilco DijkstraAdd inlining of the C99 math functions isinf/isnan...
2015-09-18 Wilco DijkstraAdd a new benchmark for isinf/isnan/isnormal/isfinite...
2015-09-18 Carlos O'DonellFix error messages in elf/tst-dlmopen1.c.
2015-09-18 Carlos O'DonellUse ALIGN_* macros in _dl_map_object_from_fd.
2015-09-18 Vincent Bernattime: in strptime(), make %z accept [+-]HH:MM tz [BZ...
2015-09-18 Vincent Bernattime: in strptime(), make %z accept Z as a time zone...
2015-09-18 Mike Frysingeralpha: drop __ASSUME_FDATASYNC
2015-09-18 Joseph MyersTest for weak undefined symbols in linknamespace.pl.
2015-09-17 H.J. LuUse __pthread_setcancelstate in libc.a
2015-09-17 Joseph MyersFix sign of zero part from ctan / ctanh when argument...
2015-09-17 Joseph MyersReduce number of constants in __finite* (bug 15384).
2015-09-17 Joseph MyersFix tgamma missing underflows (bug 18951).
2015-09-17 Andreas SchwabRestore sparc64 implementation of semctl
2015-09-16 Joseph MyersDon't declare float / long double Bessel functions...
2015-09-16 Joseph MyersMake scalbn set errno (bug 6803).
2015-09-16 Justus WinterCache the host port like we cache the task port
2015-09-16 Joseph MyersUpdate de.po from Translation Project (bug 4404).
2015-09-16 Joseph MyersClean up ldbl-128 / ldbl-128ibm expm1l dead code (bug...
2015-09-16 Paul PluzhnikovFix BZ #18872 -- memory leak in printf_positional.
2015-09-16 Andreas SchwabRemove extra va_start/va_end calls (bug 17244)
2015-09-16 Andreas SchwabAdd missing va_end calls (bug 17243)
2015-09-15 Roland McGrathUse HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.
2015-09-15 Joseph MyersFix math.h, tgmath.h XSI POSIX namespace (gamma, isnan...
2015-09-15 Joseph MyersFix ldbl-128ibm nearbyintl use of signaling comparisons...
next