ruby-changes:6476
From: usa <ko1@a...>
Date: Thu, 10 Jul 2008 17:22:21 +0900 (JST)
Subject: [ruby-changes:6476] Ruby:r17992 (trunk): * win32/win32.c (insert): follow recent changes of globbing.
usa 2008-07-10 17:22:04 +0900 (Thu, 10 Jul 2008) New Revision: 17992 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17992 Log: * win32/win32.c (insert): follow recent changes of globbing. Modified files: trunk/ChangeLog trunk/win32/win32.c Index: ChangeLog =================================================================== --- ChangeLog (revision 17991) +++ ChangeLog (revision 17992) @@ -1,3 +1,7 @@ +Thu Jul 10 17:20:50 2008 NAKAMURA Usaku <usa@r...> + + * win32/win32.c (insert): follow recent changes of globbing. + Thu Jul 10 14:09:05 2008 Nobuyoshi Nakada <nobu@r...> * ext/coverage/coverage.c (rb_coverage_start): return nil. Index: win32/win32.c =================================================================== --- win32/win32.c (revision 17991) +++ win32/win32.c (revision 17992) @@ -1039,7 +1039,7 @@ #define NTSTRING 0x4 // element contains a quoted string static int -insert(const char *path, VALUE vinfo) +insert(const char *path, VALUE vinfo, void *enc) { NtCmdLineElement *tmpcurr; NtCmdLineElement ***tail = (NtCmdLineElement ***)vinfo; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/