From e32029acf0229ef32a06d8b451e1bc7c2dccb621 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Jan 2009 17:21:45 +0000 Subject: * win32/win32.c (internal_cmd_match): extracted from is_internal_cmd. * win32/win32.c (argv_size, join_argv): escapes redirection, pipe and carret punctuations with carrets. * win32/win32.c (rb_w32_aspawn): ditto, and redirections and pipe have no meanings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1009aa5c3..b7dda9472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Jan 13 02:21:43 2009 Nobuyoshi Nakada + + * win32/win32.c (internal_cmd_match): extracted from + is_internal_cmd. + + * win32/win32.c (argv_size, join_argv): escapes redirection, pipe + and carret punctuations with carrets. + + * win32/win32.c (rb_w32_aspawn): ditto, and redirections and pipe + have no meanings. + Tue Jan 13 02:07:38 2009 Hidetoshi NAGAI * ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of -- cgit