From 64b589b367d739399c47ea083f0c2a7bb1016e14 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 12 Nov 2004 06:15:40 +0000 Subject: * eval.c (ruby_options): now we cannot call rb_glob() before ruby_init(), so call rb_w32_cmdvector() at ruby_options(). * win32.{c,h} (rb_w32_cmdvector): rename make_cmdvector() and export it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 636e88483..322fc1b89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Nov 12 15:15:06 2004 NAKAMURA Usaku + + * eval.c (ruby_options): now we cannot call rb_glob() before + ruby_init(), so call rb_w32_cmdvector() at ruby_options(). + + * win32.{c,h} (rb_w32_cmdvector): rename make_cmdvector() and + export it. + Fri Nov 12 14:08:01 2004 Hidetoshi NAGAI * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES trick -- cgit