aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-15 08:28:12 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-15 08:28:12 +0000
commita160986d90cf90a86e01d60eddb04ffe0e584c36 (patch)
tree5057fae6065134cb2195a5f9b824a55ed29987b4 /ChangeLog
parentccaf61d5aff59f5e11a772c4f9bd0d1c10232e25 (diff)
downloadruby-a160986d90cf90a86e01d60eddb04ffe0e584c36.tar.gz
* sprintf.c (rb_str_format): fix: sprintf with hex format and
precision includes wrong dots. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29502 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 10a7922520..96b8fd5093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 14 09:46:28 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * sprintf.c (rb_str_format): fix: sprintf with hex format and
+ precision includes wrong dots.
+
Fri Oct 15 16:40:37 2010 NARUSE, Yui <naruse@ruby-lang.org>
* pack.c (pack_pack): fix more than one modifiers appear in the