[D-runtime] [dlang/druntime] b7106b: Make FD_* functions for select pure.

GitHub via D-runtime d-runtime at puremagic.com
Sat Oct 22 17:33:58 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: b7106b5ab8fb647c199669e9bdaaad482af0e178
      https://github.com/dlang/druntime/commit/b7106b5ab8fb647c199669e9bdaaad482af0e178
  Author: Jonathan M Davis <jmdavis at jmdavisprog.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M src/core/sys/posix/sys/select.d

  Log Message:
  -----------
  Make FD_* functions for select pure.

This fixes it so that the FD_* functions (which are macros in C/C++) are
pure on POSIX systems. The Windows versions (in
core.sys.windows.winsock2) are already pure.


  Commit: 589c190e322f6f7b256252330240d62220dc99cb
      https://github.com/dlang/druntime/commit/589c190e322f6f7b256252330240d62220dc99cb
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M src/core/sys/posix/sys/select.d

  Log Message:
  -----------
  Merge pull request #1680 from jmdavis/pure_select_helpers

Make FD_* functions for select pure.


Compare: https://github.com/dlang/druntime/compare/ee1b9b26d784...589c190e322f


More information about the D-runtime mailing list