зеркало из https://github.com/github/ruby.git
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b3a039a2cb
Коммит
21f56f6de9
|
@ -1,3 +1,8 @@
|
|||
Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints,
|
||||
IO#each_codepoint.
|
||||
|
||||
Thu Mar 25 14:50:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (rb_w32_{read,write}): fix handle leaks. based on
|
||||
|
|
4
NEWS
4
NEWS
|
@ -82,7 +82,11 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
* IO
|
||||
* new method:
|
||||
* IO#autoclose=
|
||||
* IO#autoclose?
|
||||
* IO#fdatasync
|
||||
* IO#codepoints
|
||||
* IO#each_codepoint
|
||||
|
||||
* extended methods:
|
||||
* IO.pipe can take a block.
|
||||
|
|
Загрузка…
Ссылка в новой задаче