[D-runtime] [D-Programming-Language/druntime] 3ef5a0: fix issue 11293 (locale enumeration for Windows, O...

GitHub noreply at github.com
Sun Oct 20 04:09:57 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 3ef5a0b2e4ffbf9286868ab3f3621bda5e0d743a
      https://github.com/D-Programming-Language/druntime/commit/3ef5a0b2e4ffbf9286868ab3f3621bda5e0d743a
  Author: Luís Marques <luis at luismarques.eu>
  Date:   2013-10-19 (Sat, 19 Oct 2013)

  Changed paths:
    M src/core/stdc/locale.d

  Log Message:
  -----------
  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.


  Commit: 3385c79d5c3519bd02518f8455503c2bd3d3b551
      https://github.com/D-Programming-Language/druntime/commit/3385c79d5c3519bd02518f8455503c2bd3d3b551
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-10-20 (Sun, 20 Oct 2013)

  Changed paths:
    M src/core/stdc/locale.d

  Log Message:
  -----------
  Merge pull request #641 from luismarques/issue_11293

fix issue 11293 (locale enumeration for Windows, OS X, Linux)


Compare: https://github.com/D-Programming-Language/druntime/compare/47b0d93f6945...3385c79d5c35


More information about the D-runtime mailing list