[#41918] [Feature #3647] Array#sample(n, replace=false) — Kenta Murata <redmine@...>

Feature #3647: Array#sample(n, replace=false)

11 messages 2010/08/03

[#41966] [Bug #3673] PTY.getpty with IO.pipe doesn't finish on FreeBSD — Yui NARUSE <redmine@...>

Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD

9 messages 2010/08/10

[#41969] [Feature #3675] String#prepend, String#>> — Sora Harakami <redmine@...>

Feature #3675: String#prepend, String#>>

15 messages 2010/08/10
[#41976] Re: [Feature #3675] String#prepend, String#>> — Yukihiro Matsumoto <matz@...> 2010/08/10

まつもと ゆきひろです

[#41974] Re: [ruby-cvs:36157] Ruby:r28955 (trunk): * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

7 messages 2010/08/10

[#42003] WEBrickに関するセキュリティ修正 (CVE-2010-0541) — Hideki Yamane <henrich@...>

12 messages 2010/08/11

[#42090] Math::atan2(0, 0) on ruby 1.9.2 — KUBO Takehiro <kubo@...>

久保です。

18 messages 2010/08/22
[#42092] Re: Math::atan2(0, 0) on ruby 1.9.2 — Kenta Murata <muraken@...> 2010/08/22

むらたです。

[#42166] Ruby'sライセンスの、BSDLとのデュアルライセンスへの変更 — "NARUSE, Yui" <naruse@...>

Ruby's ライセンスは BSDL と Ruby's のデュアルライセンスになります。

14 messages 2010/08/31

[ruby-dev:41924] [Bug #3650] NEWSの不整合

From: Kazuhiro NISHIYAMA <redmine@...>
Date: 2010-08-03 14:16:48 UTC
List: ruby-dev #41924
Bug #3650: NEWSの不整合
http://redmine.ruby-lang.org/issues/show/3650

起票者: Kazuhiro NISHIYAMA
ステータス: Open, 優先度: Normal
カテゴリ: DOC, Target version: 1.9.2
ruby -v: r28846

git diff origin/ruby_1_9_2 NEWS で trunk/NEWS と branches/ruby_1_9_2/NEWS の差分をみてみました。

* io/console は「== Changes since the 1.9.1 release」の上に移動
* stringio と zlib の new methods は branches/ruby_1_9_2/NEWS にもコピー
* DL から Psych の説明のあたりは trunk/NEWS にもコピー
すれば良いのではないでしょうか。

diff --git a/NEWS b/NEWS
index 5ff0579..f642127 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,21 @@ Note that each entry is kept so brief that no reason behind or
 reference information is supplied with.  For a full list of changes
 with all sufficient information, see the ChangeLog file.

+== Changes since the 1.9.2 release
+=== Library updates (outstanding ones only)
+
+* builtin classes
+
+  * Kernel
+
+    * Kernel#respond_to? now returns false for protected methods.
+
+=== Compatibility issues (excluding feature bug fixes)
+
+* Kernel#respond_to?
+
+  See above.
+
 == Changes since the 1.9.1 release
 === Library updates (outstanding ones only)

@@ -218,20 +233,6 @@ with all sufficient information, see the ChangeLog file.
   * 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

@@ -375,6 +376,10 @@ with all sufficient information, see the ChangeLog file.
       * socket option name
       * shutdown's argument

+* stringio
+  * new methods:
+    * StringIO#read_nonblock
+    * StringIO#write_nonblock
 * pathname
   * new methods:
     * Pathname#binread
@@ -431,11 +436,24 @@ with all sufficient information, see the ChangeLog file.
 * zlib
   * new methods:
     * Zlib::GzipFile#path
+    * Zlib.#adler32_combine
+    * Zlib.#crc32_combine

 * rbconfig
   * 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


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next