From 1b000cd303d56d2fb649c5aea85fa99ca7547a3a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 14 Feb 2007 04:57:25 +0000 Subject: * re.c (reg_operand): allow symbols to be operands for regular expression matches. * string.c (Init_String): allow Symbol#===. * lib/date/format.rb (Date::Format::Bag::to_hash): string added prefixes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac76eaeac..46a5cb823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Feb 14 13:12:06 2007 Yukihiro Matsumoto + + * re.c (reg_operand): allow symbols to be operands for regular + expression matches. + + * string.c (Init_String): allow Symbol#===. + + * lib/date/format.rb (Date::Format::Bag::to_hash): string + added prefixes. + Wed Feb 14 12:58:38 2007 Koichi Sasada * thread.c (do_select): fix to iterate select(). -- cgit