October 06, 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@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@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