summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-03 15:58:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-03 15:58:03 +0000
commitcc4dec07018b20b17b87561a0f23509c741075ed (patch)
tree273b4a343973affdd517969801a0eca2c6a8ff51 /ChangeLog
parent554f524ee53c8f924c739867608ed7a147aa920e (diff)
* Changelog, lib/debug.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 1 insertions, 3 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.