summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-08-13 15:08:25 +0000
committerCorinna Vinschen <corinna@vinschen.de>2007-08-13 15:08:25 +0000
commit19afaa1a50ad936d91cf898eb7bb7e24af8c573f (patch)
tree0a17146cd1be2f625f6ac68f802b3440339cba6f /winsup/cygwin/ChangeLog
parente31a79b1d67d76260a1024957a89ad1320575b97 (diff)
downloadcygnal-19afaa1a50ad936d91cf898eb7bb7e24af8c573f.tar.gz
cygnal-19afaa1a50ad936d91cf898eb7bb7e24af8c573f.tar.bz2
cygnal-19afaa1a50ad936d91cf898eb7bb7e24af8c573f.zip
* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
* devices.cc: Regenerate. * fhandler.cc (fhandler_base::operator =): Use path_conv assignment operator. (fhandler_base::set_name): Ditto. (fhandler_base::open): Use NT native path in debug output. * fhandler_mailslot.cc: Convert to NT native function calls. * ntdll.h (struct _FILE_MAILSLOT_SET_INFORMATION): Define. (NtCreateMailslotFile): Declare. * path.cc (path_conv::set_normalized_path): Don't set wide_path to NULL. (path_conv::set_name): Remove unused function. * path.h (path_conv::set_name): Drop declaration. (path_conv::operator =): Define.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index dc82967f7..ac9b4e0ba 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2007-08-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * devices.in (dev_storage): Use native NT device name for kmsg mailslot.
+ * devices.cc: Regenerate.
+ * fhandler.cc (fhandler_base::operator =): Use path_conv assignment
+ operator.
+ (fhandler_base::set_name): Ditto.
+ (fhandler_base::open): Use NT native path in debug output.
+ * fhandler_mailslot.cc: Convert to NT native function calls.
+ * ntdll.h (struct _FILE_MAILSLOT_SET_INFORMATION): Define.
+ (NtCreateMailslotFile): Declare.
+ * path.cc (path_conv::set_normalized_path): Don't set wide_path to NULL.
+ (path_conv::set_name): Remove unused function.
+ * path.h (path_conv::set_name): Drop declaration.
+ (path_conv::operator =): Define.
+
2007-08-12 Corinna Vinschen <corinna@vinschen.de>
* fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.