From 65771c815dbaf754f1b1bcd0dd47aa2c60e7af19 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 12 Dec 2005 01:01:29 +0000 Subject: * range.c (range_cover): new method Range#cover? added. the method name might be changed. thanks to takano32 at http://www.rubyist.net/~matz/20051210.html#c08 for name suggestion. [ruby-talk:167182] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 155c9d7a4..f94c7544a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 12 09:58:09 2005 Yukihiro Matsumoto + + * range.c (range_cover): new method Range#cover? added. the + method name might be changed. thanks to takano32 at + http://www.rubyist.net/~matz/20051210.html#c08 for name + suggestion. [ruby-talk:167182] + Mon Dec 12 00:33:56 2005 Yukihiro Matsumoto * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to -- cgit