summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-25 23:36:34 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-25 23:36:34 +0000
commit38bfcdee6b1a6816d0bb9595b3f7e5ff3cd730f8 (patch)
treec6cdac58a083df209c94c62b88e5cc892010882f /ChangeLog
parent0a8dac0e87c44ccb72b9c1fe5882cc64a1220e5a (diff)
downloadruby-38bfcdee6b1a6816d0bb9595b3f7e5ff3cd730f8.tar.gz
ruby-38bfcdee6b1a6816d0bb9595b3f7e5ff3cd730f8.tar.xz
ruby-38bfcdee6b1a6816d0bb9595b3f7e5ff3cd730f8.zip
* 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/trunk@25095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58c25c461..02e3cc6ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 26 08:35:12 2009 Koichi Sasada <ko1@atdot.net>
+
+ * iseq.c (compile_string): rename to parse_string(), because
+ this function only parse String to NODE.
+
Fri Sep 25 16:01:45 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to