NetBSD-Bugs archive

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

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



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59858 CVS commit: [netbsd-10] xsrc/external/mit
Date: Wed, 26 Aug 2026 14:50:37 +0000

 Module Name:	xsrc
 Committed By:	martin
 Date:		Wed Aug 26 14:50:37 UTC 2026
 
 Modified Files:
 	xsrc/external/mit/MesaLib.old/dist/src/util [netbsd-10]: strtod.c
 	xsrc/external/mit/MesaLib/dist/src/util [netbsd-10]: strtod.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #1332):
 
 	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.2.1 \
     xsrc/external/mit/MesaLib.old/dist/src/util/strtod.c
 cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.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.
 



Home | Main Index | Thread Index | Old Index