From 14e499d6cb106bfd8c752c3c3f5ec20d4a67422b Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 28 Dec 2004 13:32:28 +0000 Subject: * string.c (rb_str_justify): create buffer string after argument type conversion. fixed: [ruby-dev:25341] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdba29a88..7645fc64d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 28 22:31:46 2004 Nobuyoshi Nakada + + * string.c (rb_str_justify): create buffer string after argument type + conversion. fixed: [ruby-dev:25341] + Tue Dec 28 17:18:17 2004 NAKAMURA Usaku * lib/net/telnet.rb (preprocess): remove NULL unless binmode. -- cgit