PR/59858 CVS commit: [netbsd-11] xsrc/external/mit

"Martin Husemann" <[email protected]> Mon, 20 Jul 2026 09:10:01 +0000 (UTC)
Newsgroups gmane.os.netbsd.bugs
Message-ID <[email protected]>
The following reply was made to PR xsrc/59858; it has been noted by GNATS.

From: "Martin Husemann" <[email protected]>
To: [email protected]
Cc: 
Subject: PR/59858 CVS commit: [netbsd-11] xsrc/external/mit
Date: Mon, 20 Jul 2026 09:06:46 +0000

 Module Name:	xsrc
 Committed By:	martin
 Date:		Mon Jul 20 09:06:46 UTC 2026
 
 Modified Files:
 	xsrc/external/mit/MesaLib.old/dist/src/util [netbsd-11]: strtod.c
 	xsrc/external/mit/MesaLib/dist/src/util [netbsd-11]: strtod.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #390):
 
 	external/mit/MesaLib.old/dist/src/util/strtod.c: revision 1.2
 	external/mit/MesaLib/dist/src/util/strtod.c: revision 1.2
 
 PR xsrc/59858 (locale fixes for xsrc)
 
 From RVP - see the PR
 
 Oversimplifying: this causes Mesa to use LC_NUMERIC=C when using
 strtod() to parse stuff (ie: the radix char (decimal point) is '.',
 regardless of the user's locale).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \
     xsrc/external/mit/MesaLib.old/dist/src/util/strtod.c
 cvs rdiff -u -r1.1.1.1 -r1.1.1.1.6.1 \
     xsrc/external/mit/MesaLib/dist/src/util/strtod.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.