mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [C23 string conversion 0/3]
@ 2023-05-26  9:25 Jens Gustedt
  2023-05-26  9:25 ` [musl] [C23 string conversion 1/3] C23: add the new memset_explicit function Jens Gustedt
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jens Gustedt @ 2023-05-26  9:25 UTC (permalink / raw)
  To: musl

A collection of mem and string conversions

Jens Gustedt (3):
  C23: add the new memset_explicit function
  C23: implement the c8rtomb and mbrtoc8 functions
  C23: add the new include guards for string.h and wchar.h

 include/string.h             |  5 ++--
 include/uchar.h              |  6 +++++
 include/wchar.h              |  4 +--
 src/multibyte/c8rtomb.c      | 31 ++++++++++++++++++++++
 src/multibyte/mbrtoc8.c      | 51 ++++++++++++++++++++++++++++++++++++
 src/string/memset_explicit.c | 14 ++++++++++
 6 files changed, 107 insertions(+), 4 deletions(-)
 create mode 100644 src/multibyte/c8rtomb.c
 create mode 100644 src/multibyte/mbrtoc8.c
 create mode 100644 src/string/memset_explicit.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-29  7:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26  9:25 [musl] [C23 string conversion 0/3] Jens Gustedt
2023-05-26  9:25 ` [musl] [C23 string conversion 1/3] C23: add the new memset_explicit function Jens Gustedt
2023-05-26  9:52   ` Joakim Sindholt
2023-05-26 10:18     ` Jₑₙₛ Gustedt
2023-05-26 20:16       ` Rich Felker
2023-05-26 20:35         ` Jₑₙₛ Gustedt
2023-05-26 20:57           ` Rich Felker
2023-05-27  6:49             ` Jₑₙₛ Gustedt
2023-05-27 13:52               ` Rich Felker
2023-05-28 10:13   ` NRK
2023-05-29  7:48     ` Jₑₙₛ Gustedt
2023-05-26  9:25 ` [musl] [C23 string conversion 2/3] C23: implement the c8rtomb and mbrtoc8 functions Jens Gustedt
2023-05-26  9:25 ` [musl] [C23 string conversion 3/3] C23: add the new include guards for string.h and wchar.h Jens Gustedt

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