aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-09 00:50:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-09 00:50:37 +0000
commitc9c095fc7b56c40e4857c1554932a078eb7a316e (patch)
tree2c9a6eb924e6cca3317a2c82cb473bd36b9fda28 /ChangeLog
parent0f406d278fce4909940ed52df2009b18fee2c22a (diff)
downloadruby-c9c095fc7b56c40e4857c1554932a078eb7a316e.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@26052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f6c25edd0..9068c55126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 9 09:50:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* win32/configure.bat: now recognize --with-*-{dir,include,lib} options