[前][次][番号順一覧][スレッド一覧]

ruby-changes:14412

From: naruse <ko1@a...>
Date: Tue, 5 Jan 2010 14:54:07 +0900 (JST)
Subject: [ruby-changes:14412] Ruby:r26242 (trunk): Add Float::INFINITY and Float::NAN.

naruse	2010-01-05 14:51:47 +0900 (Tue, 05 Jan 2010)

  New Revision: 26242

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26242

  Log:
    Add Float::INFINITY and Float::NAN.
    
    Current Unicode version of Regexp is 5.2.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 26241)
+++ NEWS	(revision 26242)
@@ -46,6 +46,11 @@
   * ENV
     * Uses locale's encoding
 
+  * Float
+    * new constants:
+      * Float::INFINITY
+      * Float::NAN
+
   * IO
     * new method:
       * IO#fdatasync
@@ -260,7 +265,7 @@
 
 * Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
   \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
   Unicode semantics
 * $: no longer includes the current directory, use require_relative

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]