[D-runtime] [D-Programming-Language/druntime] 68b9e9: Remove references to importing core.stdc.stddef fo...
GitHub via D-runtime
d-runtime at puremagic.com
Sun Apr 26 13:36:25 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 68b9e9ce325d58812e73ca8f0cd268c05f651d2e
https://github.com/D-Programming-Language/druntime/commit/68b9e9ce325d58812e73ca8f0cd268c05f651d2e
Author: Joakim <git at joakim.fea.st>
Date: 2015-04-24 (Fri, 24 Apr 2015)
Changed paths:
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/sys/linux/stdio.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/uio.d
M src/core/sys/posix/unistd.d
Log Message:
-----------
Remove references to importing core.stdc.stddef for size_t or ptrdiff_t
Commit: 18d57ffe3eed8674ca2052656bb3f410084379f6
https://github.com/D-Programming-Language/druntime/commit/18d57ffe3eed8674ca2052656bb3f410084379f6
Author: Martin Nowak <code at dawg.eu>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/sys/linux/stdio.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/uio.d
M src/core/sys/posix/unistd.d
Log Message:
-----------
Merge pull request #1232 from joakim-noah/size_t
Fix 14215 - Unnecessary imports of core.stdc.stddef for size_t and ptrdiff_t
Compare: https://github.com/D-Programming-Language/druntime/compare/369a717f196e...18d57ffe3eed
More information about the D-runtime
mailing list