updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28e33ad61e
commit
5493666330
13
NEWS
13
NEWS
@ -22,13 +22,15 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Dir.home
|
* Dir.home
|
||||||
|
|
||||||
* IO
|
* IO
|
||||||
|
* extended methods:
|
||||||
* IO.pipe can take a block.
|
* IO.pipe can take a block.
|
||||||
|
|
||||||
* Process
|
* Process
|
||||||
|
* extended methods:
|
||||||
* Process.spawn accepts [:child, FD] for a redirect target.
|
* Process.spawn accepts [:child, FD] for a redirect target.
|
||||||
|
|
||||||
* Enumerator#rewind
|
* Enumerator#rewind
|
||||||
|
* incompatible changes:
|
||||||
Now calls the "rewind" method of the enclosed object if defined.
|
Now calls the "rewind" method of the enclosed object if defined.
|
||||||
|
|
||||||
* rss
|
* rss
|
||||||
@ -59,7 +61,6 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
(no ShiftingError will be raised from 1.2.7, just warn() instead)
|
(no ShiftingError will be raised from 1.2.7, just warn() instead)
|
||||||
|
|
||||||
* open3
|
* open3
|
||||||
|
|
||||||
* new methods:
|
* new methods:
|
||||||
* Open3.popen2
|
* Open3.popen2
|
||||||
* Open3.popen2e
|
* Open3.popen2e
|
||||||
@ -73,12 +74,10 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Open3.pipeline
|
* Open3.pipeline
|
||||||
|
|
||||||
* pty
|
* pty
|
||||||
|
|
||||||
* new method:
|
* new method:
|
||||||
* PTY.open
|
* PTY.open
|
||||||
|
|
||||||
* openssl
|
* openssl
|
||||||
|
|
||||||
* new method:
|
* new method:
|
||||||
* Buffering#read_nonblock
|
* Buffering#read_nonblock
|
||||||
|
|
||||||
@ -139,5 +138,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
=== Compatibility issues (excluding feature bug fixes)
|
=== Compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
* Enumerator#rewind
|
* Enumerator#rewind
|
||||||
|
* Socket#recvfrom
|
||||||
|
* Socket#recvfrom_nonblock
|
||||||
|
* Socket#accept
|
||||||
|
* Socket#accept_nonblock
|
||||||
|
* Socket#sysaccept
|
||||||
|
* BasicSocket#getsockopt
|
||||||
|
|
||||||
See above.
|
See above.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user