References to tickets added
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
41b719d0d8
commit
98b75d59b9
@ -6559,6 +6559,7 @@ Sat Jun 13 20:28:14 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
|||||||
|
|
||||||
* win32/win32.c (stati64_set_inode): get nFileIndexHigh/Low, and set it
|
* win32/win32.c (stati64_set_inode): get nFileIndexHigh/Low, and set it
|
||||||
to the interval of struct st as inode.
|
to the interval of struct st as inode.
|
||||||
|
[Feature #11216]
|
||||||
|
|
||||||
* win32/win32.c (stati64_set_inode_handle): call stati64_set_inode.
|
* win32/win32.c (stati64_set_inode_handle): call stati64_set_inode.
|
||||||
|
|
||||||
|
12
NEWS
12
NEWS
@ -135,6 +135,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
[Feature #11782]
|
[Feature #11782]
|
||||||
|
|
||||||
* String.new now accepts new option parameter `encoding'.
|
* String.new now accepts new option parameter `encoding'.
|
||||||
|
[Feature #11785]
|
||||||
|
|
||||||
* Struct
|
* Struct
|
||||||
* Struct#dig [Feature #11688]
|
* Struct#dig [Feature #11688]
|
||||||
@ -159,7 +160,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* File::Stat
|
* File::Stat
|
||||||
* On Windows File::Stat#ino always returned 0, but now returns
|
* On Windows File::Stat#ino always returned 0, but now returns
|
||||||
BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
|
BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low. [Feature #11216]
|
||||||
|
|
||||||
* IO
|
* IO
|
||||||
* IO#close doesn't raise when the IO object is closed. [Feature #10718]
|
* IO#close doesn't raise when the IO object is closed. [Feature #10718]
|
||||||
@ -229,29 +230,30 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* lib/base64.rb
|
* lib/base64.rb
|
||||||
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
||||||
the padding character ("=").
|
the padding character ("="). [Feature #10740]
|
||||||
* Base64.urlsafe_decode64: now it accepts not only correctly-padded
|
* Base64.urlsafe_decode64: now it accepts not only correctly-padded
|
||||||
input but also unpadded input.
|
input but also unpadded input. [Feature #10740]
|
||||||
|
|
||||||
* lib/matrix.rb
|
* lib/matrix.rb
|
||||||
* Add Vector#round. https://github.com/ruby/ruby/pull/802
|
* Add Vector#round. https://github.com/ruby/ruby/pull/802
|
||||||
|
|
||||||
* ext/coverage/coverage.c
|
* ext/coverage/coverage.c
|
||||||
* Coverage.peek_result: new method to allow coverage to be captured without
|
* Coverage.peek_result: new method to allow coverage to be captured without
|
||||||
stopping the coverage tool.
|
stopping the coverage tool. [Feature #10816]
|
||||||
|
|
||||||
* Net::HTTP
|
* Net::HTTP
|
||||||
* default value of Net::HTTP#open_timeout is now 60 (was nil).
|
* default value of Net::HTTP#open_timeout is now 60 (was nil).
|
||||||
|
|
||||||
* Net::Telnet
|
* Net::Telnet
|
||||||
* Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
|
* Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
|
||||||
|
[Feature #11083]
|
||||||
|
|
||||||
* Net::FTP
|
* Net::FTP
|
||||||
* Connections are in passive mode per default now. The default mode can
|
* Connections are in passive mode per default now. The default mode can
|
||||||
be changed by Net::FTP.default_passive=. [Feature #11612]
|
be changed by Net::FTP.default_passive=. [Feature #11612]
|
||||||
|
|
||||||
* Rake
|
* Rake
|
||||||
* Rake is removed from stdlib.
|
* Rake is removed from stdlib. [Feature #11025]
|
||||||
|
|
||||||
=== Built-in global variables compatibility issues
|
=== Built-in global variables compatibility issues
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user