aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-17 11:49:19 +0000
committerCorinna Vinschen <corinna@vinschen.de>2001-04-17 11:49:19 +0000
commit8aefe7c08b95d736d9e4ed7eee6bfd971191a67f (patch)
treebe8780be7f8c740a0034836495af60ebd876e46e
parent0f565126273e2d9aafb956933fc5b86ca01fddf4 (diff)
downloadnewlib-8aefe7c08b95d736d9e4ed7eee6bfd971191a67f.zip
newlib-8aefe7c08b95d736d9e4ed7eee6bfd971191a67f.tar.gz
newlib-8aefe7c08b95d736d9e4ed7eee6bfd971191a67f.tar.bz2
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 cd5e4f1..6044c55 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.