[dmd-internals] [D-Programming-Language/dmd] b65ce0: pi.d: Use declarations from core.stdc.*.

GitHub noreply at github.com
Sat Oct 6 06:50:51 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b65ce010d73bfb5c9464323831eb674740369909
      https://github.com/D-Programming-Language/dmd/commit/b65ce010d73bfb5c9464323831eb674740369909
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2012-10-06 (Sat, 06 Oct 2012)

  Changed paths:
    M test/runnable/pi.d

  Log Message:
  -----------
  pi.d: Use declarations from core.stdc.*.

On Linux x86_64 systems, time_t is 64 bits wide; the use of int was
causing segfaults with ldc2 -O3 -release.


  Commit: 0a5093f40ac7756711e7ae6b1716af4b84eb79cd
      https://github.com/D-Programming-Language/dmd/commit/0a5093f40ac7756711e7ae6b1716af4b84eb79cd
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-06 (Sat, 06 Oct 2012)

  Changed paths:
    M test/runnable/pi.d

  Log Message:
  -----------
  Merge pull request #1167 from klickverbot/fix-test

Fixed time_t definition.


Compare: https://github.com/D-Programming-Language/dmd/compare/ffca5f3f3e46...0a5093f40ac7


More information about the dmd-internals mailing list