[D-runtime] [D-Programming-Language/druntime] dc9852: Add constants AF_RXRPC and PF_RXRPC on Linux
GitHub via D-runtime
d-runtime at puremagic.com
Fri Nov 13 04:16:41 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: dc9852f849baf6c5af6208be3118136f9236a8d3
https://github.com/D-Programming-Language/druntime/commit/dc9852f849baf6c5af6208be3118136f9236a8d3
Author: Paul O'Neil <redballoon36 at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M src/core/sys/posix/sys/socket.d
Log Message:
-----------
Add constants AF_RXRPC and PF_RXRPC on Linux
Commit: da02c548bb695165257663a7bbea685f502147e3
https://github.com/D-Programming-Language/druntime/commit/da02c548bb695165257663a7bbea685f502147e3
Author: Paul O'Neil <redballoon36 at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M mak/COPY
M mak/MANIFEST
A src/core/sys/linux/sys/socket.d
M src/core/sys/posix/sys/socket.d
Log Message:
-----------
Move RXRPC constants from core.sys.posix to core.sys.linux since they are Linux specific.
Commit: a7d260432de25e2b01dd8856b082bfce12a3ae68
https://github.com/D-Programming-Language/druntime/commit/a7d260432de25e2b01dd8856b082bfce12a3ae68
Author: Paul O'Neil <redballoon36 at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M win32.mak
M win64.mak
Log Message:
-----------
Try to fix Windows build for core.sys.linux.sys.socket
Commit: 42e4a1243df07e34f2ea370ee8c853dc6a709a46
https://github.com/D-Programming-Language/druntime/commit/42e4a1243df07e34f2ea370ee8c853dc6a709a46
Author: Paul O'Neil <redballoon36 at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M src/core/sys/linux/sys/socket.d
Log Message:
-----------
Publicly import core.sys.posix.sys.socket, because you probably want that also.
Commit: 93457e87407c3038e3c746807646224d5dd04ed8
https://github.com/D-Programming-Language/druntime/commit/93457e87407c3038e3c746807646224d5dd04ed8
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-11-13 (Fri, 13 Nov 2015)
Changed paths:
M mak/COPY
M mak/MANIFEST
A src/core/sys/linux/sys/socket.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #1334 from todayman/rxrpc_constants
Add constants AF_RXRPC and PF_RXRPC on Linux
Compare: https://github.com/D-Programming-Language/druntime/compare/faa16434bcb8...93457e87407c
More information about the D-runtime
mailing list