[D-runtime] [D-Programming-Language/druntime] ada6c5: MinGW: core.stdc.math macro implementations.

GitHub noreply at github.com
Sat May 4 19:29:17 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: ada6c50473b94f55b27e27ab1e5fde5802659e36
      https://github.com/D-Programming-Language/druntime/commit/ada6c50473b94f55b27e27ab1e5fde5802659e36
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2013-05-04 (Sat, 04 May 2013)

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

  Log Message:
  -----------
  MinGW: core.stdc.math macro implementations.


  Commit: df9660172da9568d5087b5cb4c1ce31c40f6fd77
      https://github.com/D-Programming-Language/druntime/commit/df9660172da9568d5087b5cb4c1ce31c40f6fd77
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2013-05-04 (Sat, 04 May 2013)

  Changed paths:
    M src/core/stdc/stdio.d
    M src/core/stdc/stdlib.d

  Log Message:
  -----------
  MinGW: Use __mingw_* versions of C formatting functions.

The unprefixed versions are pulled in from the Microsoft C
runtime by default, and thus do not support long doubles
and, in the case of ldexp, the hexadecimal floating point
literal syntax.


  Commit: 4ccdcf80db13b13c402e522f4b13abbd6a9f84a5
      https://github.com/D-Programming-Language/druntime/commit/4ccdcf80db13b13c402e522f4b13abbd6a9f84a5
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-05-04 (Sat, 04 May 2013)

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

  Log Message:
  -----------
  Merge pull request #481 from klickverbot/mingw

Floating point math/formatting for MinGW


Compare: https://github.com/D-Programming-Language/druntime/compare/46d9166ba132...4ccdcf80db13


More information about the D-runtime mailing list