From d3e7179247fc3ab30526773aef2107a6fbca68e4 Mon Sep 17 00:00:00 2001 From: keiju Date: Fri, 24 Oct 2008 11:47:59 +0000 Subject: * ext/mathn/rational.c: change several global functions to static function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d31b9f5ca..6a60c13d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 24 20:45:41 2008 Keiju Ishitsuka + + * ext/mathn/rational.c: change several global functions to static + function. + Fri Oct 24 19:57:19 2008 Yukihiro Matsumoto * string.c (rb_str_dump): should have removed commented out -- cgit