From 891ccc9d63fc5cfc72a0447ce60ec6d175a29c33 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Dec 2009 00:50:37 +0000 Subject: * string.c (rb_str_justify): fixed the case a fill size is a multiple of the length of the padding. [ruby-dev:39856] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f6c25edd..9068c5512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 9 09:50:35 2009 Nobuyoshi Nakada + + * string.c (rb_str_justify): fixed the case a fill size is a + multiple of the length of the padding. [ruby-dev:39856] + Tue Dec 8 23:41:34 2009 NAKAMURA Usaku * win32/configure.bat: now recognize --with-*-{dir,include,lib} options -- cgit