summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-03 15:40:45 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-03 15:40:45 +0000
commit1aaf8b171373f6862fa8c523923b98ef6feb1c65 (patch)
tree80cb96397af780182e3b341c92e1b42741ab8f69 /ChangeLog
parentf905704727b20865f71a10fbc34ed032346a7f93 (diff)
* io.c (io_ungetc): move data in buffer if it is required to store the
argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14873 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 877f8e71fd..54ec3c6214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 4 00:20:47 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (io_ungetc): move data in buffer if it is required to store the
+ argument.
+
Thu Jan 3 21:56:07 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.