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 forgot some checkins. 2001-05-06 15:06:00 +00:00
crypt.c Initial revision 1998-01-16 12:13:05 +00:00
dup2.c 1.4.0 1999-08-13 05:45:20 +00:00
erf.c * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub 2003-06-05 09:38:01 +00:00
file.h 2000-02-18 2000-02-18 06:59:36 +00:00
fileblocks.c * missing/fileblocks.c: add for autoconf. 2002-03-16 14:07:06 +00:00
finite.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
flock.c * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, 2002-12-15 03:18:08 +00:00
hypot.c * io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). 2001-03-13 05:45:13 +00:00
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 * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
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 * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strchr.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strerror.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strftime.c * missing/strftime.c: HP-UX support. 2003-03-04 09:16:17 +00:00
strncasecmp.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strstr.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strtod.c 2000-02-17 2000-02-17 07:11:22 +00:00
strtol.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strtoul.c Initial revision 1998-01-16 12:13:05 +00:00
vsnprintf.c * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent 2002-09-06 08:59:41 +00:00
x68.c * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. 2004-02-21 02:12:21 +00:00