summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 21:08:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 21:08:36 +0000
commitfc3f1bc228f8fe358e7f77c512374c421cbf8e7a (patch)
treee55c620c5ee284096537f46f50e2139289cf758c /ChangeLog
parent02642514d58cad8be04f467cba845e3f56f422ad (diff)
downloadruby-fc3f1bc228f8fe358e7f77c512374c421cbf8e7a.tar.gz
ruby-fc3f1bc228f8fe358e7f77c512374c421cbf8e7a.tar.xz
ruby-fc3f1bc228f8fe358e7f77c512374c421cbf8e7a.zip
* include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.
* sprintf.c (rb_enc_sprintf, rb_enc_vsprintf): new functions to format arguments with encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b381b9240..28c52a607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Dec 31 06:08:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.
+
+ * sprintf.c (rb_enc_sprintf, rb_enc_vsprintf): new functions to format
+ arguments with encoding.
+
Sun Dec 30 23:48:00 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* golf_prelude.rb (String#/): define / as split, as association of