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

ruby-changes:15282

From: naruse <ko1@a...>
Date: Fri, 2 Apr 2010 07:19:20 +0900 (JST)
Subject: [ruby-changes:15282] Ruby:r27167 (trunk): Add NEWS about hexadecimn floating point format.

naruse	2010-04-02 07:19:04 +0900 (Fri, 02 Apr 2010)

  New Revision: 27167

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

  Log:
    Add NEWS about hexadecimn floating point format.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 27166)
+++ NEWS	(revision 27167)
@@ -112,6 +112,11 @@
     * New method:
       * MatchData#==
 
+  * Object
+    * extended methods:
+      * Float() supports hexadecimal floating point format.
+      * printf() supports %a/%A format.
+
   * Proc
     * extended method:
       * Proc#source_location returns location even if receiver is a method
@@ -228,6 +233,10 @@
     * OpenSSL::SSL::SSLSocket#connect_nonblock
     * OpenSSL::SSL::SSLSocket#accept_nonblock
 
+* scanf
+  * support %a/%A format.
+
+
 * socket
 
   * incompatible changes:

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

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