www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11293] New: wrong locale enumerate value

reply d-bugmail puremagic.com writes:
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



---
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: -------
Oct 18 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11293




---
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: -------
Oct 18 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11293




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


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: -------
Oct 20 2013
prev sibling parent d-bugmail puremagic.com writes:
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: -------
Oct 20 2013