[#38392] Enumerable#gather_each — Tanaka Akira <akr@...>

ときに、複数行をまとめて扱いたいことがあります。

47 messages 2009/05/09
[#38394] Re: Enumerable#gather_each — ujihisa <ujihisa@...> 2009/05/09

ujihisaと申します。

[#38400] Re: Enumerable#gather_each — Yukihiro Matsumoto <matz@...> 2009/05/09

まつもと ゆきひろです

[#38399] Re: Enumerable#gather_each — "Akinori MUSHA" <knu@...> 2009/05/09

At Sat, 9 May 2009 15:30:20 +0900,

[#38405] Re: Enumerable#gather_each — Tanaka Akira <akr@...> 2009/05/10

In article <86r5yy2nrg.knu@iDaemons.org>,

[#38417] Re: Enumerable#gather_each — "Akinori MUSHA" <knu@...> 2009/05/10

At Sun, 10 May 2009 10:08:47 +0900,

[#38524] [Bug #1503] -Kuをつけた時、/[#{s}]/n と Regexp.new("[#{s}]",nil,"n") で実行結果が異なる — sinnichi eguchi <redmine@...>

Bug #1503: -Kuをつけた時、/[#{s}]/n と Regexp.new("[#{s}]",nil,"n") で実行結果が異なる

8 messages 2009/05/22

[ruby-dev:38549] Re: [ruby-cvs:30701] Ruby:r23482 (ruby_1_8): * ext/thread/thread.c (unlock_mutex_inner): should adjust join

From: Tietew <tietew@...>
Date: 2009-05-27 09:18:19 UTC
List: ruby-dev #38549
On Mon, 18 May 2009 21:13:23 +0900 (JST)
In article <200905181213.n4ICDN1N015282@ci.ruby-lang.org>
[[ruby-cvs:30701] Ruby:r23482 (ruby_1_8): * ext/thread/thread.c (unlock_mutex_inner): should adjust join]
nobu@ruby-lang.org wrote:

>   http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23482
> 
>   Log:
>     * ext/thread/thread.c (unlock_mutex_inner): should adjust join
>       target here but not in wake_one.  a patch from John Carter at
>       [ruby-core:23490].

この変更で、コンパイルが通らなくなっています。

make[1]: ディレクトリ `/home/tietew/ruby/ruby_1_8/ext/thread' に入ります
gcc -I. -I../.. -I../../. -I../.././ext/thread   -DUSE_MEM_POOLS -fPIC -O2 -g -Wall -Wno-parentheses  -fPIC  -c thread.c
thread.c: In function ‘unlock_mutex_inner’:
thread.c:485: error: ‘list’ undeclared (first use in this function)
thread.c:485: error: (Each undeclared identifier is reported only once
thread.c:485: error: for each function it appears in.)
make[1]: *** [thread.o] エラー 1



-- 
Tietew <tietew@tietew.net>
Blog: http://www.tietew.jp/
PGP: 26CB 71BB B595 09C4 0153  81C4 773C 963A D51B 8CAA


In This Thread

Prev Next