From 59b089e0c259e8f2bb2fa8cb44eab919095db80a Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 8 Jul 2008 13:28:57 +0000 Subject: * lib/debug.rb, lib/profile.rb: fix to use RubyVM. * lib/rdoc/parsers/parse_c.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da8c6d761..62ff9d9f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 8 22:28:25 2008 Koichi Sasada + + * lib/debug.rb, lib/profile.rb: fix to use RubyVM. + + * lib/rdoc/parsers/parse_c.rb: ditto. + Tue Jul 8 21:45:22 2008 Yusuke Endoh * vm.c (rb_vm_mark): mark the last element of special_exceptions. @@ -9,12 +15,6 @@ Tue Jul 8 19:55:40 2008 Masaki Suketa * test/win32ole/test_win32ole_event.rb: ditto -Tue Jul 8 13:44:01 2008 Koichi Sasada - - * lib/debug.rb, lib/profile.rb: fix to use RubyVM. - - * lib/rdoc/parsers/parse_c.rb: ditto. - Tue Jul 8 13:38:22 2008 Koichi Sasada * compile.h: fix to skip inserting a trace insn. -- cgit