January 29, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 3b3a97d7c7d73c9bc7aa1f67d1330a5c6b6bcff2
      https://github.com/D-Programming-Language/druntime/commit/3b3a97d7c7d73c9bc7aa1f67d1330a5c6b6bcff2
  Author: Martin Nowak <code@dawg.eu>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M mak/COPY
    M mak/MANIFEST
    A src/core/sys/freebsd/sys/cdefs.d
    A src/core/sys/freebsd/sys/mman.d
    M src/core/sys/linux/sys/mman.d
    A src/core/sys/osx/sys/cdefs.d
    A src/core/sys/osx/sys/mman.d
    M src/core/sys/posix/sys/mman.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  update deprecation of MAP_ANON from core.sys.posix.sys.mman

- remove MAP_ANON for linux from core.sys.posix.sys.mman
  (has been deprecated since sep 2013)

- add platform specific headers for mman (OSX, FreeBSD)
  and deprecate MAP_ANON for those in the posix header


  Commit: 0c0205d7c2f97e22ac854d1142a2b05df0347ba0
      https://github.com/D-Programming-Language/druntime/commit/0c0205d7c2f97e22ac854d1142a2b05df0347ba0
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M mak/COPY
    M mak/MANIFEST
    A src/core/sys/freebsd/sys/cdefs.d
    A src/core/sys/freebsd/sys/mman.d
    M src/core/sys/linux/sys/mman.d
    A src/core/sys/osx/sys/cdefs.d
    A src/core/sys/osx/sys/mman.d
    M src/core/sys/posix/sys/mman.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #982 from MartinNowak/master

update deprecation of MAP_ANON from core.sys.posix.sys.mman


Compare: https://github.com/D-Programming-Language/druntime/compare/955fac7dfce6...0c0205d7c2f9