ruby-cvs:21039
From: matz ruby-lang.org
Date: Fri, 2 Nov 2007 15:28:53 +0900 (JST)
Subject: [ruby-cvs:21039] Ruby:r13802 (trunk): * error.c (Init_Exception): make NameError to be subclass of
matz 2007-11-02 15:28:52 +0900 (Fri, 02 Nov 2007)
New Revision: 13802
Modified files:
trunk/ChangeLog
trunk/error.c
trunk/lib/rss/atom.rb
trunk/version.h
Log:
* error.c (Init_Exception): make NameError to be subclass of
StandardError again.
* error.c (Init_Exception): make SecurityError to be subclass of
Exception, since it's too important to be handled implicitly.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rss/atom.rb?r1=13802&r2=13801
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=13802&r2=13801
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13802&r2=13801
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/error.c?r1=13802&r2=13801