Changeset 9659 for trunk/changelog
- Timestamp:
- Jan 10, 2003, 4:17:31 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9654 r9659 1 /* $Id: changelog,v 1.24 39 2003-01-10 13:13:09sandervl Exp $ */1 /* $Id: changelog,v 1.2440 2003-01-10 15:17:31 sandervl Exp $ */ 2 2 3 3 2003-01-10: Sander van Leeuwen <sandervl@innotek > … … 5 5 flag set. 6 6 o Implemented Set/GetHandleInformation 7 o CreateFile; create handles that are not inherited by child 8 processes 9 o Named Pipes: default = not inherited by child processes 7 o CreateFile: create handles that are not inherited by child 8 processes by default 9 Only enable inheritance if specified in security struct 10 o Create(Named)Pipe: default = not inherited by child processes 11 Only enable inheritance if specified in security 12 struct. 10 13 o DuplicateHandle; set inheritance flag with SetHandleInformation 14 o CreateProcess: support for setting stdin/out/err handles 15 of child process 16 o PeekNamedPipe: - return ERROR_BROKEN_PIPE when used for unnamed 17 pipes (which is not allowed in OS/2) 18 (workaround) 11 19 12 20 2003-01-10: Platon Fomichev <platon@innotek >
Note:
See TracChangeset
for help on using the changeset viewer.