diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 03:52:11 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 03:52:11 +0000 |
commit | 1fb102fd2e3566d4fe37af9ef0cb421b52843138 (patch) | |
tree | ec3375c50b207a1c034c1cb3adea2d42b1ca3d23 | |
parent | 5fabee3f415970a604dfbc46a8669d4f71059b03 (diff) | |
download | ruby-1fb102fd2e3566d4fe37af9ef0cb421b52843138.tar.gz ruby-1fb102fd2e3566d4fe37af9ef0cb421b52843138.tar.xz ruby-1fb102fd2e3566d4fe37af9ef0cb421b52843138.zip |
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -16,6 +16,9 @@ with all sufficient information, see the ChangeLog file. * IO * IO.pipe takes a block. + * Process + * Process.spawn accepts [:child, FD] for a redirect target. + * Enumerator#rewind Now calls the "rewind" method of the enclosed object if defined. @@ -47,6 +50,23 @@ with all sufficient information, see the ChangeLog file. * do not raise ShiftingError if an aged file already exists. (no ShiftingError will be raised from 1.2.7, just warn() instead) +* open3 + + * Open3.popen2 + * Open3.popen2e + * Open3.capture3 + * Open3.capture2 + * Open3.capture2e + * Open3.pipeline_rw + * Open3.pipeline_r + * Open3.pipeline_w + * Open3.pipeline_start + * Open3.pipeline + +* pty + + * PTY.open + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind |