diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-11 14:29:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-11 14:29:46 +0000 |
| commit | 376a974c78593dff0a0009ea5a9bb75b4e4d1bbb (patch) | |
| tree | 8953fdd2e8c689022abb385c04a223b0f15f93ea /ChangeLog | |
| parent | 85776d1299817798b62469f5b0e470843c6671f9 (diff) | |
| download | ruby-376a974c78593dff0a0009ea5a9bb75b4e4d1bbb.tar.gz ruby-376a974c78593dff0a0009ea5a9bb75b4e4d1bbb.tar.xz ruby-376a974c78593dff0a0009ea5a9bb75b4e4d1bbb.zip | |
* ext/stringio/stringio.c: keep holding string after closed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Thu Aug 11 23:29:03 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/stringio/stringio.c: keep holding string after closed. + Thu Aug 11 13:01:48 2005 Kouhei Sutou <kou@cozmixng.org> * lib/rss: fixed sort bug. [ruby-list:41018] @@ -46,9 +50,9 @@ Wed Aug 10 10:38:50 2005 Yukihiro Matsumoto <matz@ruby-lang.org> Wed Aug 10 10:29:40 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys(). + * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys(). - * ext/tk/lib/tk/itemconfig.rb: fix bug on handling + * ext/tk/lib/tk/itemconfig.rb: fix bug on handling __item_ruby2val_optkeys(). * ext/tk/lib/tk/canvas.rb: didn't check __item_ruby2val_optkeys(). |
