[D-runtime] [D-Programming-Language/druntime] 10f9ed: MIPS specific linux constants
GitHub
noreply at github.com
Mon Jan 21 19:40:56 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 10f9edd1174f6ec61f50b130078cc272a9bea44f
https://github.com/D-Programming-Language/druntime/commit/10f9edd1174f6ec61f50b130078cc272a9bea44f
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
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/socket.d
Log Message:
-----------
MIPS specific linux constants
- core.sys.posix.fcntl
- core.sys.posix.signal
- core.sys.posix.sys.mman
- core.sys.posix.sys.socket
Commit: 109ac7677bcecc52b0e617abeddbdc68bc53d90b
https://github.com/D-Programming-Language/druntime/commit/109ac7677bcecc52b0e617abeddbdc68bc53d90b
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/sys/posix/setjmp.d
Log Message:
-----------
port back GDC's __jmp_buf for ARM/PPC/PPC64
- I rechecked glibc's definitions
Commit: 56bb8a74fc9ac7e7f1347a7a71bf9486fc5835ca
https://github.com/D-Programming-Language/druntime/commit/56bb8a74fc9ac7e7f1347a7a71bf9486fc5835ca
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/sys/posix/setjmp.d
Log Message:
-----------
__jmp_buf for setjmp
Commit: bde2ea019d07bdf49967303eb15fa3a52df01ce0
https://github.com/D-Programming-Language/druntime/commit/bde2ea019d07bdf49967303eb15fa3a52df01ce0
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/sys/posix/ucontext.d
Log Message:
-----------
ucontext_t
Commit: c0ca76d8f8efbb2e82cdc9144d8e963d88d8337f
https://github.com/D-Programming-Language/druntime/commit/c0ca76d8f8efbb2e82cdc9144d8e963d88d8337f
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/stat.d
Log Message:
-----------
stat_t
Commit: 89cbe7babd0b700c8fab76d9ddb27a049cf38e34
https://github.com/D-Programming-Language/druntime/commit/89cbe7babd0b700c8fab76d9ddb27a049cf38e34
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M posix.mak
A src/core/threadasm.S
M win32.mak
Log Message:
-----------
Revert "Merge pull request #208 from alexrp/remove-threadasm"
This reverts commit f66067edc21777106e39f16e30eae3b28cc4b156, reversing
changes made to c97b1e9074321f3aa9ea42cd7e91711ac6055e46.
Commit: cebca2349a211e0b8356c3ca6e227425e52c1119
https://github.com/D-Programming-Language/druntime/commit/cebca2349a211e0b8356c3ca6e227425e52c1119
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M posix.mak
Log Message:
-----------
fix noexecstack assembler flag
- "clang -cc1as" only accepts the double dashed version
Commit: 43dacb8ea6a0fd3e09284d9b8ec8440068a56d58
https://github.com/D-Programming-Language/druntime/commit/43dacb8ea6a0fd3e09284d9b8ec8440068a56d58
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/threadasm.S
Log Message:
-----------
merge GDC changes to threadasm.S
Commit: a57b29cb33400ba8a6eedcd71d021557b6b33587
https://github.com/D-Programming-Language/druntime/commit/a57b29cb33400ba8a6eedcd71d021557b6b33587
Author: Martin Nowak <code at dawg.eu>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M src/core/thread.d
M src/core/threadasm.S
Log Message:
-----------
fiber_switchContext for MIPS_O32
Commit: 4bde1864bc81cb06e185d100e9c8cc8e9a7315dd
https://github.com/D-Programming-Language/druntime/commit/4bde1864bc81cb06e185d100e9c8cc8e9a7315dd
Author: Martin Nowak <code at dawg.eu>
Date: 2013-01-11 (Fri, 11 Jan 2013)
Changed paths:
M win64.mak
Log Message:
-----------
add threadasm.S to win64.mak MANIFEST
Commit: 91fe7d31601c1d5f07e6573539faa75809d1439d
https://github.com/D-Programming-Language/druntime/commit/91fe7d31601c1d5f07e6573539faa75809d1439d
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-01-21 (Mon, 21 Jan 2013)
Changed paths:
M posix.mak
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/ucontext.d
M src/core/thread.d
A src/core/threadasm.S
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #364 from dawgfoto/MIPS
MIPS port
Compare: https://github.com/D-Programming-Language/druntime/compare/105e12f5b933...91fe7d31601c
More information about the D-runtime
mailing list