]> sourceware.org Git - newlib-cygwin.git/commitdiff
* environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 16 May 2005 15:48:36 +0000 (15:48 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 16 May 2005 15:48:36 +0000 (15:48 +0000)
It doesn't belong here.

winsup/cygwin/ChangeLog
winsup/cygwin/environ.cc

index f627fd4d041c9eee6906268cd8527c5fc5450d59..3c11a55de97de9a52c81994b2b6af621510932d1 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-16  Corinna Vinschen  <corinna@vinschen.de>
+
+       * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.
+       It doesn't belong here.
+
 2005-05-15  Corinna Vinschen  <corinna@vinschen.de>
 
        * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.
index a280f52c78338f178b05e17f035b7ab966226694..774ce0be501116455eccaa239965bd6f8f7f45a2 100644 (file)
@@ -61,10 +61,6 @@ static win_env conv_envvars[] =
      cygwin_posix_to_win32_path_list_buf_size, true},
     {NL ("HOME="), NULL, NULL, cygwin_conv_to_full_posix_path,
      cygwin_conv_to_full_win32_path, return_MAX_PATH, return_MAX_PATH, false},
-    {NL ("LD_LIBRARY_PATH="), NULL, NULL, cygwin_win32_to_posix_path_list,
-     cygwin_posix_to_win32_path_list,
-     cygwin_win32_to_posix_path_list_buf_size,
-     cygwin_posix_to_win32_path_list_buf_size, true},
     {NL ("TMPDIR="), NULL, NULL, cygwin_conv_to_full_posix_path,
      cygwin_conv_to_full_win32_path, return_MAX_PATH, return_MAX_PATH, false},
     {NL ("TMP="), NULL, NULL, cygwin_conv_to_full_posix_path,
This page took 0.033432 seconds and 5 git commands to generate.