Module Name: src Committed By: riastradh Date: Fri Aug 23 12:59:49 UTC 2024
Modified Files: src/lib/libc/locale: mbrtoc16.3 mbrtoc32.3 mbrtoc8.3 Log Message: mbrtoc8(3), mbrtoc16(3), mbrtoc32(3): Say 0 for zero code unit. Rather than deal with differences between C11 and C23 in notation, '\0' vs L'\0' vs u8'\0' vs u'\0' vs U'\0'. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/locale/mbrtoc16.3 cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/mbrtoc32.3 cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mbrtoc8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.