summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-11-04 17:00:45 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-11-04 17:00:45 +0000
commitb5f48aa96165f6f18f4f5c2b337171c626c6b423 (patch)
tree15260f52949ccf73e45c16c034540b9123cff86f /winsup/utils/ChangeLog
parent44a019897fde5a5fbbd2a36c8a6c99066ec18d42 (diff)
downloadcygnal-b5f48aa96165f6f18f4f5c2b337171c626c6b423.tar.gz
cygnal-b5f48aa96165f6f18f4f5c2b337171c626c6b423.tar.bz2
cygnal-b5f48aa96165f6f18f4f5c2b337171c626c6b423.zip
* cygcheck.cc (cygwin_dll_path): New global variable.
(load_cygwin): Fetch cygwin DLL path and store in cygwin_dll_path. * strace.cc: Full ditto. * path.cc (read_mounts): First use the path stored in cygwin_dll_path, if available. Then fall back to fetching own path. Add comment. Drop printing warnings since they look funny in strace output.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 8f8ffe889..398670d8f 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,14 @@
2009-11-04 Corinna Vinschen <corinna@vinschen.de>
+ * cygcheck.cc (cygwin_dll_path): New global variable.
+ (load_cygwin): Fetch cygwin DLL path and store in cygwin_dll_path.
+ * strace.cc: Full ditto.
+ * path.cc (read_mounts): First use the path stored in cygwin_dll_path,
+ if available. Then fall back to fetching own path. Add comment.
+ Drop printing warnings since they look funny in strace output.
+
+2009-11-04 Corinna Vinschen <corinna@vinschen.de>
+
* path.cc (read_mounts): First get installation path from own path.
Check if cygwin1.dll exists in same directory. Only if not, try to
get installation path from setup registry key. Add ample warnings.