aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-11 13:20:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-11 13:20:14 +0000
commit9bcbd08b0b6aef3fb9305860b5d86b132d85721d (patch)
tree7b0a4c0ddebc91d95e349f4a9aa298eabb624a96 /ChangeLog
parentba997e3529e3397dd64557891c06ccb350601d17 (diff)
downloadruby-9bcbd08b0b6aef3fb9305860b5d86b132d85721d.tar.gz
* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
* class.c (ins_methods_push): ditto. * class.c (rb_class_local_methods): method removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecf00c5b2b..4317e0b3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 11 21:10:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
+
+ * class.c (ins_methods_push): ditto.
+
+ * class.c (rb_class_local_methods): method removed.
+
Thu Oct 11 14:29:31 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* */Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.