NetBSD-Bugs archive

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

PR/58618 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58618 CVS commit: src
Date: Tue, 20 Aug 2024 17:43:10 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Aug 20 17:43:09 UTC 2024
 
 Modified Files:
 	src/lib/libc/locale: mbrtoc32.c mbrtoc32.h
 	src/tests/lib/libc/locale: t_mbrtoc16.c t_mbrtoc8.c
 
 Log Message:
 mbrtoc32(3): Use conversion state to handle shift sequences.
 
 PR lib/58618: mbrtocN(3) fails to keep shift state
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/mbrtoc32.c
 cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/mbrtoc32.h
 cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/locale/t_mbrtoc16.c \
     src/tests/lib/libc/locale/t_mbrtoc8.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