[dmd-internals] [D-Programming-Language/dmd] 764003: Don't use long long to cast signed int to float.
GitHub
noreply at github.com
Sat Jun 29 12:13:40 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7640034220c296e233e84c6685721624b746e208
https://github.com/D-Programming-Language/dmd/commit/7640034220c296e233e84c6685721624b746e208
Author: Iain Buclaw <ibuclaw at ubuntu.com>
Date: 2013-06-29 (Sat, 29 Jun 2013)
Changed paths:
M src/cast.c
Log Message:
-----------
Don't use long long to cast signed int to float.
Commit: a1a15370112122015f63f15a051919511d1f4340
https://github.com/D-Programming-Language/dmd/commit/a1a15370112122015f63f15a051919511d1f4340
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-29 (Sat, 29 Jun 2013)
Changed paths:
M src/cast.c
Log Message:
-----------
Merge pull request #2275 from ibuclaw/nolonglong
Don't use long long to cast signed int to float.
Compare: https://github.com/D-Programming-Language/dmd/compare/6cc1f26a673b...a1a153701121
More information about the dmd-internals
mailing list