From a0b05e98a7f2cb3e59cbd4934ee2e654f9f771fc Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 16 Feb 2007 12:00:27 +0000 Subject: * intern.h: add a prototype of rb_sym_to_s(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60643cfb4..d178cf0b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 16 20:59:10 2007 Koichi Sasada + + * intern.h: add a prototype of rb_sym_to_s(). + Fri Feb 16 19:24:22 2007 Yukihiro Matsumoto * math.c (math_log): update document to mention second optional -- cgit