aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 03:51:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 03:51:32 +0000
commitce2652c9d46acd102d80fe645000ad31dc45ebbb (patch)
treed2b55e23df88afbaf2d066b1b46980d70d71ec33 /ChangeLog
parentc3e2bdcc2039fdcc8bbac08016a8ac09826fdc76 (diff)
downloadruby-ce2652c9d46acd102d80fe645000ad31dc45ebbb.tar.gz
* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):
prototype moved. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15072 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 7749a19a4d..ea709966b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 16 12:51:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):
+ prototype moved.
+
Tue Jan 15 23:52:51 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/*: add ARG_UNUSED.