From ecde639a0a392f7b7d855dd6f99ec81fb4f3eab0 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Nov 2003 02:42:10 +0000 Subject: * win32/win32.c (make_cmdvector): process backslashes even if a quote is not enclosed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19f0748c9..a6877fe51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Nov 6 11:01:19 2003 Nobuyoshi Nakada +Thu Nov 6 11:42:07 2003 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_set_string, strio_reopen): check tainted. @@ -14,6 +14,9 @@ Thu Nov 6 11:01:19 2003 Nobuyoshi Nakada * lib/optparse.rb (OptionParser::Completion#complete): default not to ignore case on completion. [ruby-talk:84726] + * win32/win32.c (make_cmdvector): process backslashes even if a quote + is not enclosed. + Wed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi * sample/openssl/gen_csr.rb: there (at least) is a CA which does not -- cgit