From c8a3b2ba8bb18752c4d0aee6483f516e827f4bc9 Mon Sep 17 00:00:00 2001 From: kosaki Date: Tue, 20 Nov 2012 05:00:45 +0000 Subject: * io.c (Init_IO): removed all rb_file_const() into file.c. * file.c (Init_File): replace with rb_file_const() with rb_define_const() because RDoc don't care rb_file_const. [Bug #5530] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45f66f4521..10ed3a43cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 20 13:58:11 2012 KOSAKI Motohiro + + * io.c (Init_IO): removed all rb_file_const() into file.c. + * file.c (Init_File): replace with rb_file_const() with + rb_define_const() because RDoc don't care rb_file_const. + [Bug #5530] + Tue Nov 20 12:35:00 2012 Zachary Scott * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] -- cgit v1.2.3