[phobos] [D-Programming-Language/phobos] 46a535: Refactor std.stdio.File

GitHub noreply at github.com
Thu Oct 4 09:51:14 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 46a535cb1996d4fe53e515a46d1c08d5a82ab9b0
      https://github.com/D-Programming-Language/phobos/commit/46a535cb1996d4fe53e515a46d1c08d5a82ab9b0
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Refactor std.stdio.File


  Commit: 84a6468ef86ebdb94d1430d95ea8d9964f8e85bf
      https://github.com/D-Programming-Language/phobos/commit/84a6468ef86ebdb94d1430d95ea8d9964f8e85bf
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix Issue 7659 - std.stdio.File.close() erases file.name

* also improve documentation a bit


  Commit: 26b7d3fad37c2cd8e592f4ab4021ba014ff35bd0
      https://github.com/D-Programming-Language/phobos/commit/26b7d3fad37c2cd8e592f4ab4021ba014ff35bd0
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix std.stdio.File part of Issue 4624


  Commit: 4c33328fbf68e3bb8348cee10632c062da4356db
      https://github.com/D-Programming-Language/phobos/commit/4c33328fbf68e3bb8348cee10632c062da4356db
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Remove redundant std.stdio.File.Impl.name


  Commit: 71fe49fdf1e49d1fdd1a99f5356ac13e91957490
      https://github.com/D-Programming-Language/phobos/commit/71fe49fdf1e49d1fdd1a99f5356ac13e91957490
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Rename `std.stdio.File.p` to `_p`


  Commit: e281d8deaa8e6adbc42ee5f6dd69d303a7d67b58
      https://github.com/D-Programming-Language/phobos/commit/e281d8deaa8e6adbc42ee5f6dd69d303a7d67b58
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix Issue 8219 - File.writeln is slow

There is absolutely no need to explicitly flush a stream on new line because it is expected only for console output which is line buffered or unbuffered by default.


  Commit: 13a87ff8ca3d2ef0a8766b0d0e56e537cc0ed697
      https://github.com/D-Programming-Language/phobos/commit/13a87ff8ca3d2ef0a8766b0d0e56e537cc0ed697
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Improve std.stdio.File.{writef,writefln}

* don't throw AssertError in writef
* make these functions consistent with std.format.formattedWrite


  Commit: ad87f38197502b61c193cf77c431fd65ae1025b2
      https://github.com/D-Programming-Language/phobos/commit/ad87f38197502b61c193cf77c431fd65ae1025b2
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #778 from denis-sh/std.stdio.File-fixes

Std.stdio.file fixes


Compare: https://github.com/D-Programming-Language/phobos/compare/25c4328aef80...ad87f3819750


More information about the phobos mailing list