Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 18, 2013 [Issue 11293] New: wrong locale enumerate value | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11293 Summary: wrong locale enumerate value Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: nobody@puremagic.com ReportedBy: luis@luismarques.eu --- Comment #0 from Luís Marques <luis@luismarques.eu> 2013-10-18 08:29:02 PDT --- The locale enumeration is missing LC_MESSAGES, and the enumerate values are being incorrectly reused for Windows and OS X. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 18, 2013 [Issue 11293] wrong locale enumerate value | ||||
---|---|---|---|---|
| ||||
Posted in reply to Luís Marques | http://d.puremagic.com/issues/show_bug.cgi?id=11293 --- Comment #1 from Luís Marques <luis@luismarques.eu> 2013-10-18 08:33:03 PDT --- Pull request with fix: https://github.com/D-Programming-Language/druntime/pull/641 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2013 [Issue 11293] wrong locale enumerate value | ||||
---|---|---|---|---|
| ||||
Posted in reply to Luís Marques | http://d.puremagic.com/issues/show_bug.cgi?id=11293 --- Comment #2 from github-bugzilla@puremagic.com 2013-10-20 04:10:01 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/3ef5a0b2e4ffbf9286868ab3f3621bda5e0d743a fix issue 11293 (locale enumeration for Windows, OS X, Linux, FreeBSD) Add the missing LC_MESSAGES constant for Linux. Fix the enumeration values for Windows, OS X and FreeBSD, which were using Linux's values, incorrectly. https://github.com/D-Programming-Language/druntime/commit/3385c79d5c3519bd02518f8455503c2bd3d3b551 Merge pull request #641 from luismarques/issue_11293 fix issue 11293 (locale enumeration for Windows, OS X, Linux) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2013 [Issue 11293] wrong locale enumerate value | ||||
---|---|---|---|---|
| ||||
Posted in reply to Luís Marques | http://d.puremagic.com/issues/show_bug.cgi?id=11293 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation