From 64dcf28da8c42af28d173e793b3bc87f2b433901 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Jun 2009 21:47:14 +0000 Subject: * enum.c (enum_grep): gets rid of type-punning calls. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efaca159a..108e4465c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 1 06:47:09 2009 Nobuyoshi Nakada + + * enum.c (enum_grep): gets rid of type-punning calls. + Tue Jun 30 17:44:24 2009 Yukihiro Matsumoto * re.c (reg_match_pos): adjust offset based on characters, not @@ -9,7 +13,7 @@ Tue Jun 30 17:44:24 2009 Yukihiro Matsumoto Tue Jun 30 16:57:07 2009 Nobuyoshi Nakada - * tool/rbinstall.rb: renamed to get rid of collision agains + * tool/rbinstall.rb: renamed to get rid of collision against instruction.rb on command line completion of shell. * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions on -- cgit