1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/socket
matz 19c42c0740 * variable.c (rb_obj_remove_instance_variable): raise NameError if
specified instance variable is not defined.

* variable.c (generic_ivar_remove): modified to check ivar
  existence.

* file.c (rb_file_s_extname): new method based on the proposal
  (and patch) from Mike Hall. [new]

* eval.c (error_handle): default to 1 unless status is set.

* eval.c (ruby_options): guard error_handle() with PROT_NONE.

* eval.c (ruby_stop): ditto.

* math.c (math_acosh): added. [new]

* math.c (math_asinh): ditto.

* math.c (math_atanh): ditto.

* struct.c (rb_struct_each_pair): method added. [new]

* class.c (rb_singleton_class): wrong condition; was creating
  unnecessary singleton class.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-04-10 08:45:26 +00:00
..
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
addrinfo.h * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const 2002-03-01 02:32:21 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb * ext/socket/extconf.rb (have_struct_member): don't print checked 2002-03-08 23:47:36 +00:00
getaddrinfo.c * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const 2002-03-01 02:32:21 +00:00
getnameinfo.c * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0. 2001-10-02 04:31:23 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
socket.c * variable.c (rb_obj_remove_instance_variable): raise NameError if 2002-04-10 08:45:26 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00