1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/missing
matz 8db3dc39d6 * signal.c (sigexit): call rb_thread_signal_exit() instead of
rb_exit().  [ruby-dev:26347]

* eval.c (rb_thread_signal_exit): a new function to exit on main
  thread.

* eval.c (rb_thread_switch): exit status should be retrieved from
  ruby_errinfo.

* eval.c (rb_f_exit): ensure exit(0) should call
  exit(EXIT_SUCCESS).

* missing/mkdir.c: remove. [ruby-core:05177]

* hash.c (env_aset): do not treat nil as key-removing value.
  [ruby-list:40865]

* parse.y (method_call): allow aref expression ([]) to take a
  block.

* parse.y (block_dup_check): a function to check duplication of
  a block argument and an actual block.

* lib/delegate.rb (SimpleDelegator::__setobj__): need check for
  recursive delegation.  [ruby-core:04940]

* lib/cgi.rb: add underscore aliases CGI::escape_html,
  CGI::unescape_html, CGI::escape_element, CGI::unescape_element.
  [ruby-core:05058]

* misc/ruby-mode.el (ruby-expr-beg): fix looking point drift.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-06-12 16:56:06 +00:00
..
acosh.c * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef). 2003-10-18 14:04:18 +00:00
alloca.c
crypt.c
dup2.c
erf.c
file.h
fileblocks.c
finite.c
flock.c
hypot.c
isinf.c * missing/isinf.c (isinf): typo fix. 2003-12-21 10:30:24 +00:00
isnan.c * eval.c (rb_with_disable_interrupt): prohibit thread context 2003-12-20 15:45:15 +00:00
memcmp.c
memmove.c * missing/memmove.c (memmove): take void *, not char *. 2003-11-18 14:34:18 +00:00
os2.c * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. 2004-02-21 02:12:21 +00:00
strcasecmp.c
strchr.c
strerror.c
strftime.c
strncasecmp.c
strstr.c
strtod.c
strtol.c
strtoul.c
vsnprintf.c
x68.c * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. 2004-02-21 02:12:21 +00:00