From 931c7def3536cb1e4b48a3eb8040446e98527e6d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 May 2003 08:24:43 +0000 Subject: * class.c (method_list): classify methods based on nearest visibility. [ruby-dev:20127] * class.c (rb_class_instance_methods): recurse by default. other method listing methods as well. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f50f95aed..849f2a5f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri May 2 17:21:02 2003 Yukihiro Matsumoto + + * class.c (method_list): classify methods based on nearest + visibility. [ruby-dev:20127] + + * class.c (rb_class_instance_methods): recurse by default. other + method listing methods as well. + Fri May 2 09:38:06 2003 Warren Brown * string.c (rb_str_ljust): now takes optional argument to specify -- cgit