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:
authorChristopher Faylor <me@cgf.cx>2005-05-22 07:54:29 +0400
committerChristopher Faylor <me@cgf.cx>2005-05-22 07:54:29 +0400
commitf82ca06eda7ea47511d97b9b5018f78ae82715ef (patch)
tree1a7724d7db5eb1954a2633a55c6b4dc75ac9e141 /winsup/cygwin/ChangeLog
parentf609f58d32ed91f857135cfc8b76ccba1b24e2e1 (diff)
* spawn.cc (find_exec): Accept a PATH-like string in place of an environment
variable. * dlfcn.cc (get_full_path_of_dll): Search /usr/bin (for windows compatibility) and /usr/lib (for UNIX compatibility) when looking for shared libraries. * environ.cc (conv_envvars): Put back LD_LIBRARY_PATH since it is used by get_full_path_of_dll(). * errno.cc (errmap): Map MOD_NOT_FOUND to ENOENT. * cygmagic: Remove debugging cruft.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c98e474ed..e0814bcfe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2005-05-21 Christopher Faylor <cgf@timesys.com>
+
+ * spawn.cc (find_exec): Accept a PATH-like string in place of an
+ environment variable.
+ * dlfcn.cc (get_full_path_of_dll): Search /usr/bin (for windows
+ compatibility) and /usr/lib (for UNIX compatibility) when looking for
+ shared libraries.
+ * environ.cc (conv_envvars): Put back LD_LIBRARY_PATH since it is used
+ by get_full_path_of_dll().
+ * errno.cc (errmap): Map MOD_NOT_FOUND to ENOENT.
+
+ * cygmagic: Remove debugging cruft.
+
2005-05-19 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/in.h: Add comment.