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 7f72360259 * parse.y (parser_parse_string): mention "regexp" in a error
message.  a patch from Mauricio Fernandez <mfp at acm.org>
  [ruby-core:07340]

* eval.c (rb_f_autoload): check if ruby_cbase is nil (during
  instance_eval for objects cannot have singleton classes,
  e.g. fixnums and symbols).  [ruby-dev:28178]

* gc.c (rb_gc_call_finalizer_at_exit): turn on during_gc while
  invoking finalizers.

* gc.c (rb_gc_finalize_deferred): ditto.

* io.c (rb_write_error2): use fwrite(3) if rb_stderr is not
  updated or is already freed.  [ruby-dev:28313]

* eval.c (error_line): include the class name of a surrounding
  method in error position description.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-02-13 04:53:22 +00:00
..
cmd * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745] 2005-04-14 09:58:18 +00:00
ext * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745] 2005-04-14 09:58:18 +00:00
lc
completion.rb
context.rb * lib/irb/context.rb: fix irb --readline option. [ruby-dev:40955] 2005-07-29 07:18:34 +00:00
extend-command.rb
frame.rb
help.rb
init.rb * parse.y (parser_parse_string): mention "regexp" in a error 2006-02-13 04:53:22 +00:00
input-method.rb * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. 2005-06-17 16:18:56 +00:00
locale.rb * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. 2005-08-26 05:36:23 +00:00
notifier.rb * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rb 2005-04-14 06:16:08 +00:00
output-method.rb * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rb 2005-04-14 06:16:08 +00:00
ruby-lex.rb * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements 2005-06-30 10:11:14 +00:00
ruby-token.rb
slex.rb
version.rb
workspace.rb
ws-for-case-2.rb
xmp.rb