summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 18:18:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 18:18:12 +0000
commitfdbea29df8a62c5271074b016e51c0aa4706d16e (patch)
tree8c09624354cf32e9ef08b98dd47aa569928a45b0 /ChangeLog
parent933566a6c133821f8bcad7d50e8a01d52a871255 (diff)
downloadruby-fdbea29df8a62c5271074b016e51c0aa4706d16e.tar.gz
ruby-fdbea29df8a62c5271074b016e51c0aa4706d16e.tar.xz
ruby-fdbea29df8a62c5271074b016e51c0aa4706d16e.zip
* numeric.c (int_chr): use default_internal encoding as default
destination encoding if set. [ruby-dev:38717] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23864 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 1e14820b6..8ccac2731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 27 03:16:56 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (int_chr): use default_internal encoding as default
+ destination encoding if set. [ruby-dev:38717]
+
Sat Jun 27 03:09:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.