summaryrefslogtreecommitdiffstats
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
commit14e499d6cb106bfd8c752c3c3f5ec20d4a67422b (patch)
treeb450de5b3be2521b319fcb5d2637b6b8385b61b8 /ChangeLog
parent44705f70739d76b976fc549d25d684c854ff250b (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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.