[D-runtime] [D-Programming-Language/druntime] 9e10e2: Add some ioctl structs.
GitHub
noreply at github.com
Tue Dec 11 19:54:16 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 9e10e2401878339931e1ca5b7ab2082f8ad03609
https://github.com/D-Programming-Language/druntime/commit/9e10e2401878339931e1ca5b7ab2082f8ad03609
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/ioctl.d
Log Message:
-----------
Add some ioctl structs.
Commit: 761eaf6cdeb4508e321ce6c167d6ef5e9ace211a
https://github.com/D-Programming-Language/druntime/commit/761eaf6cdeb4508e321ce6c167d6ef5e9ace211a
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/termios.d
Log Message:
-----------
Fix core.sys.posix.termios for Linux.
Commit: 80d4f07ce200e5849b1245ae5275721e67f9ce34
https://github.com/D-Programming-Language/druntime/commit/80d4f07ce200e5849b1245ae5275721e67f9ce34
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/ioctl.d
Log Message:
-----------
Add some imports in core.sys.posix.sys.ioctl.
Commit: ad7a2e20f0241ee8ff3ecf97b477de4d1e152fcc
https://github.com/D-Programming-Language/druntime/commit/ad7a2e20f0241ee8ff3ecf97b477de4d1e152fcc
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/ioctl.d
Log Message:
-----------
Add Linux ioctl 'macros'.
Commit: 04905b6ad022e96cd527961d2128dd67bd5267f5
https://github.com/D-Programming-Language/druntime/commit/04905b6ad022e96cd527961d2128dd67bd5267f5
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M posix.mak
Log Message:
-----------
Compile core.sys.posix.sys.ioctl too.
Commit: 7e6c87f0e17dec469c184fc444cac5e7c8ad6da9
https://github.com/D-Programming-Language/druntime/commit/7e6c87f0e17dec469c184fc444cac5e7c8ad6da9
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/termios.d
Log Message:
-----------
Kill some octal literals.
Commit: 3f377250319c2e0dff210f6f7c4209c699ae258d
https://github.com/D-Programming-Language/druntime/commit/3f377250319c2e0dff210f6f7c4209c699ae258d
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/ioctl.d
Log Message:
-----------
Hopefully the last of Linux's ioctl enums.
Commit: b1a28c1c33d756d7127a02968dd9763c2c3bfb4d
https://github.com/D-Programming-Language/druntime/commit/b1a28c1c33d756d7127a02968dd9763c2c3bfb4d
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/termios.d
Log Message:
-----------
Move some Linux stuff from core.sys.posix.sys.ioctl to core.sys.posix.termios.
Commit: 7b9869033bfc63dba064d59de742e89addb6038d
https://github.com/D-Programming-Language/druntime/commit/7b9869033bfc63dba064d59de742e89addb6038d
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
Clean up MANIFEST lists.
Commit: cb0fd2a27eaffebba7ca26e9b89e37a3300846a0
https://github.com/D-Programming-Language/druntime/commit/cb0fd2a27eaffebba7ca26e9b89e37a3300846a0
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
Sort COPYDIRS properly.
Commit: df3daae59f17483a77b2ad15017fa1211b6efe86
https://github.com/D-Programming-Language/druntime/commit/df3daae59f17483a77b2ad15017fa1211b6efe86
Author: alexrp <alex at lycus.org>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/sys/ipc.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/stat.d
Log Message:
-----------
Kill (hopefully) the last octal literals in the runtime.
Commit: feac711a264011bbd6e5ee68405dc9264b33b342
https://github.com/D-Programming-Language/druntime/commit/feac711a264011bbd6e5ee68405dc9264b33b342
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-12-07 (Fri, 07 Dec 2012)
Changed paths:
M src/core/sys/posix/termios.d
Log Message:
-----------
NCCS on Linux is 32.
Commit: 2783bf6316241c91aece4f7cafa00bb9af74364a
https://github.com/D-Programming-Language/druntime/commit/2783bf6316241c91aece4f7cafa00bb9af74364a
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M posix.mak
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/sys/ipc.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/termios.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #340 from alexrp/posix-stuff
Hopefully the last of Linux's ioctl enums.
Compare: https://github.com/D-Programming-Language/druntime/compare/6055cfb49a6e...2783bf631624
More information about the D-runtime
mailing list