sort and remove s

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-21 23:59:39 +00:00
parent ee4a024c3c
commit 9241383352

68
NEWS
View File

@ -26,9 +26,9 @@ with all sufficient information, see the ChangeLog file.
* builtin classes * builtin classes
* Kernel * Array
* Kernel#respond_to? now returns false for protected methods. * extended method:
* move #__id__ and #object_id to BasicObject. * Array#pack supports endian modifiers
* Encoding * Encoding
* new encodings: * new encodings:
@ -38,30 +38,30 @@ with all sufficient information, see the ChangeLog file.
* UTF-32 * UTF-32
* Float * Float
* new constants: * new constant:
* File::NULL * File::NULL
name of NULL device. name of NULL device.
* extended methods: * extended method:
* String#unpack supports endian modifiers * String#unpack supports endian modifiers
* IO
* extended method:
* IO#putc supports multibyte characters
* new method:
* IO#advise
* Kernel
* Kernel#respond_to? now returns false for protected methods.
* move #__id__ and #object_id to BasicObject.
* String * String
* new methods: * new method:
* String#prepend * String#prepend
* Time * Time
* extended methods: * extended method:
* Time#strftime supports %:z and %::z. * Time#strftime supports %:z and %::z.
* IO
* extended methods:
* IO#putc supports multibyte characters
* new methods:
* IO#advise
* Array
* extended methods:
* Array#pack supports endian modifiers
* io/console * io/console
* new methods: * new methods:
* IO#noecho {|io| } * IO#noecho {|io| }
@ -73,20 +73,9 @@ with all sufficient information, see the ChangeLog file.
* IO#winsize * IO#winsize
* IO.console * IO.console
* webrick * RDoc
* new method: * RDoc has been upgraded to RDoc 3.0.1. For full release notes see
* WEBrick::HTTPRequest#continue for generating '100 continue' response. http://rdoc.rubyforge.org/History_txt.html
* new logging directive:
* %{remote}p for remote (client) port number.
* uri
* new methods:
* URI::Generic#hostname
* URI::Generic#hostname=
* stringio
* extended methods:
* StringIO#set_encoding can get 2nd argument and optional hash.
* rexml * rexml
* [incompatible] support Ruby native encoding mechanism * [incompatible] support Ruby native encoding mechanism
@ -95,9 +84,20 @@ with all sufficient information, see the ChangeLog file.
Output#encoding and Source#encoding) return an Encoding Output#encoding and Source#encoding) return an Encoding
object instead of an encoding name. object instead of an encoding name.
* RDoc * stringio
* RDoc has been upgraded to RDoc 3.0.1. For full release notes see * extended method:
http://rdoc.rubyforge.org/History_txt.html * StringIO#set_encoding can get 2nd argument and optional hash.
* uri
* new methods:
* URI::Generic#hostname
* URI::Generic#hostname=
* webrick
* new method:
* WEBrick::HTTPRequest#continue for generating '100 continue' response.
* new logging directive:
* %{remote}p for remote (client) port number.
=== Language changes === Language changes