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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 636151043..72bbbda79 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2001-11-24 Christopher Faylor <cgf@redhat.com>
+ * autoload.cc (IsDebuggerPresent): Make conditional load since it is
+ not available everywhere.
+
+ * path.cc (mount_info::conv_to_win32_path): Only consider /cygdrive to
+ be FH_CYGDRIVE, not /cygdrive/x.
+
+2001-11-24 Christopher Faylor <cgf@redhat.com>
+
* net.cc (inet_makeaddr): Revert previous change.
2001-11-23 Christopher Faylor <cgf@redhat.com>