From b9140136e0904974602c37d8ec5ea69bedc4e968 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 12 Aug 2008 14:16:43 +0000 Subject: * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c77c0f768..4208375ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 12 23:16:09 2008 Tanaka Akira + + * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop. + Tue Aug 12 19:11:05 2008 Nobuyoshi Nakada * tool/make-snapshot: fix for enc.mk. -- cgit