summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2b97b08f6..63e1862bd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-09 Christopher Faylor <cgf@timesys.com>
+
+ * autoload.cc (GetHandleInformation): Declare new function.
+ (SetHandleInformation): Ditto.
+ * debug.cc (add_handle): Use SetHandleInformation to protect handle.
+ (close_handle): Use SetHandleInformation to unprotect handle.
+
+ * spawn.cc (spawn_guts): Move detached test outside of P_OVERLAY block.
+
2006-08-07 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (NtSetInformationFile): Define.