From 2ccb03e89dcb2fc4fbdb08c901175b686797cdb0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Jul 2003 15:58:03 +0000 Subject: * Changelog, lib/debug.rb: fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21f6c970d..18de5d1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ Thu Jul 3 14:22:46 2003 Yukihiro Matsumoto 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 Wed Jul 2 13:22:39 2003 Yukihiro Matsumoto - * string.c (rb_str_new4): - * string.c (rb_str_shared_replace): clear flags before copy. * string.c (rb_str_replace): ditto. -- cgit