summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-31 18:43:04 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-31 18:43:04 +0000
commit91bf631faae23a6ec577ce73d5343e1c161680fc (patch)
tree0c02f8b5d3756bf32bdb7b294d9fcd9dcdb5ae67 /ChangeLog
parent53506e4033cc24dad5052c0b738e632f2084fea8 (diff)
* error.c (init_syserr): remove sys_nerr dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec4d2f92d0..ad1470b8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 31 09:31:51 2002 K.Kosako <kosako@sofnec.co.jp>
+
+ * eval.c (rb_export_method): undef'ed method visibility should not
+ be changed.
+
Sun Oct 27 00:55:21 2002 Akinori MUSHA <knu@iDaemons.org>
* array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,