summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-25 08:41:28 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-25 08:41:28 +0000
commit181c20f1ac87eec3c21c0cc53d172c4f91c099ff (patch)
tree5575778ea0dba1b56159288adfcfc7315517b07f
parent125b724dd8cec4f83445e8349dfbb8c7e06e1816 (diff)
downloadcygnal-181c20f1ac87eec3c21c0cc53d172c4f91c099ff.tar.gz
cygnal-181c20f1ac87eec3c21c0cc53d172c4f91c099ff.tar.bz2
cygnal-181c20f1ac87eec3c21c0cc53d172c4f91c099ff.zip
* ChangeLog: Remove accidentally checked in entry.
-rw-r--r--winsup/cygwin/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8333b4cbd..4b181389c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -40,23 +40,6 @@
2005-05-19 Corinna Vinschen <corinna@vinschen.de>
- * autoload.cc (RtlDosPathNameToNtPathName_U): Import.
- (RtlCreateUnicodeStringFromAsciiz): Import.
- (RtlFreeUnicodeString): Import.
- * fhandler.cc (fhandler_base::open): Drop wpath since
- path_conv::get_nt_native_path now allocates the upath Buffer.
- Remove call to RtlIsDosDeviceName_U. Free upath.Buffer on
- return.
- * ntdll.h (RtlDosPathNameToNtPathName_U): Declare.
- (RtlCreateUnicodeStringFromAsciiz): Declare.
- (RtlFreeUnicodeString): Declare.
- * path.cc: Include ntdll.h.
- (path_conv::get_nt_native_path): Call RtlDosPathNameToNtPathName_U
- to generate the correct NT path. Use RtlCreateUnicodeStringFromAsciiz
- to allocate Buffer in case of incoming NT paths.
-
-2005-05-19 Corinna Vinschen <corinna@vinschen.de>
-
* include/cygwin/in.h: Add comment.
2005-05-19 Corinna Vinschen <corinna@vinschen.de>