[D-runtime] [D-Programming-Language/druntime] 64a0bc: [Refactoring] Reorder file names in MANIFEST and S...
GitHub via D-runtime
d-runtime at puremagic.com
Sat Nov 22 22:24:24 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 64a0bca55626c79b5afe72bfa2d7f63a45b94d7d
https://github.com/D-Programming-Language/druntime/commit/64a0bca55626c79b5afe72bfa2d7f63a45b94d7d
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M mak/MANIFEST
M mak/SRCS
Log Message:
-----------
[Refactoring] Reorder file names in MANIFEST and SRCS
Commit: 9e7ec9c2b833d9127db2539575733a5e04a83cc7
https://github.com/D-Programming-Language/druntime/commit/9e7ec9c2b833d9127db2539575733a5e04a83cc7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M mak/MANIFEST
M mak/SRCS
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_Areal.d
M src/rt/typeinfo/ti_cdouble.d
M src/rt/typeinfo/ti_cfloat.d
M src/rt/typeinfo/ti_creal.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_ireal.d
M src/rt/typeinfo/ti_real.d
A src/rt/util/typeinfo.d
Log Message:
-----------
[Refactoring] Gather common code in rt.util.typeinfo
Commit: 3721b438da3a96be9918fbfaf5a56b77af4930eb
https://github.com/D-Programming-Language/druntime/commit/3721b438da3a96be9918fbfaf5a56b77af4930eb
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M src/rt/util/typeinfo.d
Log Message:
-----------
fix Issue 13052 - TypeInfo.getHash should return same hash for different floating point zeros.
Commit: 652014b28c2e459360ce353ed8abdb332ab441d9
https://github.com/D-Programming-Language/druntime/commit/652014b28c2e459360ce353ed8abdb332ab441d9
Author: Martin Nowak <code at dawg.eu>
Date: 2014-11-23 (Sun, 23 Nov 2014)
Changed paths:
M mak/MANIFEST
M mak/SRCS
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_Areal.d
M src/rt/typeinfo/ti_cdouble.d
M src/rt/typeinfo/ti_cfloat.d
M src/rt/typeinfo/ti_creal.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_ireal.d
M src/rt/typeinfo/ti_real.d
A src/rt/util/typeinfo.d
Log Message:
-----------
Merge pull request #867 from 9rnsr/fix13052
Issue 13052 - TypeInfo.getHash should return same hash for different floating point zeros
Compare: https://github.com/D-Programming-Language/druntime/compare/4e8bb2c4a04f...652014b28c2e
More information about the D-runtime
mailing list