NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52374 CVS commit: src



The following reply was made to PR lib/52374; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52374 CVS commit: src
Date: Thu, 15 Aug 2024 13:14:45 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Aug 15 13:14:44 UTC 2024
 
 Modified Files:
 	src/distrib/sets/lists/comp: mi
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/include: Makefile
 	src/tests/lib/libc/locale: Makefile
 Added Files:
 	src/include: uchar.h
 	src/tests/lib/libc/locale: t_uchar.c
 
 Log Message:
 uchar.h: New header file for C11 (and C++11) compliance.
 
 Implementation of the new functions mbrtoc16, c16rtomb, mbrtoc32, and
 c32rtomb to come later.  Updates for C23 to come later.
 
 PR lib/52374: <uchar.h> missing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2467 -r1.2468 src/distrib/sets/lists/comp/mi
 cvs rdiff -u -r1.441 -r1.442 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1329 -r1.1330 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.146 -r1.147 src/include/Makefile
 cvs rdiff -u -r0 -r1.1 src/include/uchar.h
 cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/locale/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/locale/t_uchar.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index