unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2024-03-28 18:39:41 to 2024-04-04 12:51:09 UTC [more...]

RFE: enable buffering on null-terminated data
 2024-04-04 12:52 UTC  (13+ messages)
          ` Examples of concurrent coproc usage?

[PATCH 0/3] Improve x86 rounding implementation when FE_INEXACT trap is enabled
 2024-04-04 11:52 UTC  (9+ messages)
` [PATCH 1/3] math: math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)
` [PATCH 2/3] math: math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)
` [PATCH 3/3] math: math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)

Security warning about xz library compromise
 2024-04-04 10:48 UTC  (29+ messages)
` Sourceware mitigating and preventing the next xz-backdoor

[PATCH] manual: scripts/documented.sh updated
 2024-04-04 13:58 UTC  (10+ messages)

[PATCH 6/8 v2] aarch64/fpu: Add vector variants of sinh
 2024-04-04  8:03 UTC  (2+ messages)

[PATCH 5/8 v2] aarch64/fpu: Add vector variants of atanh
 2024-04-04  8:02 UTC  (2+ messages)

[PATCH v2 00/10] Improve rounding to interger function for C23
 2024-04-04  5:25 UTC  (21+ messages)
` [PATCH v2 01/10] math: Add test to check if ceil raise inexact floating-point exception
` [PATCH v2 02/10] math: Add test to check if floor "
` [PATCH v2 03/10] math: Add test to check if trunc "
` [PATCH v2 04/10] math: Add test to check if round "
` [PATCH v2 05/10] x86: Do not raise inexact exception on ceill
` [PATCH v2 06/10] x86: Do not raise inexact exception on floorl
` [PATCH v2 07/10] x86: Do not raise inexact exception on truncl
` [PATCH v2 08/10] x86: Do not raise inexact exception on floor/floorf
` [PATCH v2 09/10] i386: Do not raise inexact exception on ceil/ceilf
` [PATCH v2 10/10] i386: Do not raise inexact exception on trunc/truncf

[PATCH] login: Use unsigned 32-bit types for seconds-since-epoch
 2024-04-04  5:09 UTC  (3+ messages)

[PATCH] elf: Don't call fatal_error in _dl_signal_error
 2024-04-03 20:00 UTC  (3+ messages)

[PATCH] arc4random: fix getrandom fallback to /dev/urandom
 2024-04-03 17:50 UTC  (5+ messages)

[PATCH] RISC-V: Implement TLS Descriptors
 2024-04-03 11:48 UTC  (19+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] RISC-V: Add include guard for dl-tls.h
  ` [PATCH v5 2/3] RISC-V: Add TLSDESC reloc definitions
  ` [PATCH v5 3/3] RISC-V: Implement TLS Descriptors
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] RISC-V: Add include guard for dl-tls.h
  ` [PATCH v6 2/3] RISC-V: Add TLSDESC reloc definitions
  ` [PATCH v6 3/3] RISC-V: Implement TLS Descriptors

[PATCH v2] misc: Add support for Linux uio.h RWF_NOAPPEND flag
 2024-04-03 11:46 UTC  (2+ messages)

[PATCH] misc: Add support Linux uio.h RWF_NOAPPEND flag
 2024-04-03  6:17 UTC  (2+ messages)

[PATCH] stdlib: reorganize stdlib Makefile routines by functionality
 2024-04-03  1:57 UTC  (11+ messages)

[PATCH] LoongArch: Add soft floating-point fe* function implementations
 2024-04-02 21:18 UTC  (15+ messages)

[PATCH] elf: handle NULL input to fatal_error
 2024-04-02 15:50 UTC  (13+ messages)
` [PATCH] elf: sanitize objname in _dl_signal_error

[PATCH] LoongArch: Add soft floating-point fe* function implementations
 2024-04-02 14:46 UTC 

[PATCH v3 0/7] Fix some libm static issues
 2024-04-02 14:06 UTC  (8+ messages)
` [PATCH v3 1/7] math: Add support for auto static math tests
` [PATCH v3 2/7] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
` [PATCH v3 3/7] math: Fix i386 and m68k exp10 on static build
` [PATCH v3 4/7] math: Fix isnanf128 "
` [PATCH v3 5/7] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9
` [PATCH v3 6/7] math: Provide frexpf128 "
` [PATCH v3 7/7] math: Provide modf128 "

[PATCH v5] Always define __USE_TIME_BITS64 when 64 bit time_t is used
 2024-04-02  2:57 UTC  (2+ messages)
` [PATCH v6] "

status of dj/malloc branch?
 2024-04-01 20:59 UTC  (2+ messages)

[PATCH v2 0/3] manual/math.texi: logb(3) and cbrt(3) fixes
 2024-04-01 19:09 UTC  (8+ messages)
` [PATCH v3 0/4] manual: arith.texi and math.texi fixes
  ` [PATCH v3 1/4] manual: logb(x) is floor(log2(fabs(x)))
  ` [PATCH v3 2/4] manual: floor(log2(fabs(x))) has rounding errors
  ` [PATCH v3 3/4] manual: Clarify return value of cbrt(3)
  ` [PATCH v3 4/4] manual: significand() uses FLT_RADIX, not 2

[PATCH 00/12] Improve rounding to interger function for C23
 2024-04-01 16:50 UTC  (26+ messages)
` [PATCH 01/12] math: Reformat Makefile
` [PATCH 02/12] powerpc: Add missing arch flags on rounding ifunc variants
` [PATCH 03/12] math: Add test to check if ceil raise inexact floating-point exception
` [PATCH 04/12] math: Add test to check if floor "
` [PATCH 05/12] math: Add test to check if trunc "
` [PATCH 06/12] math: Add test to check if round "
` [PATCH 07/12] x86: Do not raise inexact exception on ceill
` [PATCH 08/12] x86: Do not raise inexact exception on floorl
` [PATCH 09/12] x86: Do not raise inexact exception on truncl
` [PATCH 10/12] x86: Do not raise inexact exception on floor/floorf
` [PATCH 11/12] i386: Do not raise inexact exception on ceil/ceilf
` [PATCH 12/12] i386: Do not raise inexact exception on trunc/truncf

Monday Patch Queue Review pdate (2024-04-01)
 2024-04-01 14:00 UTC 

[PATCH] stdlib: reorganize stdlib Makefile routines by functionality
 2024-04-01 12:03 UTC  (2+ messages)

New Croatian PO file for 'libc' (version 2.38.9000)
 2024-04-01  3:27 UTC 

[PATCH v4] LoongArch: Add support for TLS Descriptors
 2024-03-31  7:36 UTC 

[PATCH v2 3/3] manual: Cube roots are rarely representable
 2024-03-30 19:07 UTC  (7+ messages)

[PATCH v2 2/3] manual: floor(log2(fabs(x))) has rounding errors
 2024-03-30  9:47 UTC  (5+ messages)

[PATCH v2 1/3] manual: logb(x) is floor(log2(fabs(x)))
 2024-03-29 23:00 UTC  (3+ messages)

[PATCH 0/2] OpenRISC glibc hard float support
 2024-03-29  7:40 UTC  (3+ messages)
` [PATCH 1/2] or1k: Add "
` [PATCH 2/2] build-many-glibcs.py: Add openrisc hard float glibc variant

[PATCH v2 00/10] Fix some libm static issues
 2024-03-28 19:57 UTC  (13+ messages)
` [PATCH v2 03/10] i386: Use generic fmod

[PATCH] Benchtests: Improve large memcpy/memset benchmarks
 2024-03-28 19:28 UTC  (5+ 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).