summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 15:03:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 15:03:56 +0000
commit2ecef09e3f7e7c0d5d3106a518ad05615af405c3 (patch)
tree58c72c1ebc6c22135c152fcafabf5b1e3022e973 /ChangeLog
parentb18593cfbcdc4b039d08ac0b3002f3c7ce40e745 (diff)
downloadruby-2ecef09e3f7e7c0d5d3106a518ad05615af405c3.tar.gz
ruby-2ecef09e3f7e7c0d5d3106a518ad05615af405c3.tar.xz
ruby-2ecef09e3f7e7c0d5d3106a518ad05615af405c3.zip
* ext/stringio/stringio.c (strio_init): use default external encoding
if nothing is given. a patch from sheepman <sheepman AT sheepman.sakura.ne.jp> in [ruby-dev:33159]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17cdbba44..cbfbd4a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan 18 00:03:54 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/stringio/stringio.c (strio_init): use default external encoding
+ if nothing is given. a patch from sheepman <sheepman AT
+ sheepman.sakura.ne.jp> in [ruby-dev:33159].
+
Thu Jan 17 23:56:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (encdb.h): give output file name to make_encdb.rb.