From 05399745bf5ce56c12741ef076f267de39de8a4d Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 13 Feb 2008 15:03:59 +0000 Subject: * eval.c (eval): allow to eval in a binding that has a singleton method. [ruby-dev:33763] * test/ruby/test_proc.rb: add tests to achieve over 70% test coverage of time.c. * test/ruby/test_method.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59587468a..197252a53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 14 00:02:19 2008 Yusuke Endoh + + * eval.c (eval): allow to eval in a binding that has a singleton method. + [ruby-dev:33763] + + * test/ruby/test_proc.rb: add tests to achieve over 70% test coverage + of time.c. + + * test/ruby/test_method.rb: ditto. + Wed Feb 13 22:46:36 2008 Tanaka Akira * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608] -- cgit