ruby--ruby/ext/socket
matz 5675cdbd41 * eval.c: unify ruby_class (for method definition) and ruby_cbase
(for constant reference).

* eval.c (rb_call0): use TMP_ALLOC() instead of allocating
  a temporary array object.

* eval.c (eval): need not to protect $SAFE value.
  [ruby-core:07177]

* error.c (Init_Exception): change NameError to direct subclass of
  Exception so that default rescue do not handle it silently.

* struct.c (rb_struct_select): update RDoc description.
  [ruby-core:7254]

* numeric.c (int_upto): return an enumerator if no block is
  attached to the method.

* numeric.c (int_downto): ditto.

* numeric.c (int_dotimes): ditto.

* enum.c (enum_first): new method Enumerable#first to take first n
  element from an enumerable.

* enum.c (enum_group_by): new method Enumerable#group_by that
  groups enumerable values according to their block values.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-02-03 09:15:42 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
addrinfo.h * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and 2002-12-31 11:17:40 +00:00
depend * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, 2005-10-18 02:01:24 +00:00
extconf.rb * intern.h, struct.c (rb_struct_iv_get): constified. 2005-10-21 06:46:41 +00:00
getaddrinfo.c * intern.h, struct.c (rb_struct_iv_get): constified. 2005-10-21 06:46:41 +00:00
getnameinfo.c * numeric.c (flo_eq): alway check if operands are NaN. 2004-05-20 04:34:14 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite 2005-03-08 04:41:51 +00:00
socket.c * eval.c: unify ruby_class (for method definition) and ruby_cbase 2006-02-03 09:15:42 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00