ruby-cvs:25167
From: usa ruby-lang.org
Date: Tue, 8 Jul 2008 01:06:55 +0900 (JST)
Subject: [ruby-cvs:25167] Ruby:r17948 (win32-unicode-test): * ruby.c (proc_options, process_options): now opt->e_script is an array
usa 2008-07-08 01:06:54 +0900 (Tue, 08 Jul 2008) New Revision: 17948 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17948 Log: * ruby.c (proc_options, process_options): now opt->e_script is an array of arrays. each arrays have two elements -- pos and string. Modified files: branches/win32-unicode-test/ChangeLog branches/win32-unicode-test/ruby.c