Project

General

Profile

Activity

From 02/07/2010 to 02/13/2010

02/13/2010

09:50 PM Bug #2743 (Closed): incorrect checksum for freed object
=begin
Executing following comamnd dumps core in r26632 and later.

r26630
$ ./ruby -I. -I./lib -I./.ext/x86_...
sakuro (Sakuro OZAWA)
08:59 PM Feature #2740: Extend const_missing to pass in the nesting
Hi,
2010/2/13 Yehuda Katz <[email protected]>:
> > 1. It changes the const_missing API, breaking code. It wou...
mame (Yusuke Endoh)
05:41 PM Feature #2740: Extend const_missing to pass in the nesting
Hi,
At Fri, 12 Feb 2010 11:15:14 +0900,
Yehuda Katz wrote in [ruby-core:28154]:
> ```ruby
> class Foo::Bar
> ...
nobu (Nobuyoshi Nakada)
08:53 AM Feature #2740: Extend const_missing to pass in the nesting
> Interesting idea. However, I see two problems with the proposal:
> 1. It changes the `const_missing` API, breaki...
wycats (Yehuda Katz)
02:14 AM Feature #2740: Extend const_missing to pass in the nesting
Interesting idea. However, I see two problems with the proposal:
1. It changes the const_missing API, breaking cod...
murphy (Kornelius Kalnbach)
07:45 PM Revision 27e492be (git): * marshal.c (r_object0): register regexp object before encoding
name. [ruby-dev:40414]
* re.c (rb_reg_alloc, rb_reg_init_str): split from rb_reg_new_str.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
07:31 PM Revision be019705 (git): * re.c (match_aref): fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:11 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Hi,

In message "Re: [ruby-core:28130] [Feature #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 10...
matz (Yukihiro Matsumoto)
02:06 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
2010年2月11日15:24 Yusuke Endoh <[email protected]>:
> チケット #2516 が更新されました。 (by Yusuke Endoh)
>
>
> 遠藤です...
kosaki (Motohiro KOSAKI)
12:32 PM Bug #2742: IO#read/gets can be very slow in doze
=begin
This seems to help, though I'm not sure if it's the best way.


Index: io.c
=========================...
rogerdpack (Roger Pack)
09:03 AM Bug #2742 (Closed): IO#read/gets can be very slow in doze
=begin
this code

n = 100 * 1000 * 1000
puts "writing"
File.open("foo", 'wb'){|f| f.write(" " * n) }
puts ...
rogerdpack (Roger Pack)
11:19 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月13日10:40 Tanaka Akira <[email protected]>:
> 2010年2月13日10:31 Yusuke ENDOH <[email protected]>:
>> こ...
mame (Yusuke Endoh)
10:32 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月12日22:32 Yusuke ENDOH <[email protected]>:
> 2010年2月11日19:08 Yusuke ENDOH <[email protected]>:
>>...
mame (Yusuke Endoh)
08:08 AM Revision 5d325e6a (git): * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.
[ruby-core:28128]
* array.c (rb_ary_compact_bang): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26659 b...
matz (Yukihiro Matsumoto)
06:03 AM Revision c1ad9a5f (git): * marshal.c (id2encidx): duplicated entry for encoding name.
[ruby-dev:40388]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
04:30 AM Revision 2ce74403 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:20 AM Revision d6fb854e (git): * lib/tempfile.rb (Tempfile::Remover): new class to replace
Tempfile.callback. port r24902 from Ruby 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26656 b2dd03c8-39d...
akr (Akira Tanaka)

02/12/2010

10:32 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月11日19:08 Yusuke ENDOH <[email protected]>:
>> 以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。
*snip*
> G...
mame (Yusuke Endoh)
04:18 PM Revision 3f9bc1fd (git): * 2010-02-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:18 PM Revision 3c529cf5 (git): fix a test for Debian GNU/Linux squeeze (armel)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:02 PM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
=begin
Nobu: I want system "fail" and system "''fail" to behave identically - printing error message when command fa...
taw (Tomasz Wegrzanowski)
12:25 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月12日9:39 Takahiro Kambe <[email protected]>:
>> EFAULT ってどのくらいあてになるんでしょうね。read 発行直後はちゃんと
...
mame (Yusuke Endoh)
09:39 AM Bug #2712: TCPServer#gets gets stuck
=begin
おはようございます。

In message <[email protected]>
on Thu, 11 Feb 2010 ...
taca (Takahiro Kambe)
11:24 AM Bug #2733 (Assigned): rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin

=end
naruse (Yui NARUSE)
11:23 AM Feature #2740 (Assigned): Extend const_missing to pass in the nesting
naruse (Yui NARUSE)
11:14 AM Feature #2740 (Closed): Extend const_missing to pass in the nesting
=begin
At the moment, it is impossible for const_missing to differentiate between these cases:

class Foo::...
wycats (Yehuda Katz)
11:20 AM Feature #2713 (Assigned): Rdoc: rdoc/usage missing in Ruby 1.9
=begin

=end
naruse (Yui NARUSE)
11:19 AM Bug #2717 (Assigned): Requiring rubygems/specification causes tons of warnings for NoMethodError
=begin

=end
naruse (Yui NARUSE)
11:17 AM Bug #2721 (Feedback): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)
08:55 AM Revision 49f62d73 (git): * vm.c (thread_free): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

02/11/2010

11:01 PM Bug #2733: rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
>> 個人的には切り捨てがわかりやすいのでそれでいいと思いますが、変える
>> なら変えてもらっても構わないです。rubyspec 側を修正します。
>
> 仕掛けがわかりやすいからといって結果がわかりやすいかと...
kosaki (Motohiro KOSAKI)
09:58 PM Bug #2733: rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
遠藤です。

2010年2月11日21:36 Tanaka Akira <[email protected]>:
> 2010年2月11日2:58 Yusuke ENDOH <[email protected]>:
>>
>...
mame (Yusuke Endoh)
02:58 AM Bug #2733 (Rejected): rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
akr さん
遠藤です。

Evan Phoenix と Time の挙動について相談した上で Time について一応の
確認です。


- 1.8 の Time#+ は usec で四捨五...
mame (Yusuke Endoh)
09:54 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
遠藤です。

2010年2月9日21:42 Yusuke ENDOH <[email protected]>:
> このパッチを commit + push していただけますか?
> お忙しいようなら、許可さえもらえ...
mame (Yusuke Endoh)
08:44 PM Bug #2712: TCPServer#gets gets stuck
=begin
kosakiです。

>>> やるとしたら、io_read の中の READ_CHECK の直後だけでチェックしても
>>> だめで、buffer string に書こうとする直前で毎回チェックする必要が
>>...
kosaki (Motohiro KOSAKI)
06:36 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月11日17:35 Tanaka Akira <[email protected]>:
> 2010年2月11日17:14 Yusuke ENDOH <[email protected]>:
>
>...
mame (Yusuke Endoh)
05:34 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

連投すみません。

2010年2月11日17:14 Yusuke ENDOH <[email protected]>:
> - read にバッファを明示して待ち状態にし、
> - read 分に満...
mame (Yusuke Endoh)
05:14 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月11日16:46 Tanaka Akira <[email protected]>:
> 2010年2月9日22:23 Yusuke ENDOH <[email protected]>:
>>
>...
mame (Yusuke Endoh)
07:27 PM Bug #2735 (Closed): miniruby make failed on powerpc-darwin9.8.0
=begin
This issue was solved with changeset r26643.
Kazuhiro, thank you for reporting this issue.
Your contributio...
Anonymous
07:18 PM Bug #2735 (Closed): miniruby make failed on powerpc-darwin9.8.0
=begin
powerpc の Mac OS X で miniruby の make に失敗します。

IRC で教えてもらった話だと r26401 での修正漏れで missing/alloca.c の
RUBY_LI...
znz (Kazuhiro NISHIYAMA)
07:08 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月11日0:29 Yusuke ENDOH <[email protected]>:
> 以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。
>
>
> $ ./...
mame (Yusuke Endoh)
02:13 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin

=end
nobu (Nobuyoshi Nakada)
12:29 AM Bug #2732 (Closed): rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
なかださんかまつもとさん
遠藤です。

以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。


$ ./ruby -ve '
obj = "test"
...
mame (Yusuke Endoh)
05:38 PM Revision 0d10b774 (git): * 2010-02-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:38 PM Revision e1d9adcc (git): Fri Feb 12 02:27:39 2010 Akinori MUSHA <[email protected]>
* lib/set.rb (Set#initialize, Set#replace, Set#merge)
(Set#subtract, Set#&): Fix duck type tests. [ruby-cor...
Akinori MUSHA
03:24 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
遠藤です。

IO#reopen について調べているのですが、さっぱりわかりません。


$ cat foo.txt
1
2
3

# 1.8: 途中位置の ...
mame (Yusuke Endoh)
01:59 PM Revision 36ff3204 (git): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:30 PM Revision 1ad8521d (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:45 AM Revision a3742530 (git): * io.c (rb_io_modenum_mode): return "r" for O_RDONLY|O_APPEND.
[ruby-dev:40379]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26645 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)
11:45 AM Revision c09bcd35 (git): * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.
[ruby-dev:40379]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
10:20 AM Revision e95a439c (git): * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:52 AM Revision 485c571b (git): * vm.c (vm_exec): reset thread state before restarting vm loop
from catch scope. [ruby-core:28129], [ruby-core:28143]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26642 b2d...
nobu (Nobuyoshi Nakada)
07:31 AM Revision aeed74a6 (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:43 AM Revision 87fb6fbc (git): * marshal.c (r_object0): replace non-1.8 escapes directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:37 AM Revision 50bf2e55 (git): * marshal.c (r_object0): read sequentially since marshal source
may not be possible to rewind. [ruby-dev:40386]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26639 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
03:03 AM Feature #2366: private constant
=begin
咳さん
遠藤です。

2010年2月10日18:22 Masatoshi SEKI <[email protected]>:
>> eval するような spec に書きなおして見ました。
>>...
mame (Yusuke Endoh)
01:31 AM Revision ebf65d90 (git): describe the reporter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:31 AM Revision d61a3052 (git): describe the reporter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:29 AM Revision 3406858d (git): * lib/resolv.rb: fix [ruby-core:28144].
(Resolv::DNS#make_requester): pass nameserver_port to
UnconnectedUDP.new.
(Resolv::DNS.bind_random_port): change ...
akr (Akira Tanaka)
01:29 AM Revision d3004ccf (git): * lib/resolv.rb: fix [ruby-core:28144].
(Resolv::DNS#make_requester): pass nameserver_port to
UnconnectedUDP.new.
(Resolv::DNS.bind_random_port): change ...
akr (Akira Tanaka)
12:38 AM Revision 9d818adc (git): * 2010-02-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:38 AM Revision 7853515c (git): * lib/resolv.rb: support :nameserver_port option. backport r26230
and r26357 from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26635 b2dd03c8-39d4-4d8f-98ff-82...
akr (Akira Tanaka)

02/10/2010

04:46 PM Revision 9f782768 (git): * 2010-02-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:46 PM Revision e79ad682 (git): * vm.c (vm_exec): temporarily revert r26628, which causes SEGV when
executing rubyspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
04:37 PM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
=begin
This issue was solved with changeset r26632.
Brian, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
09:04 AM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
=begin
Per matz's request in [ruby-core:23714], this ticket is for the methods that are still not raising a RuntimeE...
brixen (Brian Shirai)
03:03 PM Bug #2731 (Rejected): FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
=begin
Trying to copy a file with Ruby:

$ touch source
$ ls destination
ls: destination: No such file or di...
murphy (Kornelius Kalnbach)
07:31 AM Revision f3f43cdb (git): * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),
(rb_ary_insert, rb_ary_replace, rb_ary_concat),
(rb_ary_uniq_bang, rb_ary_flatten_bang): check if frozen after
wr...
nobu (Nobuyoshi Nakada)
04:43 AM Bug #2729: `unexpected break' occurs when a proc is called in ensure
=begin
Hi,

