1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
matz 54fdacb125 * class.c (rb_define_method): do not set NOEX_CFUNC if klass is
really a module, whose methods must be safe for reciever's type.

* eval.c (rb_eval): nosuper should not be inherited unless the
  overwritten method is an undef placeholder.

* parse.y (primary): allow 'when'-less case statement; persuaded
  by Sean Chittenden.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-11-07 19:18:16 +00:00
..
common.rb updated uri.rb and uri/*.rb to uri-0.9.7 2002-10-04 06:26:45 +00:00
ftp.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
generic.rb * class.c (rb_define_method): do not set NOEX_CFUNC if klass is 2002-11-07 19:18:16 +00:00
http.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
https.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
ldap.rb updated uri.rb and uri/*.rb to uri-0.9.7 2002-10-04 06:26:45 +00:00
mailto.rb should raise InvalidComponentError if MAILTO_REGEXP could not match with @opaque. 2002-10-20 10:54:19 +00:00