public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 1/4] aarch64: Add vector implementations of cos routines
 2023-06-20 14:25 UTC  (6+ messages)
` [PATCH v2 2/4] aarch64: Add vector implementations of sin routines
` [PATCH v2 3/4] aarch64: Add vector implementations of log routines
` [PATCH v2 4/4] aarch64: Add vector implementations of exp routines

[PATCH v3 0/5] fcntl fortification
 2023-06-20 14:21 UTC  (20+ messages)
` [PATCH v3 1/5] support: Add support_fcntl_support_ofd_locks ()
` [PATCH v3 2/5] cdefs.h: Define __glibc_warn_system_headers_{begin,end}
` [PATCH v3 3/5] cdefs.h: Enable __errordecl & __warnattr for Clang 14+
` [PATCH v3 4/5] io: Add FORTIFY_SOURCE check for fcntl arguments
` [PATCH v3 5/5] io: Also verify 2-arg fctnl calls at runtime

[PATCH v5] vfprintf-internal: Get rid of alloca
 2023-06-20 13:26 UTC 

[PATCH 0/5] c2y proposal add monotonicwait support for mtx and ctx
 2023-06-20 12:44 UTC  (8+ messages)
` [PATCH 1/5] features: Rename __GLIBC_USE_ISOC2X to __GLIBC_USE_ISOC23
` [PATCH 2/5] time: Implement c23 timespec_get base
` [PATCH 3/5] clang-format: should format with 2 space and do not usage tab
` [PATCH 4/5] c11: Switch to use pthread_mutex_clocklock and pthread_cond_clockwait to implement cnd and mtx lock and wait
` [PATCH 5/5] c2y: Add function cnd_timedwait_monotonic and mtx_timedlock_monotonic

[PATCH v3 4/4] aarch64: Add vector implementations of exp routines
 2023-06-20 11:01 UTC 

[PATCH] ld.so: Always use MAP_COPY to map the first segment [BZ #28656]
 2023-06-20 10:44 UTC  (6+ messages)

[COMMITTED] Fix misspellings -- BZ 25337
 2023-06-19 21:59 UTC 

C2x scanf %b support
 2023-06-19 19:34 UTC  (2+ messages)

C2x printf %wN, %wfN support (bug 24466)
 2023-06-19 18:46 UTC  (4+ messages)

request to add my username in the wiki-thanks in advance
 2023-06-19 18:19 UTC  (4+ messages)

[PATCH] Format test results closer to what DejaGnu does
 2023-06-19 17:55 UTC  (5+ messages)

[PATCH] add GB18030-2022 charmap [BZ #30243]
 2023-06-19 16:59 UTC  (2+ messages)

Monday Patch Queue Review update (2023-06-19)
 2023-06-19 16:03 UTC 

[PATCH] hurd: readv: Get rid of alloca
 2023-06-19 14:59 UTC  (3+ messages)

[PATCH v3] hurd: readv: Get rid of alloca
 2023-06-19 14:43 UTC 

[PATCH] hurd: writev: Add back cleanup handler
 2023-06-19 14:38 UTC 

[PATCH v2] hurd: readv: Get rid of alloca
 2023-06-19 14:24 UTC  (2+ messages)

[PATCH] hurd: writev: Get rid of alloca
 2023-06-19 14:22 UTC  (4+ messages)

[PATCH] Add checks for wday, yday and new date formats
 2023-06-19 14:05 UTC 

[PATCH v8 1/3] posix: regcomp(): clear RE_DOT_NOT_NULL
 2023-06-19 13:11 UTC  (3+ messages)
` [PATCH v8 2/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor
` [PATCH v8 3/3] posix: add test for REG_STARTEND

[PATCH v15] POSIX locale covers every byte [BZ# 29511]
 2023-06-19 13:04 UTC 

[PATCH v2] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-06-19  9:13 UTC  (3+ messages)
` ping: "
  ` ping^2: "

[PATCH v3 0/2] O_IGNORE_CTTY everywhere
 2023-06-19  8:57 UTC  (21+ messages)
` [PATCH v3 1/2] include/fcntl.h: Define O_IGNORE_CTTY
` [PATCH v3 2/2] Use O_IGNORE_CTTY where appropriate

[PATCH] PowerPC: Influence hwcaps via cpu arch-level GLIBC_TUNABLES
 2023-06-19  8:09 UTC 

[hurd,commited] hurd: writev: Get rid of alloca
 2023-06-19  0:45 UTC 

[PATCH v4] grantpt: Get rid of alloca
 2023-06-17 23:08 UTC  (2+ messages)

[PATCH v3 1/2] elf: Port ldconfig away from stack-allocated paths
 2023-06-17 16:40 UTC  (2+ messages)
` [PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific

[PATCH v2] string: strerror must not return NULL (bug 30555)
 2023-06-15 17:49 UTC  (2+ messages)

[PATCH] manual: Enhance documentation of the <ctype.h> functions
 2023-06-15 17:18 UTC 

[PATCH] fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
 2023-06-15 17:14 UTC  (2+ messages)

[PATCH v2] fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
 2023-06-15 17:12 UTC 

[PATCH] manual: Update documentation of strerror and related functions
 2023-06-15 16:32 UTC 

CFP: Toolchains Track at Linux Plumbers Conf '23
 2023-06-15 15:40 UTC 

[PATCH] Fix tests-clean Makefile target (bug 30545)
 2023-06-15 15:25 UTC 

[PATCH 1/4] aarch64: Add vector implementations of cos routines
 2023-06-15 14:43 UTC  (8+ messages)
` [PATCH 2/4] aarch64: Add vector implementations of sin routines
` [PATCH 3/4] aarch64: Add vector implementations of log routines

[PATCH] string: strerror must not return NULL (bug 30555)
 2023-06-15 14:34 UTC  (2+ messages)

[PATCH v5] MIPS: Sync elf.h from binutils
 2023-06-15  9:08 UTC  (4+ messages)

[PATCH v3 0/3] strlcpy and strlcat, wcslcpy and wcslcat
 2023-06-15  8:16 UTC  (11+ messages)
` [PATCH v3 1/3] Implement strlcpy and strlcat [BZ #178]
` [PATCH v3 2/3] Add the wcslcpy, wcslcat functions
` [PATCH v3 3/3] manual: Manual update for strlcat, strlcpy, wcslcat, wclscpy

[PATCH v6] MIPS: Sync elf.h from binutils
 2023-06-15  7:50 UTC 

[PATCH v5] ifaddrs: Get rid of alloca
 2023-06-14 19:20 UTC  (3+ messages)

[PATCH v3] vfprintf-internal: Get rid of alloca
 2023-06-14 18:45 UTC  (3+ messages)

[PATCH v4] vfprintf-internal: Get rid of alloca
 2023-06-14 18:38 UTC 

[PATCH 1/4] aarch64: Add vector implementations of cos routines
 2023-06-14 18:03 UTC  (2+ messages)

[PATCH v2] debug: Actually run tst-longjmp_chk3.c
 2023-06-14 17:20 UTC 

[PATCH] manual: Document deviation of realloc from C2x/N2464
 2023-06-14 16:21 UTC  (3+ messages)

[RFC] Add stdckdint.h header for C23
 2023-06-14 15:50 UTC  (9+ messages)

Hmm... Simple Question Re: Sourceware.org
 2023-06-14 13:53 UTC 

override functions inside glibc
 2023-06-14 13:22 UTC  (6+ messages)

[PATCH 0/8] Fix warn unused result
 2023-06-14 11:53 UTC  (19+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 1/4] tests: replace read by xread
    ` [PATCH v8 1/2] "
  ` [PATCH v7 2/4] tests: replace system by xsystem
    ` [PATCH 2/2] "
  ` [PATCH v7 3/4] tests: replace fread by xfread
  ` [PATCH v7 4/4] tests: replace fgets by xfgets

[PATCH v2 0/3] strlcpy and related functions
 2023-06-14  9:04 UTC  (4+ messages)
` [PATCH v2 1/3] Implement strlcpy and strlcat [BZ #178]

Motor&Sales,
 2023-06-14  1:10 UTC 

[PATCH] Stop applying a GCC-specific workaround on clang [BZ #30550]
 2023-06-13 21:56 UTC 

[PATCH v2] grantpt: Get rid of alloca
 2023-06-13 19:18 UTC  (3+ messages)

[PATCH v2 1/2] posix: Handle success in gai_strerror()
 2023-06-13 19:08 UTC  (4+ messages)
` [PATCH v2 2/2] posix: Add test case for gai_strerror()

manpages - typo in intro.3.pot
 2023-06-13 19:00 UTC  (2+ messages)

[PATCH v2] check_native: Get rid of alloca
 2023-06-13 14:06 UTC  (3+ messages)

[PATCH v3] check_native: Get rid of alloca
 2023-06-13 14:05 UTC 

[PATCH] stdlib: Tune down thread arc4random tests
 2023-06-13 13:28 UTC  (3+ messages)

isalpha man page - return value in case of argument equal to EOF
 2023-06-13 11:16 UTC  (8+ messages)

[PATCH 1/2] posix: Handle success in gai_strerror()
 2023-06-13 10:10 UTC  (5+ messages)
` [PATCH 2/2] posix: Add test case for gai_strerror()

[PATCH] stdlib: Perform NULL pointer check for the getenv argument
 2023-06-13  7:01 UTC  (5+ messages)

[PATCH] stdlib: Tune down fork arc4random tests
 2023-06-12 19:21 UTC  (3+ messages)

[PATCH] LoongArch: Add support for dl_runtime_profile
 2023-06-12 18:59 UTC  (2+ messages)

[PATCH 0/2] Improve tst-ttyname within containers
 2023-06-12 18:30 UTC  (3+ messages)
` [PATCH 1/2] linux: Split tst-ttyname
` [PATCH 2/2] linux: Return unsupported if procfs can not be mount on tst-ttyname-namespace

[PATCH v3] tst-getdate: Improve testcase flexibility and add test
 2023-06-12 17:19 UTC  (3+ messages)

[PATCH v2] tst-getdate: Improve testcase flexibility and add test
 2023-06-12 14:50 UTC  (2+ messages)

[PATCH v6 0/7] Fix warn unused result
 2023-06-12 14:22 UTC  (5+ messages)
` [PATCH v6 2/7] tests: replace read by xread

Monday Patch Queue Review update (2023-06-12)
 2023-06-12 14:03 UTC 

[PATCH v4 1/3] posix: add (failing) test for REG_STARTEND
 2023-06-12 14:03 UTC  (4+ messages)
` [PATCH v7 2/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor

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