[phobos] [D-Programming-Language/phobos] db6b49: Fix some borkage with documentation of File.readln...

GitHub noreply at github.com
Sun May 12 12:14:54 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: db6b492af366ae1245769b5287e72b55eab6da11
      https://github.com/D-Programming-Language/phobos/commit/db6b492af366ae1245769b5287e72b55eab6da11
  Author: Tim Keating <mrtact at gmail.com>
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix some borkage with documentation of File.readln variants; add a better example for File.readln(buf) that emphasizes the need to copy the buffer, since it is overwritten when read


  Commit: 4f61925dbdbcacce2f2a562909e639371ed8f7f3
      https://github.com/D-Programming-Language/phobos/commit/4f61925dbdbcacce2f2a562909e639371ed8f7f3
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #1288 from MrTact/master

Update to std.stdio documentation for File.readln variants


Compare: https://github.com/D-Programming-Language/phobos/compare/e8662efe0216...4f61925dbdbc


More information about the phobos mailing list