unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-10-23 00:17:16 to 2018-10-29 12:20:17 UTC [more...]

[PATCH v2 0/8] Use more flags parameters instead of global bits in stdio
 2018-10-29 12:19 UTC  (10+ messages)
` [PATCH v2 1/8] Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl
` [PATCH v2 2/8] Add __vfscanf_internal and __vfwscanf_internal with flags arguments
` [PATCH v2 3/8] Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD
` [PATCH v2 4/8] Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl
` [PATCH v2 5/8] Add __v*printf_internal with flags arguments
` [PATCH v2 6/8] Add __vsyslog_internal, with same flags as __v*printf_internal
` [PATCH v2 7/8] Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY
` [PATCH v2 8/8] Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl

[PATCH 1/4] Remove the error handling wrapper from exp and exp2
 2018-10-29 12:12 UTC  (4+ messages)

[PATCH v2] Ensure mktime sets errno on error (bug 23789)
 2018-10-29  8:52 UTC  (3+ messages)

[PATCH] elf: Update GNU_PROPERTY_X86_XXX macros [BZ #23797]
 2018-10-29  0:11 UTC  (3+ messages)

[PATCH v2] Improve the width of alternate representation for year in strftime [BZ #23758]
 2018-10-28 21:06 UTC  (2+ messages)

[PATCH] MIPS: Use `.set arch=mips2' to emulate LL/SC for the R5900 too
 2018-10-28 14:03 UTC  (3+ messages)

[hurd,commited 0/3] Fix RPC interruption handling
 2018-10-28 13:38 UTC  (4+ messages)
` [hurd,commited 1/3] hurd: set interrupt timeout to 1 minute
` [hurd,commited 2/3] hurd: Return EIO on non-responding interrupted servers
` [hurd,commited 3/3] hurd: Fix race between calling RPC and handling a signal

[PATCH] Improve adherance to the GNU Kind Communication Guidelines
 2018-10-28  1:00 UTC  (13+ messages)

[PATCH] stdlib/test-bz22786: Avoid spurious test failures using alias mappings
 2018-10-27 15:19 UTC  (4+ messages)

[PATCH] Ensure mktime sets errno on error (bug 23789)
 2018-10-27  8:18 UTC  (24+ messages)

Strange branch activity
 2018-10-26 17:10 UTC  (3+ messages)

Remove pre-Python-3.4 compatibility from build-many-glibcs.py [committed]
 2018-10-26 15:48 UTC 

[PATCH] posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]
 2018-10-26 14:07 UTC 

[PATCH 4/4] Remove the error handling wrapper from pow
 2018-10-26 12:52 UTC 

[PATCH 3/4] Remove the error handling wrapper from log2
 2018-10-26 12:51 UTC 

[PATCH 2/4] Remove the error handling wrapper from log
 2018-10-26 12:50 UTC 

[PATCH] i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]
 2018-10-26 12:49 UTC  (2+ messages)

V6 [PATCH] x86: Add <sys/platform/x86.h>
 2018-10-26  6:11 UTC  (6+ messages)

[PATCH v3] Y2038: make __mktime_internal compatibles with __time64_t
 2018-10-25 20:22 UTC  (10+ messages)
    ` glibc bug 23789 (was: [PATCH v3] Y2038: make __mktime_internal compatibles with __time64_t)

Directions for arc4random
 2018-10-25 19:13 UTC  (3+ messages)

[PATCH v3 1/2] posix: Use posix_spawn on popen
 2018-10-25 17:41 UTC  (2+ messages)
` [PATCH v3 2/2] posix: Use posix_spawn on system

Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h
 2018-10-25 15:55 UTC  (2+ messages)

