[D-runtime] [D-Programming-Language/druntime] c893b8: Add TypeInfo classes for cent/ucent.

GitHub via D-runtime d-runtime at puremagic.com
Mon Apr 6 15:11:28 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: c893b80612f8b661f1424fe7ffaab3784343d52c
      https://github.com/D-Programming-Language/druntime/commit/c893b80612f8b661f1424fe7ffaab3784343d52c
  Author: Kai Nacke <kai at redstar.de>
  Date:   2015-04-06 (Mon, 06 Apr 2015)

  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    A src/rt/typeinfo/ti_cent.d
    A src/rt/typeinfo/ti_ucent.d

  Log Message:
  -----------
  Add TypeInfo classes for cent/ucent.

The types are defined in the spec but not yet implemented. Add the
required TypeInfo classes for supporting compilers. The classes are
guarded to prevent compile errors on non-supporting compilers.

See https://github.com/D-Programming-Language/dmd/pull/4565 for
the name mangling.


  Commit: a55e676c2f9dedf794c4da0c4c220fb4c6ba3f2d
      https://github.com/D-Programming-Language/druntime/commit/a55e676c2f9dedf794c4da0c4c220fb4c6ba3f2d
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    A src/rt/typeinfo/ti_cent.d
    A src/rt/typeinfo/ti_ucent.d

  Log Message:
  -----------
  Merge pull request #1207 from redstar/cent

Add TypeInfo classes for cent/ucent.


Compare: https://github.com/D-Programming-Language/druntime/compare/3873e6fea281...a55e676c2f9d


More information about the D-runtime mailing list