From 3cb2875c397b0ed728276e56651e34ebf3009614 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/branches/ruby_1_8@7677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 392f3678f..348dd8176 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 15:41:48 2004 Nobuyoshi Nakada * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static -- cgit