Project

General

Profile

Activity

From 09/30/2010 to 10/06/2010

10/06/2010

03:27 PM Bug #3911 (Closed): WEBrick::HTTPAuth::ProxyDigestAuth#check_uri should be private
=begin
WEBrick::HTTPAuth::DigestAuth#check_uri は private なので WEBrick::HTTPAuth::ProxyDigestAuth#check_uri も private にするべきだと思います。
=end
okkez (okkez _)
12:37 PM Bug #3788 (Closed): URI cannot parse IPv6 addresses propertly
=begin
This issue was solved with changeset r29416.
Adam, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
akr (Akira Tanaka)
11:50 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
On Wed, Oct 06, 2010 at 03:41:01AM +0900, Luis Lavena wrote:
> On Tue, Oct 5, 2010 at 2:17 PM, Aaron Patterson
> <aaron@tenderlovemaking.com> wrote:
> > On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
> >> Iss...
tenderlovemaking (Aaron Patterson)
03:41 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
On Tue, Oct 5, 2010 at 2:17 PM, Aaron Patterson
<aaron@tenderlovemaking.com> wrote:
> On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
>> Issue #3889 has been updated by Shyouhei Urabe.
>>
>> Status changed fr...
luislavena (Luis Lavena)
02:17 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
> Issue #3889 has been updated by Shyouhei Urabe.
>
> Status changed from Closed to Open
>
> Reopening. We need a port maintainer.

I think Luis should be ...
tenderlovemaking (Aaron Patterson)
02:16 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
On Tue, Oct 05, 2010 at 08:59:06PM +0900, wanabe wrote:
> 2010/10/5, Usaku NAKAMURA <redmine@ruby-lang.org>:
> > Who make the final decision?
> > Wanabe, are you (or, do you want to become) the maintainer of mingw port?
>
>...
tenderlovemaking (Aaron Patterson)
10:32 AM Bug #3909: CGI.unescape("あ%E3%81%82")で例外
=begin
なかださんによる、http://www.atdot.net/sp/raw/7hhs9l のパッチの方がforce_encodingの適用が1回なのでよいかと思います。
=end
naruse (Yui NARUSE)
10:13 AM Bug #3909 (Closed): CGI.unescape("あ%E3%81%82")で例外
=begin
tDiaryの方で例外が起きるという報告がありました。

