From 4b79f7087a9251a54985b73f91dc143aecf7d347 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 15 Jan 2009 15:36:05 +0000 Subject: merges r21473 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@21540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7ed6328f5..697875b4d 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