mailing list of musl libc
 help / color / mirror / code / Atom feed
[musl] [PATCH v3 0/5] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_base c2y/cnd_timedwait_base
 2023-06-21 15:04 UTC  (12+ messages)
` [musl] [PATCH v3 1/5] trim spaces of pthread_cond_timedwait.c and pthread_mutex_timedlock.c
` [musl] [PATCH v3 2/5] Rename files for implement pthread_mutex_clocklock and pthread_cond_clockwait
` [musl] [PATCH v3 3/5] add pthread_mutex_clocklock and pthread_cond_clockdwait
` [musl] [PATCH v3 4/5] c23: Implement newly base for timespec_get
` [musl] [PATCH v3 5/5] c2y: Add monotonic timedlock/timedwait support for threads mtx/cnd

[musl] [PATCH 0/4] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_monotonic c2y/cnd_timedwait_monotonic
 2023-06-20 14:18 UTC  (9+ messages)
` [musl] [PATCH 1/4] trim spaces of pthread_cond_timedwait.c and pthread_mutex_timedlock.c
` [musl] [PATCH 2/4] add pthread_mutex_clocklock and pthread_cond_clockdwait
` [musl] [PATCH 3/4] c23: Implement newly base for timespec_get
  ` [musl] "
` [musl] [PATCH 4/4] c2y: Add monotonic timed wait support for threads mtx cnd
  ` [musl] "

[musl] [PATCH v2 0/4] Add posix/pthread_mutex_clocklock posix/pthread_cond_clockdwait c2y/mtx_timedlock_monotonic c2y/cnd_timedwait_monotonic
 2023-06-20  7:44 UTC  (2+ messages)
` [musl] [PATCH v2 3/4] c23: Implement newly base for timespec_get

[musl] faccessat behavior on old kernels (<5.8)
 2023-06-20  1:25 UTC  (5+ messages)

[musl] Request add pthread_mutex_clocklock and pthread_cond_clockwait
 2023-06-19 21:57 UTC 

[musl] swprintf cannot handle the character 0xff
 2023-06-13  0:23 UTC  (7+ messages)

[musl] [PATCH] printf core: fix gratuitous integer formatting buffer size
 2023-06-13  0:10 UTC 

[musl] swprintf %lc directive does not work for some wide characters
 2023-06-12 21:28 UTC  (4+ messages)

[musl] Re: [Patch 1/1] vfprintf: optimize vfprintf performance
 2023-06-12  7:56 UTC 

[musl] execve with null envp
 2023-06-09 17:40 UTC  (3+ messages)

[musl] [PATCH 0/3] RISC-V: Optimize memset, memcpy and memmove
 2023-06-07 12:57 UTC  (5+ messages)
` [musl] [PATCH 1/3] RISC-V: Optimize memset
` [musl] [PATCH 2/3] RISC-V: Optimize memcpy
` [musl] [PATCH 3/3] RISC-V: Optimize memmove

[musl] printf("%lc", L'\0')
 2023-06-06 14:29 UTC  (5+ messages)

[musl] __convert_scm_timestamps() probably breaks with struct timeval
 2023-06-02 16:56 UTC  (5+ messages)

[musl] [C23 printf 1/3] C23: implement the b and B printf specifiers
 2023-06-02 15:37 UTC  (7+ messages)
` [musl] [C23 printf 2/3] C23: implement the wN length specifiers for printf
` [musl] [C23 printf 3/3] C23: implement the wfN length modifiers "

[musl] [PATCH] [RFC] make clone() usable
 2023-06-02 15:30 UTC  (8+ messages)
    ` [musl] [PATCH] [v2] "

[musl] [C23 printf 0/3]
 2023-06-02 15:07 UTC  (20+ messages)
` [musl] [C23 printf 1/3] C23: implement the b and B printf specifiers
` [musl] [C23 printf 2/3] C23: implement the wN length specifiers for printf
` [musl] [C23 printf 3/3] C23: implement the wfN length modifiers "

[musl] [C23 new stdlib 0/4] changes in stdlib.h
 2023-06-02  8:37 UTC  (9+ messages)
` [musl] [C23 new stdlib 2/4] C23: add the memalignment function

[musl] High-level C23 process requests
 2023-06-02  7:58 UTC  (6+ messages)
