November 19, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 3c9690dfa6be312354461dd59cffddd310509a89
      https://github.com/D-Programming-Language/druntime/commit/3c9690dfa6be312354461dd59cffddd310509a89
  Author: kai <kai@redstar.de>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

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

  Log Message:
  -----------
  Fix typo in core.sys.posix.grp

The thread-safe function to get the group is is named getgrgid_r and not getgruid_r.


  Commit: e5deee3dad89730a8194e98b50ec326fd458fc1c
      https://github.com/D-Programming-Language/druntime/commit/e5deee3dad89730a8194e98b50ec326fd458fc1c
  Author: Rainer Schuetze <r.sagitario@gmx.de>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

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

  Log Message:
  -----------
  Merge pull request #1028 from redstar/getgrgid

Fix typo in core.sys.posix.grp


Compare: https://github.com/D-Programming-Language/druntime/compare/0314dc083be5...e5deee3dad89