зеркало из https://github.com/github/ruby.git
* NEWS: merge from branches/ruby_1_9_2, and move io/console.
[ruby-dev:41924] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
988b2ae95e
Коммит
c89bdea7c9
|
@ -1,3 +1,8 @@
|
|||
Wed Aug 11 20:57:25 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: merge from branches/ruby_1_9_2, and move io/console.
|
||||
[ruby-dev:41924]
|
||||
|
||||
Wed Aug 11 11:01:15 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.c: don't use // comment.
|
||||
|
|
36
NEWS
36
NEWS
|
@ -17,6 +17,17 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
* Kernel#respond_to? now returns false for protected methods.
|
||||
|
||||
* io/console
|
||||
* new methods:
|
||||
* IO#noecho {|io| }
|
||||
* IO#echo=
|
||||
* IO#echo?
|
||||
* IO#raw {|io| }
|
||||
* IO#raw!
|
||||
* IO#getch
|
||||
* IO#winsize
|
||||
* IO.console
|
||||
|
||||
=== Compatibility issues (excluding feature bug fixes)
|
||||
|
||||
* Kernel#respond_to?
|
||||
|
@ -233,6 +244,20 @@ with all sufficient information, see the ChangeLog file.
|
|||
* RSS::Maker: item.guid.permanent_link=
|
||||
* new alias of item.guid.isPermaLink=
|
||||
|
||||
* DL
|
||||
* Now uses libffi as a backend if avaiable.
|
||||
It means DL works fine on more platforms.
|
||||
|
||||
* Fiddle
|
||||
* A lightweight wrapper for libffi.
|
||||
|
||||
* YAML
|
||||
* Now uses libyaml as a backend if available.
|
||||
It means YAML library supports new standards for YAML.
|
||||
|
||||
* Psych
|
||||
* A wrapper for libyaml.
|
||||
|
||||
* JSON
|
||||
* Update to JSON 1.1.9
|
||||
|
||||
|
@ -443,17 +468,6 @@ with all sufficient information, see the ChangeLog file.
|
|||
* new methods:
|
||||
* RbConfig.ruby
|
||||
|
||||
* io/console
|
||||
* new methods:
|
||||
* IO#noecho {|io| }
|
||||
* IO#echo=
|
||||
* IO#echo?
|
||||
* IO#raw {|io| }
|
||||
* IO#raw!
|
||||
* IO#getch
|
||||
* IO#winsize
|
||||
* IO.console
|
||||
|
||||
=== Language changes
|
||||
|
||||
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
|
||||
|
|
Загрузка…
Ссылка в новой задаче