[D-runtime] [D-Programming-Language/druntime] aeecc9: Clean up unnecessary or catch-all version(Posix) b...
GitHub via D-runtime
d-runtime at puremagic.com
Thu May 14 16:57:25 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: aeecc90859410fd3bd14767b5f1a44e55f9fac82
https://github.com/D-Programming-Language/druntime/commit/aeecc90859410fd3bd14767b5f1a44e55f9fac82
Author: Joakim <git at joakim.fea.st>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M src/core/cpuid.d
M src/core/runtime.d
M src/core/stdc/config.d
M src/core/stdc/signal.d
M src/core/stdc/stddef.d
M src/core/stdc/string.d
M src/core/stdc/time.d
M src/core/sync/barrier.d
M src/core/sync/rwmutex.d
M src/core/sys/posix/pthread.d
M src/core/sys/posix/sched.d
M src/core/sys/posix/semaphore.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/stdio.d
M src/core/sys/posix/sys/resource.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/unistd.d
M src/core/sys/windows/dll.d
M src/core/sys/windows/stacktrace.d
M src/core/sys/windows/windows.d
M src/core/sys/windows/winsock2.d
M src/rt/cover.d
Log Message:
-----------
Clean up unnecessary or catch-all version(Posix) blocks and version statements with catch-all else blocks that can be defined more narrowly
Commit: e6f98c18d4adcbf29dbcece4313a29162894fd2c
https://github.com/D-Programming-Language/druntime/commit/e6f98c18d4adcbf29dbcece4313a29162894fd2c
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-15 (Fri, 15 May 2015)
Changed paths:
M src/core/cpuid.d
M src/core/runtime.d
M src/core/stdc/config.d
M src/core/stdc/signal.d
M src/core/stdc/stddef.d
M src/core/stdc/string.d
M src/core/stdc/time.d
M src/core/sync/barrier.d
M src/core/sync/rwmutex.d
M src/core/sys/posix/pthread.d
M src/core/sys/posix/sched.d
M src/core/sys/posix/semaphore.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/stdio.d
M src/core/sys/posix/sys/resource.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/unistd.d
M src/core/sys/windows/dll.d
M src/core/sys/windows/stacktrace.d
M src/core/sys/windows/windows.d
M src/core/sys/windows/winsock2.d
M src/rt/cover.d
Log Message:
-----------
Merge pull request #1069 from joakim-noah/versions
Clean up unnecessary version(Posix) and version(OS) and try to more narrowly scope catch-all else blocks
Compare: https://github.com/D-Programming-Language/druntime/compare/e840f588d6cd...e6f98c18d4ad
More information about the D-runtime
mailing list