[Issue 15959] core.sys.windows modules should be modified for x64

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #10 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e64c3ec15841943d9fa274171f2a7ad11630ba1d
Merge pull request #1552 from qchikara/pr-winapi-x64

https://github.com/dlang/druntime/commit/fa93b0b2ac3214f020c7f96859c5dcfd61fbff9b
Merge pull request #1575 from qchikara/pr-size_t

https://github.com/dlang/druntime/commit/caf04060ca300ac0ca68e68e9b8de6fecec281cc
Merge pull request #1574 from qchikara/additional-15959

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #9 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/caf04060ca300ac0ca68e68e9b8de6fecec281cc
Merge pull request #1574 from qchikara/additional-15959

Fix issue 15959 additional fixes

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #8 from j...@red.email.ne.jp ---
#1552 #1575 was merged, thanks.

But #1574 remains. ( which has the most fixes )

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #7 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/fa93b0b2ac3214f020c7f96859c5dcfd61fbff9b
Merge pull request #1575 from qchikara/pr-size_t

More fix of issue 15959 (size_t)

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #6 from j...@red.email.ne.jp ---
Aand MORE:

https://github.com/dlang/druntime/pull/1575

About SIZE_T's, I did the same routine (detect and replace).
They are much less than above.

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #5 from j...@red.email.ne.jp ---
https://github.com/dlang/druntime/pull/1574

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

j...@red.email.ne.jp changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #4 from j...@red.email.ne.jp ---
Reopend.

I have a bad news and a good news.

BAD one:
The above list sucks absolutely.
Hundreds of DWORD_PTR, LONG_PTR, and INT_PTR are sprinkled over Windows SDK.
So we have to detect corresponding ones in our druntime and to fix.

GOOD one:
I've decided to carry out this task.
It is close to the end. :|

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-05-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e64c3ec15841943d9fa274171f2a7ad11630ba1d
Merge pull request #1552 from qchikara/pr-winapi-x64

Fix Issue 15959 - core.sys.windows modules should be modified for x64

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

j...@red.email.ne.jp changed:

   What|Removed |Added

 CC||kelethun...@gmail.com

--- Comment #2 from j...@red.email.ne.jp ---
*** Issue 15955 has been marked as a duplicate of this issue. ***

--


[Issue 15959] core.sys.windows modules should be modified for x64

2016-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959

j...@red.email.ne.jp changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from j...@red.email.ne.jp ---
Fixed, and one more fix missed in list above.

https://github.com/dlang/druntime/pull/1552

--