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

ruby-changes:16966

From: kazu <ko1@a...>
Date: Wed, 11 Aug 2010 21:01:31 +0900 (JST)
Subject: [ruby-changes:16966] Ruby:r28963 (trunk): * NEWS: merge from branches/ruby_1_9_2, and move io/console.

kazu	2010-08-11 21:00:42 +0900 (Wed, 11 Aug 2010)

  New Revision: 28963

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

  Log:
    * NEWS: merge from branches/ruby_1_9_2, and move io/console.
      [ruby-dev:41924]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28962)
+++ ChangeLog	(revision 28963)
@@ -1,3 +1,8 @@
+Wed Aug 11 20:57:25 2010  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* 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@m...>
 
 	* ext/bigdecimal/bigdecimal.c: don't use // comment.
Index: NEWS
===================================================================
--- NEWS	(revision 28962)
+++ NEWS	(revision 28963)
@@ -17,6 +17,17 @@
 
     * 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 @@
   * 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 @@
   * 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

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

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