unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-03-22 18:25:51 to 2019-03-29 13:57:12 UTC [more...]

New Belarusian PO file for 'libc' (version 2.28.9000)
 2019-03-29 13:57 UTC 

[PATCH 00/28] powerpc floating-point optimization refactor
 2019-03-29 13:35 UTC  (29+ messages)
` [PATCH 01/28] powerpc: Use generic fabs{f} implementations
` [PATCH 02/28] powerpc: fma using builtins
` [PATCH 03/28] powerpc: Remove power4 mpa optimization
` [PATCH 04/28] powerpc: ceil/ceilf refactor
` [PATCH 05/28] powerpc: floor/floorf refactor
` [PATCH 06/28] powerpc: round/roundf refactor
` [PATCH 07/28] powerpc: trunc/truncf refactor
` [PATCH 08/28] powerpc: generic nearbyint/nearbyintf
` [PATCH 09/28] powerpc: consolidate rint
` [PATCH 10/28] powerpc: copysign cleanup
` [PATCH 11/28] benchtests: Add isnan/isinf/isfinite benchmark
` [PATCH 12/28] math: Use wordsize-64 version for isnan
` [PATCH 13/28] powerpc: Remove optimized isnan
` [PATCH 14/28] math: Use wordsize-64 version for isinf
` [PATCH 15/28] powerpc: Remove optimized isinf
` [PATCH 16/28] math: Use wordsize-64 version for finite
` [PATCH 17/28] powerpc: Remove optimized finite
` [PATCH 18/28] powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintf
` [PATCH 19/28] powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintf
` [PATCH 20/28] powerpc: Refactor powerpc64 lround/lroundf/llround/llroundf
` [PATCH 21/28] powerpc: Refactor powerpc32 lround/lroundf/llround/llroundf
` [PATCH 22/28] powerpc: Use generic e_expf
` [PATCH 23/28] benchtests: hypot benchmark
` [PATCH 24/28] powerpc: hypot refactor and optimization
` [PATCH 25/28] powerpc: Refactor modf{f}
` [PATCH 26/28] benchtests: Add logb{f} benchmark
` [PATCH 27/28] math: Use wordsize-64 version for s_logb
` [PATCH 28/28] powerpc: refactor logb{f,l}

