[D-runtime] [D-Programming-Language/druntime] 197f30: Replace all uses of predefined version Android wit...
GitHub via D-runtime
d-runtime at puremagic.com
Tue Feb 23 14:49:50 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 197f30ec9abbfc29d60a5238037f6f2e4f04228c
https://github.com/D-Programming-Language/druntime/commit/197f30ec9abbfc29d60a5238037f6f2e4f04228c
Author: Joakim <git at joakim.fea.st>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M src/core/sys/posix/arpa/inet.d
M src/core/sys/posix/grp.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/netinet/tcp.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/stdlib.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/time.d
M src/core/sys/posix/unistd.d
M src/core/sys/posix/utime.d
Log Message:
-----------
Replace all uses of predefined version Android with
CRuntime_Bionic or linux, and use CRuntime_Glibc where
appropriate.
Commit: 054a95192afe5e880cb6987db69fc16abf645566
https://github.com/D-Programming-Language/druntime/commit/054a95192afe5e880cb6987db69fc16abf645566
Author: Joakim <git at joakim.fea.st>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M src/core/stdc/math.d
M src/core/sys/linux/config.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/signal.d
M src/rt/backtrace/dwarf.d
M src/rt/sections_android.d
Log Message:
-----------
For Android, pull in some functions and constants from bionic,
exclude some Glibc definitions, and add __tls_get_addr for ARM.
Commit: 123fca95c12b4017a228401103cf26f4b9189e89
https://github.com/D-Programming-Language/druntime/commit/123fca95c12b4017a228401103cf26f4b9189e89
Author: David Nadlinger <code at klickverbot.at>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/core/stdc/math.d
M src/core/sys/linux/config.d
M src/core/sys/posix/arpa/inet.d
M src/core/sys/posix/grp.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/netinet/tcp.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/stdlib.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/time.d
M src/core/sys/posix/unistd.d
M src/core/sys/posix/utime.d
M src/rt/backtrace/dwarf.d
M src/rt/sections_android.d
Log Message:
-----------
Merge pull request #1490 from joakim-noah/android
Android update
Compare: https://github.com/D-Programming-Language/druntime/compare/a438c2c03a3f...123fca95c12b
More information about the D-runtime
mailing list