At Wed, 10 Feb 2010 04:36:18 +0900,
Nobuyoshi Nakada wrote in [ruby-core:28132]:
> Bug #2729: `unexp...
nobu (Nobuyoshi Nakada)
04:34 AM Bug #2729 (Closed): `unexpected break' occurs when a proc is called in ensure
=begin
Reproducing code:

class Bug
include Enumerable
def each
begin
yield :fo...
nobu (Nobuyoshi Nakada)
04:05 AM Revision e3c942da (git): * 2010-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:05 AM Revision 255ef3cc (git): * string.c (rb_str_times): backport r15514 to reduce loop
overhead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
02:05 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the bac...
paddor (Patrik Wenger)

02/09/2010

10:37 PM Bug #2712 (Closed): TCPServer#gets gets stuck
=begin
This issue was solved with changeset r26625.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
10:23 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月5日0:18 Yusuke ENDOH <[email protected]>:
> 単一スレッドの状態で TCPServer#gets を呼ぶと Errno::ENOTCONN が
> ...
mame (Yusuke Endoh)
09:56 PM Feature #2366: private constant
=begin
咳さん
遠藤です。

2010年1月30日21:39 Masatoshi SEKI <[email protected]>:
> 時間と元気があるときに、evalするようなテストケースを提案してみ...
mame (Yusuke Endoh)
09:43 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
Yugui さん
遠藤です。

