[dmd-internals] [D-Programming-Language/dmd] 3e5841: Fix `toEmodulename` in 64bit version
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Oct 14 14:10:01 PDT 2014
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: 3e584123e5d67d8baaa148a24b69d9529e74a119
https://github.com/D-Programming-Language/dmd/commit/3e584123e5d67d8baaa148a24b69d9529e74a119
Author: Nemanja Boric <nemanja.boric at sociomantic.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M src/glue.c
Log Message:
-----------
Fix `toEmodulename` in 64bit version
`toEmodulename` didn't work with the 64bit build of dmd
because of the fixed offset that's doubled in the 64 bit
build.
Commit: b5595f936d2440d9e5d0dbf1fd02e1d9a20bfdda
https://github.com/D-Programming-Language/dmd/commit/b5595f936d2440d9e5d0dbf1fd02e1d9a20bfdda
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M src/glue.c
Log Message:
-----------
Merge pull request #4064 from nemanja-boric-sociomantic/missing_module_name
Fix `toEmodulename` in 64bit version
Compare: https://github.com/D-Programming-Language/dmd/compare/6555f0aaba14...b5595f936d24
More information about the dmd-internals
mailing list