platform/upstream/glibc.git
2019-02-12 Joseph MyersAdd fall-through comments.
2019-02-11 Paul ClarkeUse float in e_sqrt.c
2019-02-11 TAMUKI ShoichiFix a few whitespace arrangement inconsistencies in...
2019-02-08 Joseph MyersRemove powerpc bits/mathinline.h.
2019-02-08 Florian Weimermath: Enable <bits/math-finite.h> sysdeps override
2019-02-08 Florian WeimerMove generic <bits/unistd_ext.h> to a more regular...
2019-02-08 Patsy Franklinnss: Add tst-nss-files-hosts-long test [BZ #21915]
2019-02-08 Florian WeimerProvide <bits/unistd_ext.h> as a sysdeps header exclusively
2019-02-08 Florian Weimerposix: Fix missing wrapper header for <bits/unistd_ext.h>
2019-02-08 TAMUKI Shoichitst-strftime2: Use array_length macros instead of magic...
2019-02-08 Florian Weimernptl: Avoid fork handler lock for async-signal-safe...
2019-02-08 Florian WeimerChangeLog: Correct date of last commit
2019-02-08 Florian WeimerLinux: Add gettid system call wrapper [BZ #6399]
2019-02-08 Florian Weimerrt: Turn forwards from librt to libc into compat symbol...
2019-02-07 Stefan LieblerAdd compiler barriers around modifications of the robus...
2019-02-07 Florian Weimerarray_length: Make usable as a constant expression
2019-02-07 Florian Weimersupport: Implement xdlmopen
2019-02-06 Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-06 Florian Weimersupport: Use dlerror to detect NULL symbols in xdlsym
2019-02-06 Florian Weimerx86: Remove unnecessary <stap-probe.h> include from...
2019-02-06 Stefan LieblerFix wide char format specifier in libio/tst-bz24153.c.
2019-02-06 Stefan LieblerS390: Fix introduction of __wmemcmp and weak wmemcmp...
2019-02-06 Stefan LieblerFix alignment of TLS variables for tls variant TLS_TCB_...
2019-02-05 Florian Weimerarm: Use "nr" constraint for Systemtap probes [BZ ...
2019-02-04 Joseph MyersFix assertion in malloc.c:tcache_get.
2019-02-04 Joseph MyersRemove duplicate initialization of field in nscd.
2019-02-04 Andreas SchwabFix handling of collating elements in fnmatch (bug...
2019-02-04 H.J. Lux86-64 memcmp: Use unsigned Jcc instructions on size...
2019-02-04 Florian Weimer<spawn.h>: Add missing nonnull attributes and __restric...
2019-02-04 David Newallelf: Implement --preload option for the dynamic linker
2019-02-04 Matthew Malcomsontestrun.sh: Exit in case of incorrect argument
2019-02-04 Florian Weimertime: Avoid alignment gaps in __tzfile_read
2019-02-03 Florian Weimertime: Use struct alloc_buffer in __tzfile_read
2019-02-03 Aurelien Jarnotestsuite: stdlib/isomac.c: add missing include
2019-02-03 Florian Weimertime: Use int, not long int, for internal GMT offsets
2019-02-03 Florian Weimerlibio: Use stdin consistently for input functions ...
2019-02-02 Florian Weimermanual: Document lack of conformance of sched_* functio...
2019-02-01 Joseph MyersRequire GCC 6.2 or later to build glibc.
2019-02-01 Florian Weimersupport: Correct error message for TEST_COMPARE_STRING
2019-02-01 Florian Weimersupport: Handle AF_LOCAL, AF_UNSPEC in support_format_a...
2019-02-01 Florian Weimermanual: Update struct sockaddr_in, struct sockaddr_sin6...
2019-02-01 Wilco DijkstraCleanup clock_*time includes
2019-02-01 Feng Xueaarch64: Optimized memchr specific to AmpereComputing...
2019-02-01 Feng Xueaarch64: Optimized memset specific to AmpereComputing...
2019-02-01 Feng Xueaarch64: Add AmpereComputing emag to tunable cpu list
2019-02-01 Stefan Lieblerposix/tst-spawn: Fix racy tests in spawned processes.
2019-02-01 Vineet Guptamake-syscalls.sh: fix comment referencing syscall-template
2019-02-01 Carlos O'Donellnptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)
2019-02-01 Joseph MyersUse MPFR 4.0.2 in build-many-glibcs.py.
2019-01-31 Paul Pluzhnikovlibio: use stdout in puts and putchar, etc [BZ #24051].
2019-01-31 Paul Eggertregex: fix read overrun [BZ #24114]
2019-01-31 Florian Weimernss_files: Fix /etc/aliases null pointer dereference...
2019-01-31 Siddhesh PoyarekarOpen master for 2.30 development
2019-01-31 Siddhesh PoyarekarTag 2.29 release
2019-01-31 Siddhesh PoyarekarPrepare for 2.29 release
2019-01-25 Siddhesh PoyarekarUpdate translations
2019-01-25 Adhemerval... [elf] Revert 8e889c5da3 (BZ#24122)
2019-01-24 Samuel Thibaulthurd: Fix initial sigaltstack state
2019-01-24 Darius RadRISC-V: Update nofpu ULPs
2019-01-24 Uroš Bizjakalpha: Fix __remqu corrupting $f3 register
2019-01-24 Samuel Thibaulthurd: Fix initial sigaltstack state
2019-01-24 TAMUKI Shoichistrftime: Pass the additional flags from "%EY" to ...
2019-01-24 TAMUKI Shoichistrftime: Set the default width of "%Ey" to 2 [BZ ...
2019-01-24 Adhemerval... hurd: Fix libsupport xsigstack build
2019-01-24 Adhemerval... elf: Fix LD_AUDIT for modules with invalid version...
2019-01-22 Samuel Thibaulthurd: Support AT_EMPTY_PATH
2019-01-22 Samuel Thibaulthurd: Check at_flags passed to faccessat
2019-01-21 Joseph MyersUse binutils 2.32 branch in build-many-glibcs.py.
2019-01-21 Florian WeimerCVE-2016-10739: getaddrinfo: Fully parse IPv4 address...
2019-01-21 H.J. Lux86-64 strnlen/wcsnlen: Properly handle the length...
2019-01-21 H.J. Lux86-64 strncpy: Properly handle the length parameter...
2019-01-21 H.J. Lux86-64 strncmp family: Properly handle the length param...
2019-01-21 H.J. Lux86-64 memset/wmemset: Properly handle the length param...
2019-01-21 H.J. Lux86-64 memrchr: Properly handle the length parameter...
2019-01-21 H.J. Lux86-64 memcpy: Properly handle the length parameter...
2019-01-21 H.J. Lux86-64 memcmp/wmemcmp: Properly handle the length param...
2019-01-21 H.J. Lux86-64 memchr/wmemchr: Properly handle the length param...
2019-01-21 Florian Weimerresolv: Do not send queries for non-host-names in nss_d...
2019-01-21 Florian Weimerresolv: Reformat inet_addr, inet_aton to GNU style
2019-01-18 Florian Weimermalloc: Revert fastbins to old-style atomics
2019-01-18 H.J. LuDisable lazy binding on tests for minimal signal handler
2019-01-17 TAMUKI Shoichimanual: Fix the wording to "alternative" rather than...
2019-01-16 Paul Clarkepowerpc: Fix tiny bug in strncmp.c
2019-01-16 Zack WeinbergTests for minimal signal handler functionality in MINSI...
2019-01-16 Siddhesh PoyarekarUpdate libc.pot
2019-01-15 Tulio Magno... Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests
2019-01-15 Rogerio Alvespowerpc: fix tst-ucontext-ppc64-vscr test for POWER...
2019-01-14 Leonardo Sandovalx86-64: Optimize strcat/strncat, strcpy/strncpy and...
2019-01-12 Dmitry V. LevinFix a few typos in comments
2019-01-11 TAMUKI Shoichistrftime: Consequently use the "L_" macro with characte...
2019-01-11 Rogerio Alvespowerpc: Fix VSCR position in ucontext (bug 24088)
2019-01-10 Andreas K.... resolv: IDNA tests: AAAA (28) is valid, no fallthrough...
2019-01-09 Jim WilsonRISC-V: Update LP64D libm-test-ulps.
2019-01-09 Wilco Dijkstra[AArch64] Add ifunc support for Ares
2019-01-07 H.J. Lusoft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]
2019-01-07 Aurelien JarnoOnly build libm with -fno-math-errno (bug 24024)
2019-01-07 Aurelien Jarnoen_US: define date_fmt (bug 24046)
2019-01-07 Florian Weimermanual: Use @code{errno} instead of @var{errno} [BZ...
2019-01-05 Adhemerval... posix: Fix tst-spawn.c issue from commit 805334b26c
2019-01-04 Rafal LuzynskiChangeLog: Fix an obvious typo in the previous commit.
next