1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

cosmetic change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2012-03-11 05:53:20 +00:00
parent 3007acfbc6
commit ed924d2fa9

3
NEWS
View file

@ -86,8 +86,7 @@ with all sufficient information, see the ChangeLog file.
* Merge Onigmo. * Merge Onigmo.
https://github.com/k-takata/Onigmo https://github.com/k-takata/Onigmo
* incompatible changes: * The :close_others option is true by default for system() and exec().
The :close_others option is true by default for system() and exec().
Also, the close-on-exec flag is set by default for all new file descriptors. Also, the close-on-exec flag is set by default for all new file descriptors.
This means file descriptors doesn't inherit to spawned process unless This means file descriptors doesn't inherit to spawned process unless
explicitly requested such as system(..., fd=>fd). explicitly requested such as system(..., fd=>fd).