[phobos] [dlang/phobos] 3d37ae: Byte Order Mark (BOM) handling functions rewrite

GitHub via phobos phobos at puremagic.com
Mon May 2 13:22:55 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 3d37aee77d12e13b970a84d3e06101e5fd04a00c
      https://github.com/dlang/phobos/commit/3d37aee77d12e13b970a84d3e06101e5fd04a00c
  Author: Robert burner Schadek <rburners at gmail.com>
  Date:   2016-05-02 (Mon, 02 May 2016)

  Changed paths:
    M std/encoding.d

  Log Message:
  -----------
  Byte Order Mark (BOM) handling functions rewrite

* move to std.encoding
* less overengineering

https://github.com/D-Programming-Language/phobos/pull/3870 rework

Don't use top-level selective import in std.math because of DMD issue 314.

some quickfur comments

whitespace

remove used import

steven suggestion

utfBom

andrei nitpicks

andrei null


  Commit: 30587d4f4e1726d1c0414b6321b6eec6ac104def
      https://github.com/dlang/phobos/commit/30587d4f4e1726d1c0414b6321b6eec6ac104def
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-05-02 (Mon, 02 May 2016)

  Changed paths:
    M std/encoding.d

  Log Message:
  -----------
  Merge pull request #3880 from burner/bom2

Byte Order Mark (BOM) handling functions rewrite


Compare: https://github.com/dlang/phobos/compare/aa8cf8646f1c...30587d4f4e17


More information about the phobos mailing list