2010年1月30日20:36 Yusuke ENDOH <[email protected]>:
> 2010年1月30日13:52 Yugui (Yuki Sonoda) <yug...
mame (Yusuke Endoh)
07:06 PM Revision 6942afef (git): * 2010-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:06 PM Revision 09205cf2 (git): * vm.c (vm_exec): reset thread state before starting vm loop.
[ruby-core:28129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:06 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
Hi Greg,

Search 'openssl rand_poll heap32nex' and check if your environment
hits the problem or not. You ...
nahi (Hiroshi Nakamura)
02:12 AM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
A common stack:

ntdll.dll!RtlpNtMakeTemporaryKey+0x5866
ntdll.dll!RtlTimeToElapsedTimeFields+0x11922
...
ghazel (Greg Hazel)
02:49 PM Revision 52005323 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
02:30 PM Revision 03ad923c (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.
[ruby-core:17472][ruby-dev:35372][ruby-dev:40105][ruby-dev:40358]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
mame (Yusuke Endoh)
01:27 PM Revision b4f90b23 (git): * io.c (READ_CHECK): do not select fd before reading, that had made
TCPServer#gets stuck. [ruby-dev:40317]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26625 b2dd03c8-39d4-4d8f-9...
mame (Yusuke Endoh)
12:30 PM Revision f2bd9944 (git): * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks
raw text for illegal characters without entity check, for the sake
of 1.8 compatibility. This had caused rubyspec ...
mame (Yusuke Endoh)
12:22 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the backg...
shyouhei (Shyouhei Urabe)
10:18 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Hi,

In message "Re: [ruby-core:28029] [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 3 Feb ...
matz (Yukihiro Matsumoto)
07:29 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Any updates here?
=end
paddor (Patrik Wenger)
04:03 AM Feature #2022: Patch for openssl-1.0
=begin
KOSAKI's patch looks good.
We may be able to commit fixes for tests.
=end
naruse (Yui NARUSE)
03:04 AM Bug #2724 (Third Party's Issue): fork from other than the main thread causes wrong pthread condition on NetBSD
NetBSD 5.0.[01] において、main thread 以外の pthread から fork すると、
pthread とカーネルスレッド (lwp) との関連が壊れるという現象が確認されています。

後...
naruse (Yui NARUSE)

02/08/2010

11:47 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
with mingw 1.9.x

>> Benchmark.realtime { OpenSSL::Random.random_bytes(1) }
=> 0.890625
>> Benchmark...
rogerdpack (Roger Pack)
04:12 PM Bug #2721 (Assigned): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)
03:56 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
I'm on Windows 7. It does not happen on my CentOS box.
=end
ghazel (Greg Hazel)
03:55 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
I can't reproduce this on FreeBSD/Ubuntu.
Anyone can reproduce on some platform?
=end
naruse (Yui NARUSE)
03:35 PM Bug #2721 (Third Party's Issue): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
This seems to be true across 1.8.6, 1.8.7 and even 1.9.1 compiled with either MSVC6 or mingw.

The first ...
ghazel (Greg Hazel)
11:39 PM Bug #2384: mkmf find_executable doesn't find batch files in doze
=begin
Thank you this also allows
Process.spawn 'file.bat'
to work. Sweet.
-=r
=end
rogerdpack (Roger Pack)
03:08 PM Revision b3b3223e (git): * 2010-02-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:08 PM Revision bba5e112 (git): * io.c (rb_io_getline_fast): wrong calculation of new position
from rb_str_coderange_scan_restartable(). [ruby-core:28103]
* io.c (read_all): ditto.
* sprintf.c (rb_str_format):...
matz (Yukihiro Matsumoto)
12:08 PM Revision 7e833da5 (git): * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_id
of IPv6 link local address on OpenSolaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26621 b2dd03c8-39d4-4d...
akr (Akira Tanaka)
07:43 AM Revision a7926bef (git): * object.c (rb_obj_clone): call initialize_clone hook method to
call initialize_copy.
* object.c (rb_obj_dup): call initialize_dup hook.
* lib/delegate.rb (Delegator#initialize_cl...
matz (Yukihiro Matsumoto)
07:28 AM Revision 26051e1d (git): * dmyversion.c: empty load path in miniruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:23 AM Revision ecc77577 (git): * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.
* tool/eval.rb, win32/{mkexports,resource}.rb: miniruby no longer
contains "." in $:.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
01:32 AM Revision 922f3d0b (git): * 2010-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:32 AM Revision 41ec00e0 (git): * configure.in: check pthread_attr_getstack to prevent obsolete
warning for pthread_attr_getstackaddr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26616 b2dd03c8-39d4-4d8f-98...
matz (Yukihiro Matsumoto)

02/07/2010

11:16 PM Feature #2666: ext/curses: improved structure for view2
=begin
Thank you. I'm glad I could help.
Hugh

On Sat, 6 Feb 2010, Shugo Maeda wrote:

> Issue #2666 h...
hgs (Hugh Sasse)
02:13 PM Revision fe0598ac (git): * sample/test.rb: sort files for syntax validataion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:09 PM Revision dd4537ad (git): * bootstraptest/runner.rb: sort test files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:29 AM Revision bd0a3dfd (git): * test/dl/test_handle.rb (test_NEXT): fix for BSD.
Linux and Darwin's RTLD_NEXT searchs second occurrence of the function.
But FreeBSD and NetBSD's RTLD_NEXT searchs in...
naruse (Yui NARUSE)
06:16 AM Bug #1332: Reading file on Windows is 500x slower then with previous Ruby version
Appears that
1) the writes have slowed down, "only" by about 100% (take twice as long to write in ascii 1.9 as in 1...
rogerdpack (Roger Pack)
04:59 AM Revision c93458e0 (git): This even fails.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:55 AM Revision 666409ba (git): * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>
definition at Kernel.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:52 AM Bug #2718 (Closed): DRb mixing up function return values between PIDs after fork()
=begin
The precise details are in the attached test case, but the basic version goes as such: Child pid 1 calls met...
rhythmx (Sean Bradly)
01:46 AM Bug #2717: Requiring rubygems/specification causes tons of warnings for NoMethodError
=begin
fyi, this is a clean install (configure && make && sudo make install) and rubygems-update 1.3.5 is *not* inst...
sakuro (Sakuro OZAWA)
01:42 AM Bug #2717 (Closed): Requiring rubygems/specification causes tons of warnings for NoMethodError
=begin
Strictly speaking this is a third party issue and already reported as
http://rubyforge.org/tracker/index.p...
sakuro (Sakuro OZAWA)
12:27 AM Feature #2693 (Closed): unfriendly exception when command executed for Net::FTP which is not connected
=begin
This issue was solved with changeset r26605.
Yuki, thank you for reporting this issue.
Your contribution to...
shugo (Shugo Maeda)
 

Also available in: Atom