[D-runtime] [D-Programming-Language/druntime] 1b2998: hash_t -> size_t.

GitHub noreply at github.com
Mon Oct 15 02:37:12 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 1b2998e428557a6bee62e27458bbf7102ca275a1
      https://github.com/D-Programming-Language/druntime/commit/1b2998e428557a6bee62e27458bbf7102ca275a1
  Author: alexrp <alex at lycus.org>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M src/object.di
    M src/object_.d
    M src/rt/aaA.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cdouble.d
    M src/rt/typeinfo/ti_cfloat.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_creal.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_double.d
    M src/rt/typeinfo/ti_float.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_real.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.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
    M src/rt/util/hash.d

  Log Message:
  -----------
  hash_t -> size_t.


  Commit: b98135bd519d92f5b60ebfc18280221853601f81
      https://github.com/D-Programming-Language/druntime/commit/b98135bd519d92f5b60ebfc18280221853601f81
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M src/object.di
    M src/object_.d
    M src/rt/aaA.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cdouble.d
    M src/rt/typeinfo/ti_cfloat.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_creal.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_double.d
    M src/rt/typeinfo/ti_float.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_real.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.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
    M src/rt/util/hash.d

  Log Message:
  -----------
  Merge pull request #326 from alexrp/hash_t

hash_t -> size_t.


Compare: https://github.com/D-Programming-Language/druntime/compare/b14534681dde...b98135bd519d


More information about the D-runtime mailing list