1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
matz 415283ac95 * marshal.c (w_object): instance variable dump do not cause error
for objects that cannot be dumped, if they traversed from
  marshal_dump.  they are just ignored.

* gc.c (Init_stack): cast "space" (doble value) into unsigned
  int.  should run on PowerPC.

* eval.c (rb_eval): should not execute else part if any exception
  is caught. [ruby-dev:21482]

* parse.y (f_args): should allow unparenthesized block argument.

* parse.y (f_rest_arg): should allow unparenthesized rest
  argument.

* lib/irb/ruby-lex.rb (RubyLex::identify_identifier): support
  'class ::Foo' syntax. [ruby-talk:83514]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-04 17:51:11 +00:00
..
cmd
ext * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb, 2003-02-07 19:00:21 +00:00
lc update NotImplementError to NotImplementedError. 2003-03-23 17:58:57 +00:00
completion.rb * object.c (rb_obj_clone): defer copying freezing state after 2003-05-22 16:37:22 +00:00
context.rb * variable.c (rb_mod_const_missing): "const_missing" should not 2003-07-26 02:26:08 +00:00
extend-command.rb * numeric.c (num_to_int): default to_int implementaion for every 2002-07-29 06:14:10 +00:00
frame.rb
help.rb
init.rb change default prompt. 2002-11-22 05:10:42 +00:00
input-method.rb update NotImplementError to NotImplementedError. 2003-03-23 17:58:57 +00:00
locale.rb * eval.c (thgroup_add): no warning for terminated threads. 2003-07-24 05:18:47 +00:00
ruby-lex.rb * marshal.c (w_object): instance variable dump do not cause error 2003-10-04 17:51:11 +00:00
ruby-token.rb * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb. 2003-08-05 03:08:16 +00:00
slex.rb * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492) 2003-06-10 05:36:35 +00:00
version.rb
workspace.rb * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb, 2003-02-07 19:00:21 +00:00
ws-for-case-2.rb
xmp.rb