From f8f499620a140f3ee89f1a8dbc677b0af32e7530 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Dec 2007 10:03:48 +0000 Subject: * re.c (rb_reg_match): should calculate offset by converted operand. [ruby-cvs:21416] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 115d7ee3f..248772883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 10 19:02:52 2007 Yukihiro Matsumoto + + * re.c (rb_reg_match): should calculate offset by converted + operand. [ruby-cvs:21416] + Mon Dec 10 18:28:06 2007 Yukihiro Matsumoto * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME -- cgit