June 28, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0216391adc418e3457978000a5f627c16a25faa2
      https://github.com/D-Programming-Language/dmd/commit/0216391adc418e3457978000a5f627c16a25faa2
  Author: Kai Nacke <kai@redstar.de>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M src/cppmangle.c

  Log Message:
  -----------
  Add Visual C++ mangling for cent/ucent.

The type __int128 is not yet supported by Visual C++ but the mangling is defined. This can be checked with the undname.exe tool.


  Commit: 74b9c64d9e41aa73cd4871aebd36853e15c3d149
      https://github.com/D-Programming-Language/dmd/commit/74b9c64d9e41aa73cd4871aebd36853e15c3d149
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M src/cppmangle.c

  Log Message:
  -----------
  Merge pull request #4781 from redstar/cppmangle

Add Visual C++ mangling for cent/ucent.


Compare: https://github.com/D-Programming-Language/dmd/compare/6071f1dbd7c5...74b9c64d9e41