[phobos] [D-Programming-Language/phobos] ddad09: Recommend using portable std.ascii.newline for lin...

GitHub via phobos phobos at puremagic.com
Sun Aug 3 15:15:41 PDT 2014


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

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Recommend using portable std.ascii.newline for line terminator

Also document 'lines' constructor.


  Commit: 66c8a77956943e2e7ce789e7e6eb36f0eb58d834
      https://github.com/D-Programming-Language/phobos/commit/66c8a77956943e2e7ce789e7e6eb36f0eb58d834
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Note that readln() cannot support string terminators


  Commit: 38531a6a0e15622766f48adf73deb737edb28834
      https://github.com/D-Programming-Language/phobos/commit/38531a6a0e15622766f48adf73deb737edb28834
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-31 (Thu, 31 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Don't use std.ascii.newline with text mode


  Commit: 96ca355429033a526f877d367cd3f38f8dee1401
      https://github.com/D-Programming-Language/phobos/commit/96ca355429033a526f877d367cd3f38f8dee1401
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #2364 from ntrel/stdio-newline

[docs] Recommend std.ascii.newline for portable line terminator in std.stdio


Compare: https://github.com/D-Programming-Language/phobos/compare/681f16e415c4...96ca35542903


More information about the phobos mailing list