summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-12 08:17:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-12 08:17:53 +0000
commit98d4159e9065357d29f388be7b5d2c5643226ee7 (patch)
tree705c72fa931cefc43d9930f87713feb2275e27b7 /ChangeLog
parent3e8706523b1282078f5acfc7b4ee7d013bf5b78f (diff)
downloadruby-98d4159e9065357d29f388be7b5d2c5643226ee7.tar.gz
ruby-98d4159e9065357d29f388be7b5d2c5643226ee7.tar.xz
ruby-98d4159e9065357d29f388be7b5d2c5643226ee7.zip
* ext/stringio/stringio.c (strio_ungetc): calculates new position
before reallocation. [Bug#1099] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22253 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 ec4b40932..c9e0005fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 12 17:17:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/stringio/stringio.c (strio_ungetc): calculates new position
+ before reallocation. [Bug#1099]
+
Thu Feb 12 16:50:27 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: a patch to build on GNU/kOpenSolaris from Rober