diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-24 03:50:03 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-24 03:50:03 +0000 |
commit | 7329f4e92c90709fe57115f16a8ac9784a51b509 (patch) | |
tree | 2039412a02a52cd761e765b64a55f601ffd4f7a4 /ChangeLog | |
parent | 220d07d2fcf5b8d66327e2c78770448c43c33db5 (diff) | |
download | ruby-7329f4e92c90709fe57115f16a8ac9784a51b509.tar.gz |
* vsnprintf (BSD_vfprintf): added VC++ compatible size specifications
(I, I32, I64).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Nov 24 12:47:16 2010 NAKAMURA Usaku <usa@ruby-lang.org> + + * vsnprintf (BSD_vfprintf): added VC++ compatible size specifications + (I, I32, I64). + Wed Nov 24 11:19:13 2010 NARUSE, Yui <naruse@ruby-lang.org> * string.c (rb_str_inspect): treat UTF-16 and UTF-32 as BE or LE. |