October 02, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: aaac9516d00473b1b085c7609ac1167232896ba1
      https://github.com/D-Programming-Language/druntime/commit/aaac9516d00473b1b085c7609ac1167232896ba1
  Author: kai <kai@redstar.de>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M src/core/stdc/stdio.d
    M src/core/stdc/wchar_.d

  Log Message:
  -----------
  Move fwide() to wchar_.d.

On Win64 fwide() is defined in core.stdc.stdio. All other platforms use the prototype in core.stdc.wchar_. This results in a missing symbol during link time on Win64 if you import std.stdio.


  Commit: 655f33d029017c8e08157e68ff71dd557c5ff406
      https://github.com/D-Programming-Language/druntime/commit/655f33d029017c8e08157e68ff71dd557c5ff406
  Author: Sean Kelly <sean@invisibleduck.org>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M src/core/stdc/stdio.d
    M src/core/stdc/wchar_.d

  Log Message:
  -----------
  Merge pull request #311 from redstar/fwide

Move fwide() to wchar_.d.


Compare: https://github.com/D-Programming-Language/druntime/compare/54751e318b2e...655f33d02901