` [musl] "

[musl] add loongarch64 port v7
 2023-06-01 12:44 UTC  (5+ messages)

[musl] [C23 128 bit 0/4] implement the library part of 128 bit support
 2023-06-01  7:24 UTC  (23+ messages)
` [musl] [C23 128 bit 1/4] add an emulation for 128 bit arithmetic as needed for C library support
` [musl] [C23 128 bit 2/4] C23: implement w128 and wf128 support for printf
` [musl] [C23 128 bit 3/4] C23: implement w128 and wf128 for scanf and similar
` [musl] [C23 128 bit 4/4] C23: implement proper support for int128_t and uint128_t

[musl] [C23 stdbit.h 0/2] just one big C file
 2023-05-31 14:48 UTC  (3+ messages)
` [musl] [C23 stdbit.h 1/2] implement low level popcount
` [musl] [C23 stdbit.h 2/2] C23: add the bit and byte utilities

[musl] [C23 divers headers 00/17]
 2023-05-31 14:19 UTC  (23+ messages)
` [musl] [C23 divers headers 01/17] C23: add the WIDTH macros for the standard integer types
` [musl] [C23 divers headers 02/17] C23: Add the *_WIDTH macros to stdint.h
` [musl] [C23 divers headers 03/17] C23: add call_once to stdlib.h
` [musl] [C23 divers headers 04/17] C23: add timegm, gmtime_r and localtime_r to time.h in C23 mode
` [musl] [C23 divers headers 05/17] C23: memccpy, strdup and strndup are now standard C
` [musl] [C23 divers headers 06/17] C23: adapt setjmp.h
` [musl] [C23 divers headers 07/17] C23: change the noreturn functions in stdlib.h
` [musl] [C23 divers headers 08/17] C23: change the noreturn function in threads.h
` [musl] [C23 divers headers 09/17] C23: update stdbool.h
` [musl] [C23 divers headers 10/17] C23: remove the contents of stdalign.h
` [musl] [C23 divers headers 11/17] C23: remove the static_assert macro
` [musl] [C23 divers headers 12/17] C23: change the assert macro to ... arguments
` [musl] [C23 divers headers 13/17] C23: add the __STDC_VERSION_ASSERT_H__ macro
` [musl] [C23 divers headers 14/17] C23: allow va_start to receive only one argument
` [musl] [C23 divers headers 15/17] C23: add the unreachable macro
` [musl] [C23 divers headers 16/17] C23: add the nullptr_t type
` [musl] [C23 divers headers 17/17] C23: add the __STDC_VERSION_STDDEF_H__ macro

[musl] [C23 scanf 1/3] C23: Add the b specifier for scanf and allow 0b and 0B prefixes in integers
 2023-05-31 14:05 UTC  (3+ messages)
` [musl] [C23 scanf 2/3] C23: add the SCNb macros
` [musl] [C23 scanf 3/3] C23: implement wN and wfN specifiers for scanf functions

[musl] [C23 printf 0/3] to be replaced
 2023-05-31 14:04 UTC  (4+ messages)
` [musl] [C23 printf 1/3] C23: implement the b and B printf specifiers
` [musl] [C23 printf 2/3] C23: implement the wN length specifiers for printf
` [musl] [C23 printf 3/3] C23: implement the wfN length modifiers "

[musl] [C23 stdckdint.h 1/1] C23: add the stdckdint.h header for checked integer operations
 2023-05-31 14:03 UTC 

[musl] [C23 time 1/1] C23: add timespec_getres and deprecate asctime and ctime
 2023-05-31 14:02 UTC 

[musl] [C23 string conversion 1/2] C23: implement the c8rtomb and mbrtoc8 functions
 2023-05-31 14:01 UTC  (2+ messages)
` [musl] [C23 string conversion 2/2] C23: add the new include guards for string.h and wchar.h

[musl] [C23 const 1/2] C23: change bsearch to a macro that respects the const contract
 2023-05-31 14:00 UTC  (2+ messages)
` [musl] [C23 const 2/2] C23: change string.h and wchar.h interfaces to macros "

[musl] [C23 new stdlib 0/3]
 2023-05-31 10:05 UTC  (4+ messages)
` [musl] [C23 new stdlib 1/3] C23: add the new interfaces free_sized and free_aligned_sized for stdlib.h
` [musl] [C23 new stdlib 2/3] C23: add the memalignment function
` [musl] [C23 new stdlib 3/3] C23: implement the new strfrom[dfl] functions

[musl] [C23 feature tests 0/4] Needed by other changes in C23
 2023-05-31  8:45 UTC  (5+ messages)
` [musl] [C23 feature tests 1/4] C23: provide fallbacks for the use of C attributes
` [musl] [C23 feature tests 2/4] C23: add a feature test for the [u]int128_t
` [musl] [C23 feature tests 3/4] Add a feature test for the _BitInt types
` [musl] [C23 feature tests 4/4] C23: add an internal interface for the new unsequenced attribute

[musl] Issues with conversion state handling in mbsnrtowcs
 2023-05-30 12:13 UTC 

[musl] [PATCH] mbsrtowcs: fix buffer overflow with zero dest buf size and non-initial mbstate_t
 2023-05-30 10:02 UTC 

[musl] crypt: dependency needed between main and test run?
 2023-05-29 19:35 UTC  (3+ messages)

[musl] changes for scanf in C23
 2023-05-29 19:10 UTC  (3+ messages)

[musl] [PATCH] mbsrtowcs: fix wrong *src update in case of EILSEQ with non-initial mbstate_t
 2023-05-29 18:33 UTC 

[musl] [PATCH] Update __procfdname and seed48 proto to conform to header
 2023-05-29 15:49 UTC  (2+ messages)

[musl] [C23 string conversion 0/3]
 2023-05-29  7:48 UTC  (11+ messages)
` [musl] [C23 string conversion 1/3] C23: add the new memset_explicit function

[musl] [C23 const 0/2] some interfaces become type-generic
 2023-05-27  7:51 UTC  (7+ messages)
` [musl] [C23 const 1/2] C23: change bsearch to a macro that respects the const contract

page:  |  | latest

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).