December 04, 2013 [D-runtime] [D-Programming-Language/druntime] 45b718: change termios structures to match glibc headers | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 45b7186121140353d2f8be3eacd0bf07e6ff4037 https://github.com/D-Programming-Language/druntime/commit/45b7186121140353d2f8be3eacd0bf07e6ff4037 Author: Ellery Newcomer <ellery@neukommt.(none)> Date: 2013-11-28 (Thu, 28 Nov 2013) Changed paths: M src/core/sys/posix/termios.d Log Message: ----------- change termios structures to match glibc headers removed termios2, termio, winsize. these seem to be kernel-level structures. also, the termios expected by cfsetospeed, et al should have c_ispeed and c_ospeed. Commit: bd6f2cdc909b3d16c36a728f22262a3ae1b415a1 https://github.com/D-Programming-Language/druntime/commit/bd6f2cdc909b3d16c36a728f22262a3ae1b415a1 Author: Ellery Newcomer <ellery-newcomer@utulsa.edu> Date: 2013-11-28 (Thu, 28 Nov 2013) Changed paths: M src/core/sys/posix/sys/ioctl.d Log Message: ----------- Revert "Move Linux stuff from ioctl to termios." This reverts commit b1a28c1c33d756d7127a02968dd9763c2c3bfb4d. Commit: 596d089dddc8aa32374698c25a5ae50b5cb9c208 https://github.com/D-Programming-Language/druntime/commit/596d089dddc8aa32374698c25a5ae50b5cb9c208 Author: Ellery Newcomer <ellery-newcomer@utulsa.edu> Date: 2013-11-28 (Thu, 28 Nov 2013) Changed paths: M src/core/sys/posix/sys/ioctl.d Log Message: ----------- ioctl needs termios2 termios2 has different NCCS than termios's termios. just stick termios2 in ioctl I guess Commit: 1841c077230fe60014ae5e2c48bb5ce115baf2cd https://github.com/D-Programming-Language/druntime/commit/1841c077230fe60014ae5e2c48bb5ce115baf2cd Author: Martin Nowak <code@dawg.eu> Date: 2013-12-04 (Wed, 04 Dec 2013) Changed paths: M src/core/sys/posix/sys/ioctl.d M src/core/sys/posix/termios.d Log Message: ----------- Merge pull request #677 from mylodon/termios-struct change termios structures to match glibc headers Compare: https://github.com/D-Programming-Language/druntime/compare/8cfd7f5d1195...1841c077230f |
Copyright © 1999-2021 by the D Language Foundation