From 58085899e43e8356d84744eb5da971efc823d20b Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 5 Jun 2001 07:50:59 +0000 Subject: * error.c (Init_Exception): NameError went under StandardError, and NoMethodError went under NameError. * parse.y (rb_intern): non identifier symbols should be categorized as ID_JUNK. [new] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0cefc72ce..31d7d9301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Jun 5 16:45:48 2001 Yukihiro Matsumoto + + * error.c (Init_Exception): NameError went under StandardError, + and NoMethodError went under NameError. + +Tue Jun 5 16:40:06 2001 Yukihiro Matsumoto + + * parse.y (rb_intern): non identifier symbols should be + categorized as ID_JUNK. [new] + Tue Jun 5 16:15:58 2001 Yukihiro Matsumoto * variable.c (rb_mod_const_at): use hash table as internal -- cgit