mirror of git://sourceware.org/git/glibc.git
This change provides implementations for the mbrtoc8 and c8rtomb functions adopted for C++20 via WG21 P0482R6 and for C2X via WG14 N2653. It also provides the char8_t typedef from WG14 N2653. The mbrtoc8 and c8rtomb functions are declared in uchar.h in C2X mode or when the _GNU_SOURCE macro or C++20 __cpp_char8_t feature test macro is defined. The char8_t typedef is declared in uchar.h in C2X mode or when the _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |
||
|---|---|---|
| .. | ||
| be | ||
| bits | ||
| le | ||
| sh3 | ||
| sh4 | ||
| sys | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| ____longjmp_chk.S | ||
| adaptive_spin_count.h | ||
| arch-syscall.h | ||
| atomic-machine.h | ||
| c++-types.data | ||
| clone.S | ||
| configure | ||
| configure.ac | ||
| fanotify_mark.c | ||
| kernel-features.h | ||
| kernel_sigaction.h | ||
| kernel_stat.h | ||
| localplt.data | ||
| lowlevel-atomic.h | ||
| makecontext.S | ||
| shlib-versions | ||
| sigaltstack-offsets.sym | ||
| sigcontextinfo.h | ||
| syscall.S | ||
| syscalls.list | ||
| sysdep.S | ||
| sysdep.h | ||
| time64-compat.h | ||
| vfork.S | ||