Add Float::INFINITY and Float::NAN.
Current Unicode version of Regexp is 5.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e0c3908d2b
commit
623a79c376
7
NEWS
7
NEWS
@ -46,6 +46,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* ENV
|
* ENV
|
||||||
* Uses locale's encoding
|
* Uses locale's encoding
|
||||||
|
|
||||||
|
* Float
|
||||||
|
* new constants:
|
||||||
|
* Float::INFINITY
|
||||||
|
* Float::NAN
|
||||||
|
|
||||||
* IO
|
* IO
|
||||||
* new method:
|
* new method:
|
||||||
* IO#fdatasync
|
* IO#fdatasync
|
||||||
@ -260,7 +265,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
|
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
|
||||||
\p{ol chiki} is the same as \p{Ol_Chiki}
|
\p{ol chiki} is the same as \p{Ol_Chiki}
|
||||||
* Regexps now support Unicode 5.1 (new characters and scripts)
|
* Regexps now support Unicode 5.2 (new characters and scripts)
|
||||||
* \d, \s, and \w are now ASCII only; use POSIX bracket classes and \p{} for
|
* \d, \s, and \w are now ASCII only; use POSIX bracket classes and \p{} for
|
||||||
Unicode semantics
|
Unicode semantics
|
||||||
* $: no longer includes the current directory, use require_relative
|
* $: no longer includes the current directory, use require_relative
|
||||||
|
Loading…
x
Reference in New Issue
Block a user