platform/upstream/glibc.git
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...
2015-09-15 Joseph MyersMark fegetround pure (bug 16296).
2015-09-15 Joseph MyersFix ctan, ctanh missing underflows (bug 18595).
2015-09-15 Joseph MyersSimplify hypotf infinity handling (bug 15918).
2015-09-15 Joseph MyersFix i386 exp10 missing underflows (bug 18966).
2015-09-15 Samuel ThibaultFix typo
2015-09-14 Joseph MyersFix i386 exp missing underflows (bug 18961).
2015-09-14 Joseph MyersFix exp2 missing underflows (bug 16521).
2015-09-14 Carlos O'DonellUse ALIGN_DOWN in systrim.
2015-09-14 Carlos O'DonellPrevent check-local-headers.sh hang.
2015-09-13 Samuel ThibaultFix typo
2015-09-13 Rasmus Villemoeslinux/getsysstats.c: use sysinfo() instead of parsing...
2015-09-12 Mike Frysingerlocaledef: improve error message [BZ #16985]
2015-09-12 Joseph MyersAdd more random libm test inputs (mainly for ldbl-128).
2015-09-11 Roland McGrathNaCl: Do not install <sys/mtio.h>.
2015-09-11 Joseph MyersMove bits/atomic.h to atomic-machine.h (bug 14912).
2015-09-11 Joseph MyersUpdate libm-test-ulps for MIPS.
2015-09-11 Joseph MyersFix ldbl-128/ldbl-128ibm lgamma spurious "invalid"...
2015-09-11 Joseph MyersAdd more randomly-generated libm tests.
2015-09-10 Joseph MyersFix lgamma (negative) inaccuracy (bug 2542, bug 2543...
2015-09-10 Paul PluzhnikovTo fix BZ #18675, use __fstatvfs64 in __fpathconf.
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-08 Roland McGrathBZ#18921: Mark fixed in NEWS.
2015-09-08 Andrew BennettMIPS: Only use .set mips* assembler directives when...
2015-09-07 Samuel ThibaultFix parallel build of before-compile targets.
2015-09-06 Samuel ThibaultFix rules generating headers in hurd/ and mach/
2015-09-06 Manolis RagkousisCheck sysheaders when looking for Mach and Hurd headers
2015-09-04 Roland McGrathBZ#18921: Fix opendir inverted o_directory_works test.
2015-09-04 Joseph MyersRename bits/linkmap.h to linkmap.h (bug 14912).
2015-09-04 Andreas SchwabTerminate FDE before return trampoline in makecontext...
2015-09-04 Carlos Eduardo Seopowerpc: Fix compiler warning in some syscalls.
2015-09-04 Joseph MyersRename bits/stdio-lock.h to stdio-lock.h (bug 14912).
2015-09-04 Joseph MyersRename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).
2015-09-04 Florian WeimerAmend ChangeLog to reflect deletion of elf/tst-znodelet...
2015-09-03 Roland McGrathMark elf/tst-protected1[ab] as XFAIL.
2015-09-03 Joseph MyersRename bits/libc-tsd.h to libc-tsd.h (bug 14912).
2015-09-03 Joseph MyersDon't install bits/libc-lock.h or bits/stdio-lock.h.
2015-09-03 Joseph MyersDon't include <bits/stdio-lock.h> from installed <libio.h>.
2015-09-01 Paul PluzhnikovFix BZ #18757.
2015-09-01 Paul PluzhnikovFilter out NULL entries.
2015-09-01 Joseph MyersAdd netinet/in.h values from Linux 4.2.
2015-09-01 Joseph MyersAdd more TCP_* values to netinet/tcp.h.
2015-08-31 Brett NeumeierFix non-v9 32-bit sparc build.
2015-08-31 Paul EggertFix broken overflow check in posix_fallocate [BZ 18873]
2015-08-29 Mike FrysingerNEWS: add #18887
2015-08-29 Mike Frysingergetmntent: fix memory corruption w/blank lines [BZ...
next