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

ruby-changes:16454

From: knu <ko1@a...>
Date: Sat, 26 Jun 2010 00:10:44 +0900 (JST)
Subject: [ruby-changes:16454] Ruby:r28439 (ruby_1_8): Sort entries.

knu	2010-06-26 00:10:26 +0900 (Sat, 26 Jun 2010)

  New Revision: 28439

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

  Log:
    Sort entries.

  Modified files:
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 28438)
+++ ruby_1_8/NEWS	(revision 28439)
@@ -154,22 +154,34 @@
     New methods.
 
 * dbm
+* gdbm
+* sdbm
 
-  DBM#key
+  * {DBM,GDBM,SDBM}#key
 
-    Renamed from DBM#index.
+    Renamed from #index.
 
-* gdbm
+* digest
 
-  GDBM#key
+  * Digest::Class.base64digest
+  * Digest::Instance#base64digest
+  * Digest::Instance#base64digest!
 
-    Renamed from GDBM#index.
+    New methods.
 
 * fileutils
 
   * New option for FileUtils.rmdir(): :parents
 
+* logger
+
+  * imported upstream version (logger/1.2.7)
+    * do not raise an exception even if log writing failed.
+    * do not raise ShiftingError if an aged file already exists.
+      (no ShiftingError will be raised from 1.2.7, just warn() instead)
+
 * matrix
+
   * API change to adhere strictly to mathematical definitions:
     * Matrices must now be rectangular.
     * trace, regular?, singular? are defined only for square matrices
@@ -206,41 +218,15 @@
   * Performace improved by making overall code optimization and
     introducing Fixnum#gcd implemented in C.
 
-* sdbm
+* rexml
 
-  SDBM#key
+  * REXML::Document.entity_expansion_limit=
 
-    Renamed from SDBM#index.
+    New method to set the entity expansion limit. By default the limit is
+    set to 10000.  See the following URL for details.
 
-* securerandom
+    http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
 
-  SecureRandom.uuid
-
-    New method to generate a v4 random UUID.
-
-* set
-
-  Set#classify
-  Set#collect!
-  Set#delete_if
-  Set#divide
-  Set#reject!
-  SortedSet#delete_if
-
-    Return an enumerator if no block is given.
-
-* stringio
-
-  * StringIO#ungetbyte
-
-    Added as an alias to #ungetc.
-
-* digest
-    * new methods:
-      * Digest::Class.base64digest
-      * Digest::Instance#base64digest
-      * Digest::Instance#base64digest!
-
 * rss
 
   * 0.2.4 -> 0.2.7.
@@ -260,22 +246,29 @@
   * RSS::Maker: item.guid.permanent_link=
     * new alias of item.guid.isPermaLink=
 
-* REXML
+* securerandom
 
-  * REXML::Document.entity_expansion_limit=
+  SecureRandom.uuid
 
-    New method to set the entity expansion limit. By default the limit is
-    set to 10000.  See the following URL for details.
+    New method to generate a v4 random UUID.
 
-    http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
+* set
 
-* logger
+  Set#classify
+  Set#collect!
+  Set#delete_if
+  Set#divide
+  Set#reject!
+  SortedSet#delete_if
 
-  * imported upstream version (logger/1.2.7)
-    * do not raise an exception even if log writing failed.
-    * do not raise ShiftingError if an aged file already exists.
-      (no ShiftingError will be raised from 1.2.7, just warn() instead)
+    Return an enumerator if no block is given.
 
+* stringio
+
+  * StringIO#ungetbyte
+
+    Added as an alias to #ungetc.
+
 === Compatibility issues (excluding feature bug fixes)
 
 * builtin classes

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

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