[phobos] [D-Programming-Language/phobos] b462d9: fix Issue 7822 - lseek cast(int)offset should be l...

GitHub via phobos phobos at puremagic.com
Tue May 27 23:34:58 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: b462d98887a2f50e2a916bde745e209a35e24e3f
      https://github.com/D-Programming-Language/phobos/commit/b462d98887a2f50e2a916bde745e209a35e24e3f
  Author: Ben Grabham <bgrabham at palantir.com>
  Date:   2014-05-28 (Wed, 28 May 2014)

  Changed paths:
    M std/mmfile.d
    M std/stream.d

  Log Message:
  -----------
  fix Issue 7822 - lseek cast(int)offset should be lseek cast(off_t)offset


  Commit: 643b4640034f25ac87d4adca3ed5a9c062e4c63c
      https://github.com/D-Programming-Language/phobos/commit/643b4640034f25ac87d4adca3ed5a9c062e4c63c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M std/mmfile.d
    M std/stream.d

  Log Message:
  -----------
  Merge pull request #2209 from SerialVelocity/master

Fix Issue 7822 - lseek cast(int)offset should be lseek cast(off_t)offset


Compare: https://github.com/D-Programming-Language/phobos/compare/cdd33698a190...643b4640034f


More information about the phobos mailing list