From f3578d790f055e2183967aa051f659f7b22cf4ba Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 17 Aug 2005 12:59:57 +0000 Subject: * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_method and all other methods are module_function fixed: [ruby-dev:26808] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a913bb31e..39294a3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 17 21:20:05 2005 NARUSE, Yui + + * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_method + and all other methods are module_function + fixed: [ruby-dev:26808] + Wed Aug 17 00:05:46 2005 Yukihiro Matsumoto * eval.c (rb_add_method): preserve safe level in the environment -- cgit