[D-runtime] [D-Programming-Language/druntime] fa0c10: Modify TypeInfo to match the spec

GitHub via D-runtime d-runtime at puremagic.com
Sun Jul 5 06:03:09 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: fa0c105d25340b6883992e6c012304e524ebeaca
      https://github.com/D-Programming-Language/druntime/commit/fa0c105d25340b6883992e6c012304e524ebeaca
  Author: Mike <slavo5150 at yahoo.com>
  Date:   2015-07-05 (Sun, 05 Jul 2015)

  Changed paths:
    M src/object.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cent.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_int.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ptr.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.d
    M src/rt/typeinfo/ti_ucent.d
    M src/rt/typeinfo/ti_uint.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/typeinfo/ti_ushort.d
    M src/rt/typeinfo/ti_void.d
    M src/rt/typeinfo/ti_wchar.d

  Log Message:
  -----------
  Modify TypeInfo to match the spec


  Commit: 1cadc685a7c878f2d9dc00ae14d7ad19747c5e5a
      https://github.com/D-Programming-Language/druntime/commit/1cadc685a7c878f2d9dc00ae14d7ad19747c5e5a
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-07-05 (Sun, 05 Jul 2015)

  Changed paths:
    M src/object.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cent.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_int.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ptr.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.d
    M src/rt/typeinfo/ti_ucent.d
    M src/rt/typeinfo/ti_uint.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/typeinfo/ti_ushort.d
    M src/rt/typeinfo/ti_void.d
    M src/rt/typeinfo/ti_wchar.d

  Log Message:
  -----------
  Merge pull request #1307 from JinShil/TypeInfo.init2

Modify TypeInfo.init to match the spec - Take 2 - Derived class implementation


Compare: https://github.com/D-Programming-Language/druntime/compare/23675e54c357...1cadc685a7c8


More information about the D-runtime mailing list