[dmd-internals] [D-Programming-Language/dmd] 181dc3: Change some types from d_uns64 to dinteger_t.
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Apr 5 18:04:23 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 181dc3670049614042562d9634791c74d05c7814
https://github.com/D-Programming-Language/dmd/commit/181dc3670049614042562d9634791c74d05c7814
Author: Kai Nacke <kai at redstar.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M src/constfold.c
M src/ctfeexpr.c
M src/mtype.c
Log Message:
-----------
Change some types from d_uns64 to dinteger_t.
If you imaging to implement cent/ucent type then you have to change
these places. It is more convenient to use dinteger_t here.
Commit: f1bc43a5db62a129cfc44447d582a34bda06f022
https://github.com/D-Programming-Language/dmd/commit/f1bc43a5db62a129cfc44447d582a34bda06f022
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M src/constfold.c
M src/ctfeexpr.c
M src/mtype.c
Log Message:
-----------
Merge pull request #4559 from redstar/typechange
Change some types from d_uns64 to dinteger_t.
Compare: https://github.com/D-Programming-Language/dmd/compare/7522d0d1122a...f1bc43a5db62
More information about the dmd-internals
mailing list