aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
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 8f8ffe8..398670d 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.