summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/debug.rb1
2 files changed, 1 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 21f6c970d6..18de5d1c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/lib/debug.rb b/lib/debug.rb
index 9275b47cd9..17879e5145 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -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