[D-runtime] [D-Programming-Language/druntime] b4706e: Fix Issue 4483 - foreach over string or wstring, w...

GitHub noreply at github.com
Sun Mar 16 10:19:18 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: b4706e87e7c980c0bee6f1e8d2df3411baa464dc
      https://github.com/D-Programming-Language/druntime/commit/b4706e87e7c980c0bee6f1e8d2df3411baa464dc
  Author: Lionello Lunesu <lio at lunesu.com>
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Changed paths:
    M src/core/demangle.d

  Log Message:
  -----------
  Fix Issue 4483 - foreach over string or wstring, where element type not specified

core.demangle does not support Unicode and iterates over ASCII only.


  Commit: bb0e133d4c478bb279a228e9cabfa648fa1043b3
      https://github.com/D-Programming-Language/druntime/commit/bb0e133d4c478bb279a228e9cabfa648fa1043b3
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M src/core/demangle.d

  Log Message:
  -----------
  Merge pull request #712 from lionello/bug4483

Preparation for issue 4483, specifying foreach char iteration type


Compare: https://github.com/D-Programming-Language/druntime/compare/c9d97a1e70d1...bb0e133d4c47


More information about the D-runtime mailing list