[#30549] [ANN] Ruby 1.8.6 has been released — "Akinori MUSHA" <knu@...>

 Ruby 1.8.6 をリリースしました。

14 messages 2007/03/12

[#30553] help: lib/shell for ruby 1.9 — keiju@... (Keiju ISHITSUKA)

けいじゅ@いしつかです.

13 messages 2007/03/13
[#30585] Re: help: lib/shell for ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/03/15

まつもと ゆきひろです

[#30587] Re: help: lib/shell for ruby 1.9 — keiju@... (石塚圭樹) 2007/03/15

けいじゅ@いしつかです.

[#30588] Re: help: lib/shell for ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/03/15

まつもと ゆきひろです

[ruby-dev:30609] Re: rb_ary2cary in dl.c has a bug

From: "Akinori MUSHA" <knu@...>
Date: 2007-03-16 12:53:27 UTC
List: ruby-dev #30609
At Tue, 13 Mar 2007 22:03:18 +0900,
sheepman wrote:
> こんばんは、sheepman です。
>
> ext/dl/dl.c にバグがあります。
>
> $ svn diff dl.c
> Index: dl.c
> ===================================================================
> --- dl.c        (revision 12047)
> +++ dl.c        (working copy)
> @@ -459,7 +459,7 @@
>    VALUE val0;
>
>    val0 = rb_check_array_type(v);
> -  if(NIL_P(TYPE(val0))) {
> +  if(NIL_P(val0)) {
>      rb_raise(rb_eDLTypeError, "an array is expected.");
>    }
>    v = val0;

 ruby_1_8 に入れました。

卜部さん:
 ruby_1_8_? にもお願いします。

--
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"Different eyes see different things,
    Different hearts beat on different strings --
       But there are times for you and me when all such things agree"

In This Thread

Prev Next