1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
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
..
curses * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', 2002-06-18 06:29:07 +00:00
dbm Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
digest new platform [bccwin32] merged. 2002-06-11 01:27:48 +00:00
dl * string.c (rb_str_slice_bang): if there's no corresponding 2002-07-11 08:22:18 +00:00
etc * parse.y: yyparse #defines moved from intern.h 2002-05-29 05:20:39 +00:00
fcntl Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
gdbm Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
iconv * re.c (rb_reg_s_quote): # also should be quoted. 2002-05-07 08:32:01 +00:00
nkf Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
pty new platform [bccwin32] merged. 2002-06-11 01:27:48 +00:00
racc/cparse copied from ext/etc. 2002-04-18 06:13:43 +00:00
readline * ext/readline/readline.c (readline_readline): get rid of 2002-06-20 12:14:33 +00:00
sdbm * ext/sdbm/init.c (each_pair): moved prototype before the 2002-04-01 07:58:09 +00:00
socket * random.c: replace with Mersenne Twister RNG. 2002-07-26 06:17:44 +00:00
stringio * ext/stringio/stringio.c (strio_gets_internal): fixed for record 2002-07-11 15:04:23 +00:00
strscan copied from ext/etc. 2002-04-18 06:13:43 +00:00
syslog * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
tcltklib * eval.c (rb_eval): NODE_EVSTR is no longer used. 2002-06-24 07:20:42 +00:00
tk * re.c (rb_reg_expr_str): need to process backslashes properly. 2002-06-28 14:42:46 +00:00
Win32API new platform [bccwin32] merged. 2002-06-11 01:27:48 +00:00
win32ole avoid some warnings 2002-06-12 12:23:10 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * ext/configsub.rb: latest autoconf style support. 2002-03-20 16:04:08 +00:00
extmk.rb.in * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called. 2002-06-19 05:54:24 +00:00
Setup merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.dj merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.emx merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.nt merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.x68 merge win32ole from rough 2002-06-01 12:34:30 +00:00