mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
89f2c44d37
commit
70003c05a7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 23 23:45:31 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]
|
||||
|
||||
Wed Jun 23 22:52:00 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/raddrinfo.c: don't use __P.
|
||||
|
|
4
NEWS
4
NEWS
|
@ -361,6 +361,10 @@ with all sufficient information, see the ChangeLog file.
|
|||
* socket option name
|
||||
* shutdown's argument
|
||||
|
||||
* stringio
|
||||
* new methods:
|
||||
* StringIO#read_nonblock
|
||||
* StringIO#write_nonblock
|
||||
* pathname
|
||||
* new methods:
|
||||
* Pathname#binread
|
||||
|
|
Loading…
Add table
Reference in a new issue