[PATCH] signal: Use correct type for si_band in siginfo_t [BZ #23562]
 2018-10-25 12:22 UTC  (6+ messages)

[PATCH] Fix the ld flags not be applied to tst-execstack-mod.so
 2018-10-25 11:12 UTC  (4+ messages)

[PATCH] RISC-V: properly terminate call chain
 2018-10-25  9:53 UTC 

Add new ELF note types from Linux 4.19 to elf.h
 2018-10-25  9:15 UTC  (2+ messages)

[v13 1/2] Y2038: Add 64-bit time for all architectures
 2018-10-25  0:09 UTC  (7+ messages)
` [v13 2/2] Y2038: make __tz_convert compatible with 64-bit-time

[PATCH] Fix misreported errno on preadv2/pwritev2 (BZ#23579)
 2018-10-24 23:57 UTC  (6+ messages)

[hurd,commited] hurd: XFAIL absence of C11 threads implementation
 2018-10-24 23:55 UTC 

[PATCH 0/2] hurd: Fix some ld.so symbol override from libc
 2018-10-24 23:50 UTC  (2+ messages)

V5 [PATCH 0/2] Add <sys/platform/x86.h>
 2018-10-24 22:57 UTC  (14+ messages)
` V5 [PATCH 1/2] x86: "
` V5 [PATCH 2/2] x86: Add a LD_PRELOAD IFUNC resolver test for CPU_FEATURE_USABLE

[PATCH] Improve the width of alternate representation for year in strftime [BZ #23758]
 2018-10-24 21:38 UTC  (7+ messages)

Propose requiring Python 3.4 or later for building glibc
 2018-10-24 20:50 UTC  (8+ messages)

[PATCH] Fix date typo in ChangeLog
 2018-10-24 19:50 UTC 

[PATCH v2 1/3] posix: Add internal symbols for posix_spawn interface
 2018-10-24 19:47 UTC  (16+ messages)
` [PATCH v2 2/3] posix: Use posix_spawn on popen
` [PATCH v2 3/3] posix: Use posix_spawn on system

[PATCH] x86: Fix Haswell strong flags (BZ#23709)
 2018-10-24 19:22 UTC  (3+ messages)

[PATCH 0/2] Fix up soft-fp issue
 2018-10-24 12:52 UTC  (10+ messages)
` [PATCH 1/2] soft-fp: Fix overwritten issue for division in op-4.h

[PATCH] ld.so: command argument "--preload"
 2018-10-24 10:54 UTC  (3+ messages)

[PATCH v12 1/3] Y2038: provide size of default time_t for target architecture
 2018-10-24  9:33 UTC  (11+ messages)

[PATCH] x86: Add --enable-rdtscp-in-benchtests
 2018-10-24  8:34 UTC  (8+ messages)

PING^3: V5 [PATCH 0/2] Add <sys/platform/x86.h>
 2018-10-24  8:30 UTC  (2+ messages)

[PATCH] x86: Support RDTSCP for benchtests
 2018-10-24  8:29 UTC  (2+ messages)

Proposal: Slow dynamic TLS for internal glibc use
 2018-10-24  5:45 UTC  (9+ messages)

[PATCH v5] Locales: Cyrillic -> ASCII transliteration table [BZ #2872]
 2018-10-23 23:08 UTC  (4+ messages)

[PATCHv4] Protect _dl_profile_fixup data-dependency order [BZ #23690]
 2018-10-23 20:52 UTC  (2+ messages)
` [PATCHv5] "

Propose requiring Python 3.4 or later for building glibc
 2018-10-23 16:57 UTC 

[PATCHv2] Protect _dl_profile_fixup data-dependency order [BZ #23690]
 2018-10-23 15:20 UTC  (15+ messages)
` [PATCHv3] "

New Belarusian PO file for 'libc' (version 2.27.9000)
 2018-10-23 14:07 UTC 

[PATCH] Add more checks for valid ld.so.cache file (bug 18093)
 2018-10-23 12:34 UTC  (3+ messages)

[PATCH] Don't use PSEUDO_END for non-PSEUDO function
 2018-10-23  7:43 UTC  (2+ messages)

[PATCH] Simplify an #if #else #endif
 2018-10-23  3:23 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).