From f102f28a12bc44dda029d4b7725a5e15fa4c4477 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 16 Nov 2007 07:29:44 +0000 Subject: * include/ruby/ruby.h: added some declarations for event hooks. * lib/profile.rb: set VM::InstructionSequence.compile_option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ba062de7..a4c4b719e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 16 16:26:57 2007 Shugo Maeda + + * include/ruby/ruby.h: added some declarations for event hooks. + + * lib/profile.rb: set VM::InstructionSequence.compile_option. + Fri Nov 16 11:16:41 2007 Nobuyoshi Nakada * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv. -- cgit