Changeset 9659 for trunk/changelog


Ignore:
Timestamp:
Jan 10, 2003, 4:17:31 PM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r9654 r9659  
    1 /* $Id: changelog,v 1.2439 2003-01-10 13:13:09 sandervl Exp $ */
     1/* $Id: changelog,v 1.2440 2003-01-10 15:17:31 sandervl Exp $ */
    22
    33 2003-01-10: Sander van Leeuwen <sandervl@innotek   >
     
    55                  flag set.
    66                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.
    1013                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)
    1119
    1220 2003-01-10: Platon Fomichev <platon@innotek   >
Note: See TracChangeset for help on using the changeset viewer.