February 17, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: b82adb42db05fbab402f944a29b4c6f7029fac64
      https://github.com/D-Programming-Language/phobos/commit/b82adb42db05fbab402f944a29b4c6f7029fac64
  Author: monarch dodra <monarchdodra@gmail.com>
  Date:   2014-02-17 (Mon, 17 Feb 2014)

  Changed paths:
    M std/uni.d

  Log Message:
  -----------
  Fix unicode character ambiguity

'LATIN SMALL LETTER A' => 'CYRILLIC SMALL LETTER A'


  Commit: 4d0892baba7ce281de7cb5b7b1563c612caee0d5
      https://github.com/D-Programming-Language/phobos/commit/4d0892baba7ce281de7cb5b7b1563c612caee0d5
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-02-17 (Mon, 17 Feb 2014)

  Changed paths:
    M std/algorithm.d
    M std/bigint.d
    M std/conv.d
    M std/format.d
    M std/internal/uni.d
    M std/net/isemail.d
    M std/random.d
    M std/range.d
    M std/socket.d
    M std/utf.d

  Log Message:
  -----------
  Remove uses of the comma operator


  Commit: 7d8e0666f8e13665ea835ad0f3a1b7c85a613cd8
      https://github.com/D-Programming-Language/phobos/commit/7d8e0666f8e13665ea835ad0f3a1b7c85a613cd8
  Author: monarch dodra <monarchdodra@gmail.com>
  Date:   2014-02-17 (Mon, 17 Feb 2014)

  Changed paths:
    M std/algorithm.d
    M std/bigint.d
    M std/conv.d
    M std/format.d
    M std/internal/uni.d
    M std/net/isemail.d
    M std/random.d
    M std/range.d
    M std/socket.d
    M std/uni.d
    M std/utf.d

  Log Message:
  -----------
  Merge pull request #1908 from yebblies/commaop

Remove uses of the comma operator


Compare: https://github.com/D-Programming-Language/phobos/compare/91c85101e8a8...7d8e0666f8e1