[D-runtime] [D-Programming-Language/druntime] 55e77e: move towards const correctness

GitHub noreply at github.com
Thu Feb 16 18:56:11 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 55e77ee698e9839c529bc97be77d917c5a4cb3e6
      https://github.com/D-Programming-Language/druntime/commit/55e77ee698e9839c529bc97be77d917c5a4cb3e6
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-02-16 (Thu, 16 Feb 2012)

  Changed paths:
    M src/core/exception.d
  M src/core/sync/mutex.d
  M src/core/sync/rwmutex.d
  M src/core/sys/windows/stacktrace.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_idouble.d
  M src/rt/typeinfo/ti_ifloat.d
  M src/rt/typeinfo/ti_int.d
  M src/rt/typeinfo/ti_ireal.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
  M src/rt/util/string.d

  Log Message:
  -----------
  move towards const correctness





More information about the D-runtime mailing list