aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-13 02:00:30 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-13 02:00:30 +0000
commit87335c3e2f04f946b768a46e677f576863665cbb (patch)
treed71f869776134612d8618871000b41ab43e7a246 /ChangeLog
parent207becd9422e53e15fcbbb5a0ab92aae2b87121d (diff)
downloadruby-87335c3e2f04f946b768a46e677f576863665cbb.tar.gz
* sprintf.c (rb_str_format): check encoding compatibility only on
real parts. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23186 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 fe4f424707..2d85de32e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 13 10:58:54 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * sprintf.c (rb_str_format): check encoding compatibility only on
+ real parts.
+
Sun Apr 12 19:54:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (bracket, fnmatch_helper): compare bytewise first, to get