Source-Changes archive

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

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



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.




Home | Main Index | Thread Index | Old Index