irb(main):004:0> CGI.unescape("あ%E3%81%82")
Encoding::CompatibilityError: incompatible character encodings: UTF-8
and ASCII-8BIT
from /usr/local/ruby-trunk/lib/ruby/1.9.1/cgi/util.rb...
xibbar (Takeyuki FUJIOKA)
03:32 AM Revision 4f8376c6 (git): describe the reporter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:31 AM Revision e5a47fb6 (git): describe URI::Generic#hostname and URI::Generic#hostname=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:30 AM Revision 5fd45a4b (git): * lib/uri/generic.rb (URI::Generic#hostname): new method.
(URI::Generic#hostname=): ditto.
* lib/open-uri.rb: use URI#hostname
* lib/net/http.rb: ditto.
[ruby-core:32056]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
02:52 AM Revision 915ae780 (git): * io.c (fptr_finalize): write_mutex might have been destroyed
already in finalization phase, as the order of finalizers is not
guaranteed. rb_mutex_t should be used in place of Mutex object
in the future.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29415 b2dd03c8-39d4-4d8f-98ff-823fe69b...
nobu (Nobuyoshi Nakada)
12:41 AM Feature #3908: private constant
=begin
On Tue, Oct 5, 2010 at 17:19, Yusuke Endoh <redmine@ruby-lang.org> wrote:

> What do you think?

Yes! Finally! Thanks!
=end
now (Nikolai Weibull)
12:19 AM Feature #3908 (Closed): private constant
=begin
Hi,

I'd propose "private constant."
Private constant provides method-like visibility for constant.


=== Sample code ===

module SomeModule
class PublicClass
...
end

class PrivateC...
mame (Yusuke Endoh)
12:08 AM Revision a413c84e (git): * 2010-10-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:08 AM Revision 046a5818 (git): * vm_core.h: add missing prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

10/05/2010

11:33 PM Feature #3845: "in" infix operator
=begin
Hi,

2010/9/29 Roger Pack <rogerdpack2@gmail.com>:
> I like it.  There's a kind of elegance in it
>
> if a in [1,2,3]
>    p ' it is in 1,2,3'
> end
>
> It works well with my head.  +1


Thanks, but it is a bit differ...
mame (Yusuke Endoh)
11:29 PM Feature #3845: "in" infix operator
=begin
Hi,

2010/9/24 "Martin J. Dürst" <duerst@it.aoyama.ac.jp>:
> Just my two cents, but I don't see why this case is important enough to
> warrant deviating from the usual, object-oriented syntax (which may not
> always look opt...
mame (Yusuke Endoh)
11:15 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Hello,

Please apologize my lack of understanding of Ruby development hierarchy, but the revert of 'mingw' specifics in mkexports breaks the mingw-w64 work.

Who is the maintainer that provides "best effort" in relation t...
luislavena (Luis Lavena)
10:26 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
I commited r29411 to revert win32/mkexports.rb.
Sorry again.
=end
wanabe (_ wanabe)
08:59 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
2010/10/5, Usaku NAKAMURA <redmine@ruby-lang.org>:
> Who make the final decision?
> Wanabe, are you (or, do you want to become) the maintainer of mingw port?

No, I am not. (and I do not want to)

> I'm very dissatisfied wi...
wanabe (_ wanabe)
01:56 PM Bug #3889 (Open): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Reopening. We need a port maintainer.
=end
shyouhei (Shyouhei Urabe)
01:36 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Who make the final decision?
Wanabe, are you (or, do you want to become) the maintainer of mingw port?

I'm very dissatisfied with the current state, but I don't have a mind to
object to the maintainer's decision.
There...
usa (Usaku NAKAMURA)
11:14 PM Bug #3907 (Closed): WIN32OLE_TYPELIB Can't load while envvar in the pathname .
=begin
WIN32OLE_TYPELIB.newで、TypeLibのパス名に環境変数が含まれているとロードに失敗します。
以下のパッチで修正します。(REG_EXPAND_SZだった場合にExpnadEnvironmentStringsで展開)
添付のtest_win32ole_typelib.rbのパッチは、ADO 2.0のロードを試すものです。
ただし、ADO 2.0はWindows7ではREG_EXPAND_SZを使っていますが、Windows...
arton (Akio Tajima)
01:20 PM Revision cd936ca5 (git): * 2010-10-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:20 PM Revision 349c3c7a (git): * win32/mkexports.rb: revert r29320 and r29402.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
08:36 AM Feature #3906 (Closed): Initializing and loading Rails environment takes really long on Windows XP
=begin
Initializing and loading Rails environment takes really long on Windows XP. I experience anywhere from 45secs to 2mins. After consulting a few people, I was told that it's a Ruby I/O issue on Windows. There's even a plugin to...
djrobby (Robby Dhillon)
06:56 AM Feature #3905 (Closed): rb_clear_cache_by_class() called often during GC for non-blocking I/O
=begin
This still causes performance problems with frequent EAGAIN compared to 1.9.1

While akr fixed extend to no longer clear cache with empty modules in r28813,
the GC phase still scans and clears the cache when the extended o...
normalperson (Eric Wong)
03:09 AM Feature #3436: Spawn the timer thread lazily
=begin
I've attached a patch to fix this.

The thread is now only used when it is required to schedule Ruby threads. When there is only the main thread, signals are handled immediately in sighandler().

I only have access to Lin...
Spakman (Mark Somerville)

10/04/2010

10:31 AM Bug #3902 (Closed): Integer#to_bn in OpenSSL
=begin
r29407で修正しました
=end
naruse (Yui NARUSE)
04:19 AM Bug #3902 (Closed): Integer#to_bn in OpenSSL
=begin
ext/openssl で定義されている Integer#to_bn が以下のように正しく動作しません。
% ruby-1.9.2-p0 -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux]
% ruby-1.9.2-p0 -ropenssl -e '43.to_bn'
/home/ohai/opt/ruby-1.9.2-p0/lib/ruby/1.9.1/openssl/...
ohai (Ippei Obayashi)
03:43 AM Revision d3dabbca (git): * parse.y (regexp): dregexp has literal string only at the head
and successors are array. [ruby-core:32682]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:24 AM Revision 25eebc3a (git): * random.c (rand_init): This checks the value is in 32bit or not,
so use int32_t, not int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
01:23 AM Revision b259e449 (git): * random.c (rand_init): remove useless assignment.
* re.c (update_char_offset): remove unused variable.
* re.c (read_escaped_byte): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:33 AM Revision 3a633b81 (git): * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new
accepts only Strings, so call Integer#to_s(16).
16 is for an optimization. [ruby-dev:42336]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:07 AM Bug #3889 (Closed): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
This issue was solved with changeset r29402.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
wanabe (_ wanabe)

10/03/2010

11:00 PM Revision eaa4e02d (git): * cont.c (fiber_memsize): Return size.
Before this change, fiber_memsize always returns 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
10:57 PM Revision e1d5d4e7 (git): * enc/unicode.c (onigenc_unicode_property_name_to_ctype):
remove useless assignment.
* vm.c (vm_make_proc_from_block): ditto.
* variable.c (rb_ivar_count): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:44 PM Feature #3901 (Closed): WIN32OLE_VARIANT.new method lacks consistency
=begin
WIN32OLE_VARIANT.newの引数が配列かどうかで変換可否が変わります。
一貫性が無いので気になりました。

詳細:
WIN32OLE_VARIANT.new(Kernel)はTypeError: can not convert WIN32OLE_VARIANT from type Moduleとなります。
WIN32OLE_VARIANT.new([Kernel])は、KernelにIDispatchをラップしたWIN...
arton (Akio Tajima)
09:42 PM Revision c51e356c (git): * Makefile.in (clean-rdoc): Don't use \ in variable expantion.
BSD make treats it as an escape character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
08:47 PM Bug #3339 (Closed): win32ole test failure
=begin
This issue was solved with changeset r29399.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
arton (Akio Tajima)
08:11 PM Bug #3339: win32ole test failure
=begin
助田です。

On Sun, Oct 03, 2010 at 07:12:20PM +0900, Akio Tajima wrote:

> 上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。

ありがとうございます。
Windows XP でも Link でOKでした。
コミットしていただけますか?

助田 雅紀
=end
suke (Masaki Suketa)
07:12 PM Bug #3339: win32ole test failure
=begin
artonです。

以下の方法でテスト可能です。
上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。

*** test_folderitem2_invokeverb.rb~ Tue Jul 27 00:00:56 2010
--- test_folderitem2_invokeverb.rb Sun Oct 03 19:11:17 2010
*********...
arton (Akio Tajima)
04:27 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Hello,

Please find attached the corrections to tool/config.sub to properly detect i686-w64-mingw32 as i386-mingw32 and x86_64-w64-mingw32 as x86_64-mingw32

Also, find another patch that unifies MinGW 32 and 64 bits mkex...
luislavena (Luis Lavena)
04:27 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
=begin
IDの最下位3ビットは、ローカル変数やメソッド名、定数名、インスタンス変数名、クラス変数名、グローバル変数名などの、シンボルの分類のために使われています。
したがって、異なる名前のシンボルとしてはID全体の1/8しか作ることはできません。
=end
nobu (Nobuyoshi Nakada)
04:05 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
=begin
32 ビットマシンにおいて、
gc.c の rb_obj_id のコメントには、

* symbol ssssssssssssssssssssssss00001110

* symbol 000SSSSSSSSSSSSSSSSSSSSSSSSSSS0 S...S % A = 4 (S...S = s...s * A + 4)

とあり、symbol のための id = hash のた...
metanest (Makoto Kishimoto)
03:06 PM Revision edd008c9 (git): * 2010-10-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision a21409ff (git): * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365
to automake-1.11.1. [ruby-core:32634]
* win32/mkexports.rb: no longer use 'mingw64'. a patch from Luis Lavena
at [ruby-core:32678].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
wanabe (_ wanabe)
11:50 AM Revision 65119c75 (git): add filename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
11:47 AM Revision 8cf50c74 (git): fix test/win32ole/test_folderitem2_invokeverb.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
11:45 AM Revision 4ad4083b (git): Change creating shortcut verb to 'Link' [Bug #3339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
10:44 AM Revision 67330643 (git): * 2010-10-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:44 AM Revision fc8c4690 (git): * configure.in (Makefile): get rid of duplicated ruby target when
already there it was.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:30 AM Revision a1ab2bc8 (git): * parse.y (rb_intern): should check symbol table overflow.
#3900 [ruby-dev:42330]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

10/02/2010

08:20 PM Feature #3897: Pathname sub_ext! method
=begin
On Sat, Oct 2, 2010 at 09:41, Semyon Perepelitsa <redmine@ruby-lang.org> wrote:
> Feature #3897: Pathname sub_ext! method
> http://redmine.ruby-lang.org/issues/show/3897
>
> Author: Semyon Perepelitsa
> Status: Open, Priorit...
now (Nikolai Weibull)
04:40 PM Feature #3897 (Rejected): Pathname sub_ext! method
=begin
There is already sub_ext method for Pathname, but there is no sub_ext! to modify the object itself instead of returning a new one.
=end
semaperepelitsa (Simon Perepelitsa)
02:03 PM Revision 8e5c46c8 (git): * 2010-10-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:03 PM Revision cb8deae6 (git): test/win32ole/test_thread.rb: add for win32ole with Thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e suke (Masaki Suketa)
11:20 AM Revision 2ba6fbf4 (git): merges r29113 from trunk into ruby_1_9_2.
--
* object.c (rb_obj_class): remove mention of obsolete method.
a patch from Run Paint Run Run at [ruby-core:31842].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
11:20 AM Revision 90918d35 (git): merges r29102 from trunk into ruby_1_9_2. fixes #3743.
--
* regint.h (OnigStackIndex): the type should be intptr_t.
Original Oniguruma assumes the size of long and that of void *
are equal, but it's not true on LLP64 platform: mswin64.
originally patched by shintaro kuwamoto [ruby-dev:...
yugui (Yuki Sonoda)
11:20 AM Revision 4c513b5e (git): merges r29101 from trunk into ruby_1_9_2.
--
Creating dummy library for dl/fiddle tests on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
11:20 AM Revision c4c0c9d1 (git): merges r29091 from trunk into ruby_1_9_2.
--
* ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.
reported by kuwamoto shintaro in [ruby-dev:42125].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
11:20 AM Revision 76c0f01b (git): merges r29075 from trunk into ruby_1_9_2.
--
* backport r29071 from ruby_1_8;
* ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean
encoding issue for OpenSSL 1.0.0 compatibility.
ASN1::Boolean.new(false).to_der wrongly gener...
yugui (Yuki Sonoda)
11:19 AM Revision 6f52fccb (git): merges r29076 from trunk into ruby_1_9_2.
--
* common.mk (version.o): depends on both of version.h and
include/ruby/version.h. [ruby-dev:42063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
11:15 AM Revision 63beea62 (git): * 2010-10-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:15 AM Revision 9f3d470e (git): merges r29074 from trunk into ruby_1_9_2.
--
* re.c (rb_reg_search): fix: 4th argument should be regexp
object. patched by shintaro kuwamoto [ruby-dev:41667] #3459
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)

10/01/2010

01:41 PM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは

>  この問題に関しては、まさに native_thread_yield() の実装というか、その
> 辺の実装(GVLの受け渡しの実装)の問題として、既知のものです

なるほど了解です。

ついでですが、
http://redmine.ruby-lang.org/issues/show/2359
も同じ原因のような気がします

--
kuwamoto
=end
beuniv (shintaro kuwamoto)
10:02 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
笹田さんが把握してて直す気もあるということなのでアサインしておきますね。
=end
usa (Usaku NAKAMURA)
01:57 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
 ささだです。

(2010/09/30 12:48), kuwamoto shintaro wrote:
> コア数のようですね。Corei7 940 HT有りで見かけ上8コアで動かしてます。
> affinity maskを設定して動かすと3コアぐらいから競合が増えているように見えます。
> 時間は結構ぶれがあるので参考程度です。
...
> 今のところ複数コアでもあまりうれしくないので、常に1コアでもいいのかなあ。
> native...
ko1 (Koichi Sasada)
08:04 AM Revision 0b1bccdb (git): * 2010-10-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:04 AM Revision 43ce320c (git): * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):
My machine fails this test at this line, saying 503 service unavailable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
07:54 AM Revision b5dde871 (git): * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of
obsolete and deprecated Config.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:13 AM Revision 7b1b979b (git): * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.
backport r11362 from trunk. [ruby-core:31445]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:09 AM Revision 503c0d15 (git): * 2010-10-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:09 AM Revision be8bdd3c (git): * ext/-test-/threadswitch/threadswitch_hook.c (event_hook,
threadswitch_event_hook, restore_hook, threadswitch_hook): use
rb_thread_current() instead of rb_curr_thread->thread, because
the latter is not a public interface. this change fixes build
problem on Windows.
git-svn-id: svn+ssh:/...
U.Nakamura

09/30/2010

08:49 PM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは。

コア数のようですね。Corei7 940 HT有りで見かけ上8コアで動かしてます。
affinity maskを設定して動かすと3コアぐらいから競合が増えているように見えます。
時間は結構ぶれがあるので参考程度です。

>start /affinity 0x1 .\ruby.exe a.rb
>start /affinity 0x3 .\ruby.exe a.rb
>start /affinity 0x7 .\ruby.e...
beuniv (shintaro kuwamoto)
10:18 AM Bug #3890 (Assigned): ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin

=end
usa (Usaku NAKAMURA)
09:42 AM Bug #3890 (Closed): ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは、なかむら(う)です。
とりあえずチケット化するために全文引用します。
遅いのはfeatureかbugか... bugでいいか。

ちなみに
ruby 1.9.3dev (2010-09-30 trunk 29375) [i386-mswin32]
では再現していません。
x64版固有とかCPUコア数とかと関係するとかですかね。

In message "[ruby-dev:42310] ビジースレッドが...
usa (Usaku NAKAMURA)
04:54 PM Bug #3892 (Closed): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
=begin
ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じになっています。
=end
okkez (okkez _)
04:17 PM Bug #3891 (Closed): Unexpected result of ENV[""] on Windows
=begin
This issue was solved with changeset r29378.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
usa (Usaku NAKAMURA)
03:30 PM Bug #3891 (Closed): Unexpected result of ENV[""] on Windows
=begin
I noticed that ENV[""] returns "::=::\\" on Windows.

This bug exists almost all versions of ruby from 1.8.x to 1.9.x

C:\>ruby -ve 'p ENV[""]'
ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32]
"::=::\\"

C:\w...
phasis68 (Heesob Park)
02:17 PM Revision b602f651 (git): * parse.y (command_asgn): allow command_call to be right hand side
expression of chained assignment. [ruby-dev:42313]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
11:07 AM Bug #3825 (Closed): ENV.delete raise Exception on Windows
=begin
This issue was solved with changeset r29377.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
usa (Usaku NAKAMURA)
10:58 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
Hello,

In message "[ruby-core:32647] Re: [Ruby 1.9-Bug#3825] ENV.delete raise Exception on Windows"
on Sep.30,2010 10:31:34, <phasis@gmail.com> wrote:
> Yes, it occur in trunk on Windows XP. I know it does not occur on W...
usa (Usaku NAKAMURA)
10:32 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
2010/9/30 Usaku NAKAMURA <redmine@ruby-lang.org>:
> Issue #3825 has been updated by Usaku NAKAMURA.
>
>
> Does this occur in trunk?
> Though I cannot reproduce.

Yes, it occur in trunk on Windows XP. I know it does not occ...
phasis68 (Heesob Park)
10:23 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
Does this occur in trunk?
Though I cannot reproduce.
=end
usa (Usaku NAKAMURA)
09:37 AM Bug #3886 (Closed): cannot list the pathname of my own modules in backtrace on mswin64
=begin
This issue was solved with changeset r29374.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
usa (Usaku NAKAMURA)
07:12 AM Revision 1fcb7a5e (git): * win32/win32.c (rb_w32_getenv): should return NULL if specified name
is empty. a patch from Heesob Park at [ruby-core:32650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:57 AM Revision 85bcd258 (git): * hash.c (ruby_setenv): workaround for old Windows. a patch from
Heesob Park. [ruby-core:32353]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:58 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
One thing I forgot to mention.

If the revisions I've mentioned above are backported to 1.9.2 (which seems is been prepared for another release) these will break compilation of RubyInstaller packages.

Thank you.
=end
luislavena (Luis Lavena)
12:56 AM Bug #3889 (Closed): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Hello,

*-w64-mingw32 repesent the GCC compilers and headers by mingw-w64 project:

http://mingw-w64.sf.net/

This project provides compilers in 2 architectures: i686 for 32bits and x86_64 for 64bits Windows.

The...
luislavena (Luis Lavena)
12:48 AM Revision c4087bcb (git): * lib/uri/common.rb (URI.encode_www_form): change treatment of
undefined value in given array as latest internet draft for
application/www-form-urlencoded.
http://tools.ietf.org/html/draft-hoehrmann-urlencoded-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29376 b2dd03c8-39d4-4d8f-98ff-82...
naruse (Yui NARUSE)
12:35 AM Revision 652ab6d3 (git): * 2010-09-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:35 AM Revision 02a0e528 (git): * vm_dump.c (dump_thread): fixed wrong type of return value of
SymGetModuleBase64(). [ruby-dev:42306]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:32 AM Feature #3888 (Closed): configure.in compatibility with autoconf 2.68
=begin
MacPorts just updated to autoconf to version 2.68:

autoconf (GNU Autoconf) 2.68

And now Ruby trunk at r 29366 is alerting some AC warnings:

luislavena (Luis Lavena)
 

Also available in: Atom