From 5071cc604dbb638c5a75a868bbd98a105830829c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 1 Jun 2006 10:13:41 +0000 Subject: * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes no longer has special meanings. fixed: [ruby-list:42311] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 783c5bdfc..0666a3bb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 1 19:12:37 2006 Nobuyoshi Nakada + + * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes + no longer has special meanings. fixed: [ruby-list:42311] + Thu Jun 1 16:17:26 2006 NAKAMURA Usaku * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success -- cgit