1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* Changelog, lib/debug.rb: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2003-07-03 15:58:03 +00:00
parent 554f524ee5
commit cc4dec0701
2 changed files with 1 additions and 4 deletions

View file

@ -16,7 +16,7 @@ Thu Jul 3 14:22:46 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
at the top.
* sprintf.c (rb_f_sprintf): "%p" specifier for inspect output.
(RCR#68)
(RCR#69)
* eval.c (rb_mod_undef_method): allow "undef_method" to accept
multiple arguments. (RCR#146)
@ -41,8 +41,6 @@ Wed Jul 2 23:27:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Jul 2 13:22:39 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_new4):
* string.c (rb_str_shared_replace): clear flags before copy.
* string.c (rb_str_replace): ditto.

View file

@ -700,7 +700,6 @@ EOHELP
@line = line
case event
when 'line'
p [line, @stop_next]
frame_set_pos(file, line)
if !@no_step or @frames.size == @no_step
@stop_next -= 1