From 2004560bac27871caf0eeab404c88454e2b65c88 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 27 Nov 2009 02:55:25 +0000 Subject: merges r25095 from trunk into ruby_1_9_1. -- * iseq.c (compile_string): rename to parse_string(), because this function only parse String to NODE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d773f3b05..c69940124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 26 08:35:12 2009 Koichi Sasada + + * iseq.c (compile_string): rename to parse_string(), because + this function only parse String to NODE. + Thu Sep 24 09:41:42 2009 Marc-Andre Lafortune * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when -- cgit