diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 12:49:06 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 12:49:06 +0000 |
| commit | 4295f3d99eccd368e4e08eb9c1d114660e4ea921 (patch) | |
| tree | 4bc2596978892dc2ae7d23f00945014c76d0993a /ChangeLog | |
| parent | 99b93302eac2c955d0e18239138e1dd0691e253e (diff) | |
merges r22253 from trunk into ruby_1_9_1.
* ext/stringio/stringio.c (strio_ungetc): calculates new position
before reallocation. [Bug#1099]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] + Mon Feb 9 20:11:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the |
