Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-07-31 23:38:28 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-07-31 23:39:09 +0300
commit4f258c55e87fe4c0ea7d5703c32890b63295bc23 (patch)
tree8e7b0664bfc35e4fcb100648624e9f108cda7d60 /winsup/doc
parent68bb3deabd0381465e18d41ae7f722cfe95ba3c8 (diff)
Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.
Add uchar.h accordingly. For the c32 functions, use the internal functions wirtomb and mbrtowi as base, and convert wirtomb and mbrtowi to inline functions calling the c32 functions. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index f2e7a0773..b6d3e3a30 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -50,6 +50,10 @@ Add support for GB18030 codeset.
posix_spawn_file_actions_addfchdir_np.
</para></listitem>
+<listitem><para>
+- New API calls: c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.
+</para></listitem>
+
</itemizedlist>
</sect2>