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 49e344333..5815dc1ca 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2006-12-07 Corinna Vinschen <corinna@vinschen.de>
+ * ntdll.h (STATUS_DELETE_PENDING): Define.
+ (struct _FILE_DISPOSITION_INFORMATION): Define.
+ * syscalls.cc (unlink_9x): new function to delete file on 9x.
+ * syscalls.cc (unlink_nt): new function to delete file on NT.
+ (unlink): Simplify. Move OS dependent stuff into aforementioned
+ functions. Also handle FILE_ATTRIBUTE_HIDDEN as R/O-like flag.
+
+2006-12-07 Corinna Vinschen <corinna@vinschen.de>
+
* autoload.cc (SHFileOperationA): Define.
* syscalls.cc (try_to_bin): New function trying to move a file to
the recycle bin.