diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-28 18:45:24 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-28 18:45:24 +0000 |
| commit | ec5283e691a31d466099bc274169d3b0568ca840 (patch) | |
| tree | bb7e1518c7ed5bf619697096a73cba0673c415d8 /ChangeLog | |
| parent | f5189c3f142701ffa5c0162485650c49c50defa9 (diff) | |
* ruby.c (process_options): set th->base_block only while
it is needed.
* ruby.c (require_libraries): clear th->base_block before
require libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21143 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 @@ +Mon Dec 29 03:43:25 2008 Koichi Sasada <ko1@atdot.net> + + * ruby.c (process_options): set th->base_block only while + it is needed. + + * ruby.c (require_libraries): clear th->base_block before + require libraries. + Sun Dec 28 21:33:52 2008 NARUSE, Yui <naruse@ruby-lang.org> * test/ext/dl/test_base.rb : add BSD's case. |
