[D-runtime] [D-Programming-Language/druntime] 987337: Rename DigitalMarsWin32 / DigitalMarsWin64 to DMC_...

GitHub via D-runtime d-runtime at puremagic.com
Sun Jun 29 05:16:39 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 98733774241f9b5b20aefa19388d50804958b238
      https://github.com/D-Programming-Language/druntime/commit/98733774241f9b5b20aefa19388d50804958b238
  Author: kai <kai at redstar.de>
  Date:   2014-06-28 (Sat, 28 Jun 2014)

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

  Log Message:
  -----------
  Rename DigitalMarsWin32 / DigitalMarsWin64 to DMC_RUNTIME / MSVC_RUNTIME.

This has the advantages:
- DMC_RUNTIME is used in Phobos, too.
- I don't have to write

    version(LDC) version(Win64) version = DigitalMarsWin64;

which I find confusing.


  Commit: 402476093e5917a25dc9ea3c92ea0cac4f0b10d1
      https://github.com/D-Programming-Language/druntime/commit/402476093e5917a25dc9ea3c92ea0cac4f0b10d1
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

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

  Log Message:
  -----------
  Merge pull request #853 from redstar/msvcrt

Rename DigitalMarsWin32 / DigitalMarsWin64 to DMC_RUNTIME / MSVC_RUNTIME


Compare: https://github.com/D-Programming-Language/druntime/compare/08469e10ddf3...402476093e59


More information about the D-runtime mailing list