public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
The time64 and Large File Support mess
 2023-02-03 18:56 UTC  (17+ messages)
` time64 / Large File Support: 2) default time64 breaks legacy 32bit binaries

[PATCH 0/5] Add clone3 support for multiple architectures
 2023-02-03 17:12 UTC  (6+ messages)
` [PATCH 1/5] powerpc64: Add the clone3 wrapper
` [PATCH 2/5] s390x: "
` [PATCH 3/5] riscv: "
` [PATCH 4/5] arm: "
` [PATCH 5/5] mips: "

[PATCH] Remove pthread-pi-defines.sym
 2023-02-03 16:20 UTC  (2+ messages)

[PATCH] C-SKY: Strip hard float abi from hard float feature
 2023-02-03 14:05 UTC  (2+ messages)

[PATCH 1/2] riscv: sysdeps support for vectorised functions
 2023-02-03 14:04 UTC  (20+ messages)
` [PATCH 2/2] riscv: vectorised mem* and str* functions

[PATCH v2] elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
 2023-02-03 14:04 UTC  (3+ messages)

patch for hp-timing.h
 2023-02-03 14:02 UTC  (3+ messages)

[PATCH] Replace rawmemchr (s, '\0') with strchr
 2023-02-03 13:43 UTC  (2+ messages)

[PATCH v12 00/31] Improve generic string routines
 2023-02-03 13:40 UTC  (38+ messages)
` [PATCH v12 01/31] Parameterize op_t from memcopy.h
` [PATCH v12 02/31] Parameterize OP_T_THRES "
` [PATCH v12 03/31] Add string vectorized find and detection functions
` [PATCH v12 04/31] string: Improve generic strlen
` [PATCH v12 05/31] string: Improve generic strchrnul
` [PATCH v12 06/31] string: Improve generic strchr
` [PATCH v12 07/31] string: Improve generic strcmp
` [PATCH v12 08/31] string: Improve generic strncmp
` [PATCH v12 09/31] string: Improve generic stpcpy
` [PATCH v12 10/31] string: Improve generic strcpy
` [PATCH v12 11/31] string: Improve generic memchr
` [PATCH v12 12/31] string: Improve generic strnlen with memchr
` [PATCH v12 13/31] string: Improve generic memrchr
` [PATCH v12 14/31] string: Improve generic strrchr with memrchr and strlen
` [PATCH v12 15/31] hppa: Add memcopy.h
` [PATCH v12 16/31] hppa: Add string-fza.h, string-fzc.h, and string-fzi.h
` [PATCH v12 17/31] alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.h
` [PATCH v12 18/31] arm: Add string-fza.h
` [PATCH v12 19/31] powerpc: "
` [PATCH v12 20/31] sh: Add string-fzb.h
` [PATCH v12 21/31] riscv: Add string-fza.h and string-fzi.h
` [PATCH v12 22/31] string: Hook up the default implementation on test-strlen
` [PATCH v12 23/31] string: Hook up the default implementation on test-strnlen
` [PATCH v12 24/31] string: Hook up the default implementation on test-strchr
` [PATCH v12 25/31] string: Hook up the default implementation on test-strcmp
` [PATCH v12 26/31] string: Hook up the default implementation on test-strncmp
` [PATCH v12 27/31] string: Hook up the default implementation on test-stpcpy
` [PATCH v12 28/31] string: Hook up the default implementation on test-strcpy
` [PATCH v12 29/31] string: Hook up the default implementation on test-memchr
` [PATCH v12 30/31] string: Hook up the default implementation on test-memrchr
` [PATCH v12 31/31] string: Hook up the default implementation on test-strrchr

[PATCH v12 12/31] string: Improve generic strnlen with memchr
 2023-02-03 13:18 UTC 

[PATCH] AArch64: Improve SVE memcpy and memmove
 2023-02-03 13:05 UTC 

[PATCH v12 14/31] string: Improve generic strrchr with memrchr and strlen
 2023-02-03 12:15 UTC  (2+ messages)

[PATCH] stdlib: tests: don't double-define _FORTIFY_SOURCE
 2023-02-03  4:01 UTC  (7+ messages)

New Chinese (traditional) PO file for 'libc' (version 2.36.9000)
 2023-02-02 17:02 UTC 

[PATCH v11 00/29] Improve generic string routines
 2023-02-02 16:24 UTC  (63+ messages)
