From 3a820add40f55929acd5af419134488465ca1ceb Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 9 Aug 2009 21:55:55 +0000 Subject: * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): deal with non-ascii class path. [ruby-core:24790] * marshal.c (r_unique, path2class, path2module, obj_alloc_by_path), (r_object0): ditto. * variable.c (rb_path_to_class): new encoding-aware function to get a class from its name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08bb6ca04..184da3ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Aug 10 06:55:45 2009 Nobuyoshi Nakada + + * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): + deal with non-ascii class path. [ruby-core:24790] + + * marshal.c (r_unique, path2class, path2module, obj_alloc_by_path), + (r_object0): ditto. + + * variable.c (rb_path_to_class): new encoding-aware function to + get a class from its name. + Sun Aug 9 21:14:03 2009 Hidetoshi NAGAI * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. -- cgit