aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-28 13:32:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-28 13:32:28 +0000
commitafd7aea8577988d77cd7faed3524a92f29640e2b (patch)
treeb450de5b3be2521b319fcb5d2637b6b8385b61b8 /ChangeLog
parentecb09c186e8decb94f10b54e07a6d424b596abbd (diff)
downloadruby-afd7aea8577988d77cd7faed3524a92f29640e2b.tar.gz
* string.c (rb_str_justify): create buffer string after argument type
conversion. fixed: [ruby-dev:25341] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7677 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 fdba29a885..7645fc64d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 28 22:31:46 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* lib/net/telnet.rb (preprocess): remove NULL unless binmode.