Fix strptime era handling, add more era tests [BZ #24394]
 2019-03-29 11:50 UTC  (17+ messages)
      ` [v2] "
        ` [v3] "
            ` [v4] "

[PATCH] Add verbose comments to 'era' in ja_JP locale
 2019-03-29 11:04 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] RISC-V: Fix `test' operand error with soft-float ABI being configured
 2019-03-29  0:42 UTC 

thread heap leak?
 2019-03-28 18:32 UTC  (14+ messages)

[PATCH 0/6] Improve various nptl tests
 2019-03-28 18:31 UTC  (7+ messages)
` [PATCH 1/6] support: Add xclock_gettime
` [PATCH 2/6] nptl: Convert tst-cond11.c to use libsupport
` [PATCH 3/6] nptl: Convert tst-sem5 & tst-sem13 "
` [PATCH 4/6] nptl/tst-rwlock: Use clock_gettime/timespec rather than gettimeofday/timeval
` [PATCH 5/6] nptl: Convert some rwlock tests to use libsupport
` [PATCH 6/6] nptl/tst-abstime: Use libsupport

[RFC 0/7] y2038: clock_settime rework to be Y2038 safe on 32bit systems
 2019-03-28 17:40 UTC  (27+ messages)
` [RFC 1/7] y2038: Introduce struct __timespec64
` [RFC 2/7] y2038: Provide conversion helpers for "
` [RFC 3/7] y2038: clock_settime: Provide __clock_settime64 implementation for linux
` [RFC 4/7] y2038: rt: clock_settime: Convert __clock_settime to __clock_settime64
` [RFC 5/7] y2038: clock_settime: implementation for Unix generic
` [RFC 6/7] y2038: Support for Y2038 safe time on 32 bit systems (generic code)
` [RFC 7/7] y2038: Introduce support for clock_settime() being Y2038 safe

[PATCH v2 1/2] Y2038: make __mktime_internal compatible with __time64_t
 2019-03-28 16:34 UTC  (15+ messages)

ping [PATCH v12] Locales: Cyrillic -> ASCII transliteration [BZ #2872]
 2019-03-28 16:20 UTC  (2+ messages)
    ` [PING^4][PATCH "

[PATCH 0/4] Restartable Sequences support for glibc 2.30
 2019-03-28 15:42 UTC  (20+ messages)
` [PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
` [PATCH 2/4] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux
` [PATCH 3/4] support record failure: allow use from constructor
` [PATCH 4/4] rseq registration tests (v2)

New Belarusian PO file for 'libc' (version 2.28.9000)
 2019-03-28 14:32 UTC 

[PATCH] ChangeLog: Correct two dates
 2019-03-28  0:07 UTC  (12+ messages)
        ` Added ChangeLog date update to Consensus "Trivial Bug-Fix Changes"
        ` [PATCH COMMITTED] ChangeLog: Correct more dates

Proposal for simpler libc rseq registration ABI across libraries
 2019-03-27 16:16 UTC  (5+ messages)

[PATCH v4] aarch64: thunderx2 memcpy optimizations for ext-based code path
 2019-03-27 14:22 UTC  (4+ messages)

Only building dynamic libs?
 2019-03-27 13:51 UTC  (2+ messages)

[PATCH 0/5] Minor LGTM fixes
 2019-03-27  9:12 UTC  (21+ messages)
` [PATCH 1/5] support: don't pass to set_search_path a big struct by value
` [PATCH 2/5] support: don't pass to resolv_test_start "
  ` [PATCH v2] "
` [PATCH 3/5] nss/grp: don't pass src by value to copy_grp
` [PATCH 4/5] resolv: don't pass struct ns_mst by value
` [PATCH 5/5] python scripts: don't use "==" to compare to None

[PATCH 2/3] time/tst-strftime2.c: Make the file easier to maintain
 2019-03-27  3:28 UTC  (2+ messages)

Proposal: Remove or reduce math-finite.h
 2019-03-26 21:25 UTC  (5+ messages)

[PATCH] math: Enable some math builtins for clang
 2019-03-26 21:20 UTC  (5+ messages)

[PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result
 2019-03-26 20:01 UTC  (3+ messages)

Supporting git access via smart HTTPS protocol for glibc on sourceware.org
 2019-03-26  0:30 UTC  (3+ messages)

[PATCH] nss: Make nsswitch.conf more distribution friendly
 2019-03-25 20:49 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[COMMITTED] powerpc: Remove ununsed s_float_bitwise.h
 2019-03-25 18:38 UTC 

[PATCH] nss/tst-nss-files-alias-leak: add missing opening quote in printf
 2019-03-25 15:29 UTC  (4+ messages)

[PATCH v3 1/2] mtrace: record backtrace of memory allocation/deallocation
 2019-03-24 22:36 UTC  (5+ messages)

Changes to "Contribution Checklist" -- Format of the contribution
 2019-03-24 17:18 UTC  (10+ messages)

[PATCH 3/3] time: Add tests for Minguo calendar [BZ #24293]
 2019-03-24 11:40 UTC  (2+ messages)

Add UDP_GRO from Linux 5.0 to netinet/udp.h
 2019-03-23 23:03 UTC  (2+ messages)

Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h
 2019-03-23 22:59 UTC  (2+ messages)

[PATCH v2 1/6] wcsmbs: Add wcscpy loop unroll option
 2019-03-23 15:01 UTC  (12+ messages)
` [PATCH v2 2/6] powerpc: Use generic wcscpy optimization
` [PATCH v2 3/6] wcsmbs: Use loop_unroll on wcschr
` [PATCH v2 4/6] powerpc: Use generic wcschr optimization
` [PATCH v2 5/6] wcsmbs: Use loop_unroll on wcsrchr
` [PATCH v2 6/6] powerpc: Use generic wcscpy optimization

[COMMITTED] ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]
 2019-03-23  6:04 UTC  (4+ messages)

[PATCH v2] aarch64: thunderx2 memcpy branches reordering
 2019-03-22 21:08 UTC  (3+ messages)

[PATCH v3] aarch64: thunderx2 memcpy branches reordering
 2019-03-22 20:17 UTC 

[PATCH v3] aarch64: thunderx2 memcpy branches reordering
 2019-03-22 20:14 UTC 

[PATCH] login: Remove utmp backend jump tables [BZ #23518]
 2019-03-22 19:43 UTC  (2+ messages)

[PATCH] Improve bench-memmem
 2019-03-22 18:26 UTC  (2+ messages)

[PATCH v2] Improve string benchtests
 2019-03-22 18:25 UTC  (2+ 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).