platform/upstream/glibc.git
2016-06-23 Florian Weimertest-skeleton.c (xrealloc): Support realloc-as-free
2016-06-23 Florian Weimertest-skeleton.c: xmalloc, xcalloc, xrealloc are potenti...
2016-06-23 Florian Weimertest-skeleton.c: Add write_message function
2016-06-22 Joseph MyersSimplify x86 nearbyint functions.
2016-06-22 Zack WeinbergMove sysdeps/generic/bits/hwcap.h to top-level bits/
2016-06-22 Zack WeinbergMove sysdeps/generic/bits/hwcap.h to top-level bits/
2016-06-22 Wilco DijkstraThis patch further tunes memcpy - avoid one branch...
2016-06-21 Florian Weimermalloc: Avoid premature fallback to mmap [BZ #20284]
2016-06-21 Adhemerval... Fix p{readv,writev}{64} consolidation implementation
2016-06-20 Andrew SenkevichAdded tests to ensure linkage through libmvec *_finite...
2016-06-20 Wilco DijkstraAdd a simple rawmemchr implementation. Use strlen...
2016-06-20 Wilco DijkstraThis is an optimized memcpy/memmove for AArch64. Copie...
2016-06-20 Florian Weimerelf: Consolidate machine-agnostic DTV definitions in...
2016-06-20 Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-19 Carlos O'DonellExpand comments in Linux times() implementation.
2016-06-18 Aurelien JarnoMIPS, SPARC: fix wrong vfork aliases in libpthread.so
2016-06-16 Rajalakshmi... Add nextup and nextdown math functions
2016-06-16 Rical Jasanmanual: fix typos in the pattern chapter
2016-06-16 Simion Onealocaledata: ro_RO: update Tuesday translation [BZ ...
2016-06-16 Rical Jasanmanual: fix typos in the search chapter
2016-06-16 Rical Jasanmanual: fix typos in the message chapter
2016-06-16 Mike Frysingermanual: fix spelling typos
2016-06-16 Rical Jasanmanual: fix typos in the locale chapter
2016-06-16 Rical Jasanmanual: fix typos in the locale chapter
2016-06-16 Rical Jasanmanual: fix typos in character set handling
2016-06-16 Rical Jasanmanual: fix typos in the string chapters
2016-06-16 Rical Jasanmanual: fix typos in the character handling chapter
2016-06-16 Rical Jasanmanual: fix typos in the memory chapter
2016-06-14 Joseph MyersFix i386 fdim double rounding (bug 20255).
2016-06-14 Joseph MyersUse generic fdim on more architectures (bug 6796, bug...
2016-06-14 Joseph MyersSimplify generic fdim implementations.
2016-06-14 rajipowerpc: strcasecmp/strncasecmp optmization for power8
2016-06-13 Joseph MyersFix dbl-64 atan2 (sNaN, qNaN) (bug 20252).
2016-06-13 Joseph MyersAdd more sNaN tests (cimag, conj, copysign, creal,...
2016-06-13 Joseph MyersFix frexp (NaN) (bug 20250).
2016-06-13 Adhemerval... nptl: Add sendmmsg and recvmmsg cancellation tests
2016-06-13 Florian Weimerdebug/tst-longjmp_chk2: Make signal handler more conser...
2016-06-13 Adhemerval... Remove __ASSUME_FUTEX_LOCK_PI
2016-06-11 Paul PluzhnikovFix rt/tst-aio64.c as well, and mention login/tst-utmp...
2016-06-11 Paul Pluzhnikov2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-06-11 Mike FrysingerNEWS: clarify localedef --old-style update
2016-06-11 Florian Weimernss_db: Fix initialization of iteration position [BZ...
2016-06-11 Florian Weimermalloc_usable_size: Use correct size for dumped fake...
2016-06-11 Florian Weimerfopencookie: Mangle function pointers stored on the...
2016-06-11 Paras pradhanlocaledata: ne_NP: misc updates [BZ #1170]
2016-06-11 Mike Frysingerunicode-gen: include standard comment file header
2016-06-11 Marko Myllynenlocaledef: drop unused --old-style
2016-06-11 Mike Frysingerlocaledata: pt_BR/pt_PT: make days/months lowercase...
2016-06-11 Eduardo TrĂ¡panilocaledata: eo: new Esperanto locale [BZ #16190]
2016-06-10 Joseph MyersFix modf (sNaN) (bug 20240).
2016-06-10 Carlos O'DonellBug 20215: Always undefine __always_inline before defin...
2016-06-10 Adhemerval... Revert {send,sendm,recv,recvm}msg conformance changes
2016-06-10 Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
2016-06-09 Joseph MyersFix i386/x86_64 log2l (sNaN) (bug 20235).
2016-06-09 Joseph MyersFix ldbl-128ibm log1pl (sNaN) (bug 20234).
2016-06-09 Joseph MyersFix ldbl-128ibm expm1l (sNaN) (bug 20233).
2016-06-09 Joseph MyersFix ldbl-128 expm1l (sNaN) (bug 20232).
2016-06-09 H.J. LuAlways indirect branch to __libc_start_main via GOT
2016-06-09 H.J. LuX86-64: Add dummy memcopy.h and wordcopy.c
2016-06-09 Florian Weimerquick_exit tests: Do not use C++ headers
2016-06-09 Andreas SchwabFix nscd assertion failure in gc (bug 19755)
2016-06-09 Paul Pluzhnikov2016-06-09 Paul Pluzhnikov <ppluzhnikov@gmail.com>
2016-06-08 Samuel Thibaultmach: Add mach_print sycsall declaration
2016-06-08 Joseph MyersFix i386/x86_64 log1pl (sNaN) (bug 20229).
2016-06-08 Joseph MyersFix i386/x86_64 log10l (sNaN) (bug 20228).
2016-06-08 Joseph MyersFix i386/x86_64 logl (sNaN) (bug 20227).
2016-06-08 Joseph MyersFix i386/x86_64 expl, exp10l, expm1l for sNaN input...
2016-06-08 Joseph MyersFix ldexp, scalbn, scalbln for sNaN input (bug 20225).
2016-06-08 Joseph MyersFix i386 cbrtl (sNaN) (bug 20224).
2016-06-08 H.J. LuX86-64: Remove previous default/SSE2/AVX2 memcpy/memmove
2016-06-08 H.J. LuX86-64: Remove the previous SSE2/AVX2 memsets
2016-06-08 Paul E. MurphyGenerate new format names in auto-libm-test-out
2016-06-08 Paul E. MurphyRemove type specific information from auto-libm-test-in
2016-06-08 Paul E. MurphyRemove CHOOSE() macro from libm-tests.inc
2016-06-08 Paul E. MurphyApply LIT(x) to floating point literals in libm-test.c
2016-06-08 Florian Weimermalloc: Correct size computation in realloc for dumped...
2016-06-07 Joseph MyersFix i386 atanhl (sNaN) (bug 20219).
2016-06-07 Joseph MyersFix i386 asinhl (sNaN) (bug 20218).
2016-06-07 H.J. LuCheck FMA after COMMON_CPUID_INDEX_80000001
2016-06-07 Carlos O'DonellBug 20214: Fix linux/in6.h and netinet/in.h sync.
2016-06-07 Carlos O'DonellBug 20198: quick_exit should not call destructors.
2016-06-06 H.J. LuFix a typo in comments in memmove-vec-unaligned-erms.S
2016-06-06 Joseph MyersFix dbl-64 asin (sNaN) (bug 20213).
2016-06-06 Adhemerval... Consolidate pwritev/pwritev64 implementations
2016-06-06 Adhemerval... Consolidate preadv/preadv64 implementation
2016-06-06 Joseph MyersFix dbl-64 acos (sNaN) (bug 20212).
2016-06-06 Tulio Magno... powerpc: Fix --disable-multi-arch build on POWER8
2016-06-06 Stefan Lieblertst-rec-dlopen: Fix build fail due to missing inclusion...
2016-06-05 Paul Pluzhnikov2016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-06-05 Florian Weimertst-rec-dlopen: Use interposed malloc instead of hooks
2016-06-04 Andreas SchwabUse __typeof instead of typeof
2016-06-04 Carlos O'DonellFix include/wchar.h for C++
2016-06-03 Joseph MyersFix x86/x86_64 nextafterl incrementing negative subnorm...
2016-06-03 Florian Weimerlibio: Use wmemset instead of __wmemset to avoid linkna...
2016-06-03 Carlos O'DonellFix macro API for __USE_KERNEL_IPV6_DEFS.
2016-06-01 Florian Weimerfork in libpthread cannot use IFUNC resolver [BZ #19861]
2016-05-30 Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2016-05-30 Paul Pluzhnikov2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-05-30 Samuel Thibaulthurd: disable ifunc for now
2016-05-30 Samuel ThibaultAdd more hurd exception to local headers list
next