aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-26 17:02:43 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-26 17:02:43 +0000
commit6ed425d55b45cfbca9f03e6083ac35622e694653 (patch)
tree22d1c436411306dd165c8919f6e037ca9b1f4271 /ChangeLog
parent3ca245a54c7d4a65ada9dfdff46b8875f6a4ee39 (diff)
downloadruby-6ed425d55b45cfbca9f03e6083ac35622e694653.tar.gz
* string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.
Because build causes failure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25108 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 6f44cd9ad8..987ef816fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 27 02:00:46 2009 Koichi Sasada <ko1@atdot.net>
+
+ * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.
+ Because build causes failure.
+
Sat Sep 26 23:29:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* st.c: moved murmur hash from string.c. [ruby-dev:39376]