ruby--ruby/ext
matz ffe1cf575e * error.c (exc_exception): clone the receiver exception instead of
creating brand new exception object of the receiver.

* eval.c (rb_eval_string_wrap): extend new ruby_top_self, not
  original self.

* eval.c (rb_eval_cmd): respect ruby_wrapper if set.

* eval.c (eval): do not update ruby_class unless scope is not
  provided.

* eval.c (eval): preserve wrapper information.

* eval.c (proc_invoke): ditto.

* eval.c (block_pass): ditto.

* parse.y (void_expr): too much warnings for void context
  (e.g. foo[1] that can be mere Proc call).

* error.c (rb_name_error): new function to raise NameError with
  name attribute set.

* eval.c (rb_f_missing): set name and args in the exception
  object. [new]

* error.c (name_name): NameError#name - new method.

* error.c (nometh_args): NoMethodError#args - new method.

* lex.c (rb_reserved_word): lex_state after tRESCUE should be
  EXPR_MID.

* gc.c (add_heap): allocation size of the heap unit is doubled for
  each allocation.

* dir.c (isdelim): space, tab, and newline are no longer
  delimiters for glob patterns.

* eval.c (svalue_to_avalue): new conversion scheme between single
  value and array values.

* eval.c (avalue_to_svalue): ditto.

* eval.c (rb_eval): REXPAND now uses avalue_to_svalue(), return
  and yield too.

* eval.c (rb_yield_0): use avalue_to_svalue().

* eval.c (proc_invoke): Proc#call gives avaules, whereas
  Proc#yield gives mvalues.

* eval.c (bmcall): convert given value (svalue) to avalue.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-07-02 08:46:28 +00:00
..
Win32API * ext/Win32API/Win32API.c: remove Init_win32api(). 2001-03-26 05:11:18 +00:00
curses * eval.c (block_pass): should not downgrade safe level. 2001-05-02 04:22:21 +00:00
dbm * configure.in: use waitpid on mingw32. 2001-06-01 02:25:28 +00:00
etc * ext/etc/extconf.rb: use egrep_cpp. 2001-06-05 04:43:17 +00:00
fcntl * dir.c (dir_s_glob): supprt backslash escape of metacharacters 2001-02-14 05:52:06 +00:00
gdbm rb_eGDBMFatalErrors -> rb_eGDBMFatalError 2001-05-06 16:37:38 +00:00
md5 * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() from 2001-05-24 16:00:54 +00:00
nkf forgot some checkins. 2001-05-06 15:06:00 +00:00
pty * error.c (exc_exception): clone the receiver exception instead of 2001-07-02 08:46:28 +00:00
readline * error.c (exc_exception): clone the receiver exception instead of 2001-07-02 08:46:28 +00:00
sdbm * configure.in: remove unnecessary AC_CANONICAL_BUILD 2001-05-28 16:07:34 +00:00
sha1 * ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. The 2001-05-24 20:41:51 +00:00
socket * ext/socket/socket.c (ruby_connect): typo 2001-06-22 15:49:08 +00:00
tcltklib * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment 2001-06-25 01:52:59 +00:00
tk * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax 2001-06-01 06:47:32 +00:00
.cvsignore Add .cvsignore's. 2001-01-09 17:11:36 +00:00
Setup * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: 2001-05-16 22:25:02 +00:00
Setup.dj * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: 2001-05-16 22:25:02 +00:00
Setup.emx * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: 2001-05-16 22:25:02 +00:00
Setup.nt * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: 2001-05-16 22:25:02 +00:00
Setup.x68 * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: 2001-05-16 22:25:02 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. 2001-05-31 04:40:37 +00:00
extmk.rb.in * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -o officially and cl.exe considers that *.cc and *.cxx are OBJs. 2001-06-09 07:41:44 +00:00