[phobos] [D-Programming-Language/phobos] dc0bfd: Use lstat64() on OS X like on other Posix systems.

noreply at github.com noreply at github.com
Sat Jul 30 01:26:53 PDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: dc0bfdb1ecc9557ef64eb0ad27ccd1f04f4b0cd7
      https://github.com/D-Programming-Language/phobos/commit/dc0bfdb1ecc9557ef64eb0ad27ccd1f04f4b0cd7
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-07-30 (Sat, 30 Jul 2011)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Use lstat64() on OS X like on other Posix systems.

Previously, the code was special-cased to use `stat64()` on OS X for no apparent reason (I searched the logs, but couldn't find anything obvious). This also caused the new `symlink()` unit tests to fail.


  Commit: 6a818c645cc24ea73fd0c91a451a287d634beac1
      https://github.com/D-Programming-Language/phobos/commit/6a818c645cc24ea73fd0c91a451a287d634beac1
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-07-30 (Sat, 30 Jul 2011)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Run all std.file unit tests on OS X as well.

I can see no obvious reason why they wouldn't work there, and indeed they all pas on my OS X Lion box.


  Commit: 1278f7c5750cf5633a6d56e7c623f7a3a2919a81
      https://github.com/D-Programming-Language/phobos/commit/1278f7c5750cf5633a6d56e7c623f7a3a2919a81
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2011-07-30 (Sat, 30 Jul 2011)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Merge pull request #160 from klickverbot/file-osx

Use lstat64() on OS X like on other Posix systems.


Compare: https://github.com/D-Programming-Language/phobos/compare/823683f...1278f7c


More information about the phobos mailing list