From 0296ba2fca3710fc5d143f194edd7258eae539e2 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 9 Dec 2007 23:25:20 +0000 Subject: * object.c (rb_obj_not_match): wrong test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12c664ad9..37fea8f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Mon Dec 10 07:48:14 2007 Yukihiro Matsumoto * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498] + * object.c (rb_obj_not_match): wrong test. + Mon Dec 10 06:44:47 2007 Tanaka Akira * re.c (rb_reg_expr_str): use \xHH instead of \OOO. -- cgit