summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-14 07:07:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-14 07:07:55 +0000
commitfc9664d3d853af61ee48265eaf4788ffd7970403 (patch)
tree182da57d1302b6a6c0e15482a553d26d103abeb2 /ChangeLog
parent794a52fc6e0da1f7ecc85f6eaef9e88742238f71 (diff)
downloadruby-fc9664d3d853af61ee48265eaf4788ffd7970403.tar.gz
ruby-fc9664d3d853af61ee48265eaf4788ffd7970403.tar.xz
ruby-fc9664d3d853af61ee48265eaf4788ffd7970403.zip
* ext/stringio/stringio.c (strio_ungetbyte): encoding should not
be effective. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23424 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 a3f18bc7a..82f05a469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 14 16:07:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/stringio/stringio.c (strio_ungetbyte): encoding should no
+ be effective.
+
Thu May 14 10:17:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* sample/test.rb (valid_syntax?): defaults to us-ascii.