May 20, 2012 [phobos] [D-Programming-Language/phobos] 30d712: - Replace Linux-specific definitions of stopped, s... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 30d712161b19fd1ed224e81689f67aca57e3e02c https://github.com/D-Programming-Language/phobos/commit/30d712161b19fd1ed224e81689f67aca57e3e02c Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: M std/process.d Log Message: ----------- - Replace Linux-specific definitions of stopped, signaled, etc., with portable versions from core.sys.posix.sys.wait. - Fix system() to return -1 on abnormal termination, not just exitstatus(status) which may be 0. Commit: 41e6decef90b2f598b2e796a73ddfa34cb668566 https://github.com/D-Programming-Language/phobos/commit/41e6decef90b2f598b2e796a73ddfa34cb668566 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2012-05-20 (Sun, 20 May 2012) Changed paths: M std/process.d Log Message: ----------- Merge pull request #460 from quickfur/6926-process Code cleanup & fix issue 6926 Compare: https://github.com/D-Programming-Language/phobos/compare/aa96e13...41e6dec |
Copyright © 1999-2021 by the D Language Foundation