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 afb222575d * random.c: replace with Mersenne Twister RNG.
* eval.c (jump_tag_but_local_jump): preserve retval in
  LocalJumpError exceptions.

* parse.y (command): no more check for "super outside of method".

* eval.c (rb_mod_define_method): should set last_class and
  last_func in the block->frame.

* eval.c (error_handle): should handle TAG_THROW as well.

* parse.y (yylex): new decimal notation '0d4567'.

* parse.y (yylex): new octal notation '0o777'.

* parse.y (string_content): every string_content node should
  return string only.  use NODE_EVSTR to coercing.

* eval.c (rb_eval): NODE_EVSTR support.

* re.c (rb_reg_quote): avoid unnecessary string allocation.

* string.c (get_pat): quote metachracters before compiling a
  string into a regex.

* string.c (rb_str_split_m): special treatment of strings of size
  1, but AWK emulation.  now uses get_pat().

* string.c (rb_str_match_m): quote metacharacters.

* string.c (rb_str_match2): ditto.

* ext/socket/socket.c (sock_addrinfo): make all 3 versions of
  getaddrinfo happy.  [ruby-core:00184]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-07-26 06:17:44 +00:00
..
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
addrinfo.h * ext/socket/addrinfo.h: typo. 2002-06-03 15:52:28 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb new platform [bccwin32] merged. 2002-06-11 01:27:48 +00:00
getaddrinfo.c * ext/socket/getaddrinfo.c (gai_strerror): make literals const. 2002-06-03 16:02:16 +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 * random.c: replace with Mersenne Twister RNG. 2002-07-26 06:17:44 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00