summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-03 01:07:40 +0000
committerChristopher Faylor <me@cgf.cx>2005-06-03 01:07:40 +0000
commitd8a68f645a6d6af0a96f38c8e19d5e6c5a85c6f7 (patch)
tree3d721e9a3d62d239db4102105f88b19846d1e42b
parentcebe72fec5b21cdeeaa57a418fb14022a28f456b (diff)
downloadcygnal-d8a68f645a6d6af0a96f38c8e19d5e6c5a85c6f7.tar.gz
cygnal-d8a68f645a6d6af0a96f38c8e19d5e6c5a85c6f7.tar.bz2
cygnal-d8a68f645a6d6af0a96f38c8e19d5e6c5a85c6f7.zip
* dlfcn.cc (get_full_path_of_dll): Use a relative path when converting so that
the standard Windows rules for finding a library will be used if no path is given. Stop explicitly searching /usr/bin since that is now in effect.
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8ab500d0d..fc409bb92 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-02 Christopher Faylor <cgf@timesys.com>
+
+ * dlfcn.cc (get_full_path_of_dll): Use a relative path when converting
+ so that the standard Windows rules for finding a library will be used
+ if no path is given. Stop explicitly searching /usr/bin since that is
+ now in effect.
+
2005-06-01 Christopher Faylor <cgf@timesys.com>
Revert 2005-05-30 close_all_files changes.