[Mono-bugs] [Bug 73763][Nor] Changed - the runtime expands shell wildcards under windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Mar 2005 08:01:08 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73763

--- shadow/73763	2005-03-21 04:05:28.000000000 -0500
+++ shadow/73763.tmp.17633	2005-03-21 08:01:08.000000000 -0500
@@ -52,6 +52,13 @@
 a problem with mingw.
 
 ------- Additional Comments From marek.safar@seznam.cz  2005-03-21 04:05 -------
 Hello Zoltan,
 Is it definitely cygwin bug ?
 Should I create bug report for cygwin ?
+
+------- Additional Comments From vargaz@gmail.com  2005-03-21 08:01 -------
+It is a "feature" of the C runtime library mingw is linking against:
+
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccelng/htm/basic_22.asp
+
+So I'm not sure we can do anything against it, but will try.