diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-03 15:58:03 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-03 15:58:03 +0000 |
| commit | 2ccb03e89dcb2fc4fbdb08c901175b686797cdb0 (patch) | |
| tree | 273b4a343973affdd517969801a0eca2c6a8ff51 | |
| parent | 0373c5e51c93d9b067e012e19ee6ab4e12162bf9 (diff) | |
| download | ruby-2ccb03e89dcb2fc4fbdb08c901175b686797cdb0.tar.gz ruby-2ccb03e89dcb2fc4fbdb08c901175b686797cdb0.tar.xz ruby-2ccb03e89dcb2fc4fbdb08c901175b686797cdb0.zip | |
* Changelog, lib/debug.rb: fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lib/debug.rb | 1 |
2 files changed, 1 insertions, 4 deletions
@@ -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 9275b47cd..17879e514 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 |
