PR/59858 CVS commit:
"Robert Elz" <[email protected]>
| 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: "Robert Elz" <[email protected]> To: [email protected] Cc: Subject: PR/59858 CVS commit: Date: Fri, 10 Jul 2026 05:06:57 +0000 Module Name: xsrc Committed By: kre Date: Fri Jul 10 05:06:56 UTC 2026 Modified Files: src/external/mit/xorg/lib: driver.mk driver.old.mk xsrc/external/mit/MesaLib.old/dist/src/util: strtod.c xsrc/external/mit/MesaLib/dist/src/util: strtod.c Log Message: 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). XXX pullup -11 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/driver.mk cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/driver.old.mk cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/MesaLib.old/dist/src/util/strtod.c cvs rdiff -u -r1.1.1.1 -r1.2 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.