[phobos] [D-Programming-Language/phobos] a12ecd: Improve byLine doc

GitHub noreply at github.com
Fri Jul 12 10:18:10 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: a12ecdfaab6be8a9340e90e70698ef9584089eac
      https://github.com/D-Programming-Language/phobos/commit/a12ecdfaab6be8a9340e90e70698ef9584089eac
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Improve byLine doc

Move byLine examples from ByLine to byLine.
Fix LinesReader typo.
Explain that lines will not persist when using a mutable type for Char.
Document parameters.


  Commit: 1a2eaf8d094f32da4e934116085a1519b64afe34
      https://github.com/D-Programming-Language/phobos/commit/1a2eaf8d094f32da4e934116085a1519b64afe34
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Make byLine return an opaque type

File.ByLine is still visible for backwards compatibility, but no longer
documented.


  Commit: 6824abda7f90f73be59bf6bbf5a9d4324720cf9f
      https://github.com/D-Programming-Language/phobos/commit/6824abda7f90f73be59bf6bbf5a9d4324720cf9f
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  s/forward range/input range/ plus minor fixes


  Commit: b2d237243835eddd43bcf7219136c6c93e3c14bc
      https://github.com/D-Programming-Language/phobos/commit/b2d237243835eddd43bcf7219136c6c93e3c14bc
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #1408 from ntrel/byLine-doc

Improve byLine doc


Compare: https://github.com/D-Programming-Language/phobos/compare/cea5bd77f76e...b2d237243835


More information about the phobos mailing list