NetBSD-Bugs archive

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

PR/58618 CVS commit: src/lib/libc/locale



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/lib/libc/locale
Date: Tue, 20 Aug 2024 17:43:24 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Aug 20 17:43:24 UTC 2024
 
 Modified Files:
 	src/lib/libc/locale: mbrtoc32.c
 
 Log Message:
 mbrtoc32(3): Fix name and type of mbrtowc_l return value.
 
 This was from `int mbtowc_l(...)' in an earlier draft and I didn't
 update it to size_t when I changed the draft to mbrtowc_l.  Caught by
 lint.
 
 `mb_len' avoids (harmless) clash with standard C function mblen(3).
 
 PR lib/58618: mbrtocN(3) fails to keep shift state
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/mbrtoc32.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