NetBSD-Bugs archive

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

PR/58319 CVS commit: src/lib/libc



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58319 CVS commit: src/lib/libc
Date: Fri, 7 Jun 2024 13:53:23 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Jun  7 13:53:23 UTC 2024
 
 Modified Files:
 	src/lib/libc/gen: isctype.c
 	src/lib/libc/locale: global_locale.c iswctype_mb.c multibyte.h
 	src/lib/libc/time: strftime.c strptime.c
 
 Log Message:
 libc/locale: Nix needless size_t casts.
 
 No functional change intended.  No binary change to aarch64 libc.
 
 Prompted by code inspection around PR lib/58319.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/isctype.c
 cvs rdiff -u -r1.27 -r1.28 src/lib/libc/locale/global_locale.c
 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/locale/iswctype_mb.c
 cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/multibyte.h
 cvs rdiff -u -r1.55 -r1.56 src/lib/libc/time/strftime.c
 cvs rdiff -u -r1.66 -r1.67 src/lib/libc/time/strptime.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