diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-03 13:19:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-03 13:19:11 +0000 |
| commit | 8c4897207e590089db4b0ec08fabc6eb71c253e4 (patch) | |
| tree | 1b7449c06b8a8ca3a73d629083810fb85857673d /ChangeLog | |
| parent | a2f9ad923b669c53cc4b9ec2ceb40bd95267ea12 (diff) | |
| download | ruby-8c4897207e590089db4b0ec08fabc6eb71c253e4.tar.gz ruby-8c4897207e590089db4b0ec08fabc6eb71c253e4.tar.xz ruby-8c4897207e590089db4b0ec08fabc6eb71c253e4.zip | |
* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,
search_required, rb_require_safe), ext/extmk.rb: Fix
a bug where a statically linked extension cannot be autoloaded.
[ruby-dev:30023] / [ruby-dev:30239]
* thread.c: added an internal class, Barrier.
* yarvcore.h (struct rb_vm_struct): moved loading_table from global.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -Thu May 3 22:05:40 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu May 3 22:20:08 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided, + search_required, rb_require_safe), ext/extmk.rb: Fix + a bug where a statically linked extension cannot be autoloaded. + [ruby-dev:30023] / [ruby-dev:30239] + + * thread.c: added an internal class, Barrier. * thread.c: copied rdocs from fastthread. + * yarvcore.h (struct rb_vm_struct): moved loading_table from global. + Thu May 3 18:10:12 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t): |
