Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-17 15:49:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-04-17 15:49:19 +0400
commit8aefe7c08b95d736d9e4ed7eee6bfd971191a67f (patch)
treebe8780be7f8c740a0034836495af60ebd876e46e
parent0f565126273e2d9aafb956933fc5b86ca01fddf4 (diff)
Forgot the 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 cd5e4f133..6044c550d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Tue Apr 17 13:44:00 2001 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (path_conv::check): Set case_clash even if pcheck_case
+ is set to PCHECK_ADJUST when a case clash is given for the last
+ component in path.
+ (symlink_info::case_check): Ditto.
+ * syscalls.cc (_rename): Avoid overwriting an already existing file
+ if a case clash is given even if pcheck_case is set to PCHECK_ADJUST.
+
Tue Apr 17 2:07:07 2001 Christopher Faylor <cgf@cygnus.com>
* config.h.in: Turn off VFORK again.