` [PATCH v11 01/29] Parameterize op_t from memcopy.h
` [PATCH v11 02/29] Parameterize OP_T_THRES "
` [PATCH v11 03/29] Add string vectorized find and detection functions
` [PATCH v11 04/29] string: Improve generic strlen
` [PATCH v11 05/29] string: Improve generic strnlen with memchr
` [PATCH v11 06/29] string: Improve generic strchr
` [PATCH v11 07/29] string: Improve generic strchrnul
` [PATCH v11 08/29] string: Improve generic strcmp
` [PATCH v11 09/29] string: Improve generic strncmp
` [PATCH v11 10/29] string: Improve generic stpcpy
` [PATCH v11 11/29] string: Improve generic strcpy
` [PATCH v11 12/29] string: Improve generic memchr
` [PATCH v11 13/29] string: Improve generic memrchr
` [PATCH v11 14/29] hppa: Add memcopy.h
` [PATCH v11 15/29] hppa: Add string-fza.h, string-fzc.h, and string-fzi.h
` [PATCH v11 16/29] alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.h
` [PATCH v11 17/29] arm: Add string-fza.h
` [PATCH v11 18/29] powerpc: "
` [PATCH v11 19/29] sh: Add string-fzb.h
` [PATCH v11 20/29] riscv: Add string-fza.h and string-fzi.h
` [PATCH v11 21/29] string: Hook up the default implementation on test-strlen
` [PATCH v11 22/29] string: Hook up the default implementation on test-strnlen
` [PATCH v11 23/29] string: Hook up the default implementation on test-strchr
` [PATCH v11 24/29] string: Hook up the default implementation on test-strcmp
` [PATCH v11 25/29] string: Hook up the default implementation on test-strncmp
` [PATCH v11 26/29] string: Hook up the default implementation on test-stpcpy
` [PATCH v11 27/29] string: Hook up the default implementation on test-strcpy
` [PATCH v11 28/29] string: Hook up the default implementation on test-memchr
` [PATCH v11 29/29] string: Hook up the default implementation on test-memrchr

[PATCH] S390: Influence hwcaps/stfle via GLIBC_TUNABLES
 2023-02-02 13:57 UTC 

[PATCH] Account for grouping in printf width (bug 23432)
 2023-02-02 13:40 UTC  (9+ messages)

The GNU C Library version 2.37 is now available
 2023-02-02  3:06 UTC 

[hurd,commited] hurd: Move some i386 bits to x86
 2023-02-01 23:28 UTC 

[RFC PATCH 2/3] hurd: Implement O_TMPFILE
 2023-02-01 22:36 UTC  (7+ messages)
` [PATCH v2 1/3] hurd: Consolidate file_name_lookup implementation
` [PATCH v2 2/3] hurd: Implement O_TMPFILE
` [PATCH v2 3/3] hurd: Implement SHM_ANON

Adjustment to announcement text for glibc 2.37 --- Mention Reviewers and Release branches
 2023-02-01 22:02 UTC 

New Romanian PO file for 'libc' (version 2.36.9000)
 2023-02-01 20:02 UTC 

C90 header compatibility
 2023-02-01 17:48 UTC  (3+ messages)
` [PATCH] cdefs: Limit definition of fortification macros

Pavel steping up for ARC glibc maintenance
 2023-02-01 14:24 UTC  (3+ messages)

New Romanian PO file for 'libc' (version 2.36.9000)
 2023-02-01 13:22 UTC 

[PATCH v2] C-SKY: Strip hard float abi from hard float feature
 2023-02-01 12:24 UTC  (4+ messages)

libquadmath, glibc, and the Q format flag
 2023-02-01 11:40 UTC  (4+ messages)

Open for glibc 2.38 development!
 2023-02-01  3:44 UTC 

[PATCH v1] x86: Fix strncat-avx2.S when `src` has no null-term [BZ #30065]
 2023-02-01  3:10 UTC  (12+ messages)
` [PATCH v2] x86: Fix strncat-avx2.S reading past length "

glibc 2.37 hard freeze
 2023-02-01  2:54 UTC 

patch for hp-timing.h
 2023-01-31 23:20 UTC 

revised patch for hp-timing.h
 2023-01-31 23:16 UTC  (5+ messages)

[PATCH] doc: correct _FORTIFY_SOURCE doc in features.h
 2023-01-31 22:34 UTC  (4+ messages)

[PATCH] libio: Update number of written bytes in dprintf implementation
 2023-01-31 21:22 UTC  (3+ messages)

[PATCH] LoongArch: Add new relocation types
 2023-01-31 20:31 UTC  (3+ messages)

page:  |  | latest

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).