diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-12 06:15:40 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-12 06:15:40 +0000 |
| commit | 64b589b367d739399c47ea083f0c2a7bb1016e14 (patch) | |
| tree | 0f5b7e9ab1731805e0b89b8f8d984d9d22a079ba /ChangeLog | |
| parent | 67761e8e5621997f026008884c97a2f979a16c93 (diff) | |
| download | ruby-64b589b367d739399c47ea083f0c2a7bb1016e14.tar.gz ruby-64b589b367d739399c47ea083f0c2a7bb1016e14.tar.xz ruby-64b589b367d739399c47ea083f0c2a7bb1016e14.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Nov 12 15:15:06 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * 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 <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES trick |
