diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-08 13:57:06 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-08 13:57:06 +0000 |
| commit | 560fbe38788fb270f5303d5a123c4365a592c7ce (patch) | |
| tree | 001d1e98fd86421447657d3fd4b2c461b8ffa4c4 /ChangeLog | |
| parent | 59b089e0c259e8f2bb2fa8cb44eab919095db80a (diff) | |
* thread.c (rb_enable_coverages): hide coverage array by setting 0 to
klass during measurement.
* parse.y (coverage, yycompile0): ditto.
* iseq.c (prepare_iseq_build): use rb_hash_lookup instead of
rb_hash_aref.
* thread.c (rb_coverage_result): restore klass of coverage array and
return it.
* theaad.c (update_coverage): chcek whether its klass is 0.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Tue Jul 8 22:56:23 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * thread.c (rb_enable_coverages): hide coverage array by setting 0 to + klass during measurement. + + * parse.y (coverage, yycompile0): ditto. + + * iseq.c (prepare_iseq_build): use rb_hash_lookup instead of + rb_hash_aref. + + * thread.c (rb_coverage_result): restore klass of coverage array + and return it. + + * theaad.c (update_coverage): chcek whether its klass is 0. + Tue Jul 8 22:28:25 2008 Koichi Sasada <ko1@atdot.net> * lib/debug.rb, lib/profile.rb: fix to use RubyVM. |
