Project

General

Profile

Activity

From 06/19/2011 to 06/25/2011

06/25/2011

11:28 PM Bug #4072 (Closed): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
This issue was solved with changeset r32226.
三村, thank you for reporting this issue.
Your contribution to Ruby is gre...
nagachika (Tomoyuki Chikanaga)
10:23 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
まつもと ゆきひろです

In message "Re: [ruby-dev:43895] [Ruby 1.9 - Bug #4072][Assigned] dRubyで作成したサーバプログラムがsleepしていてもexit...
matz (Yukihiro Matsumoto)
10:23 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
まつもと ゆきひろです

In message "Re: [ruby-dev:43895] [Ruby 1.9 - Bug #4072][Assigned] dRubyで作成したサーバプログラムがsleepしていてもexit...
matz (Yukihiro Matsumoto)
09:53 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
> 遠藤です。
>
> 2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
>> ところで、話は変わるのですが thread.stopも p...
kosaki (Motohiro KOSAKI)
09:53 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
> 遠藤です。
>
> 2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
>> ところで、話は変わるのですが thread.stopも p...
kosaki (Motohiro KOSAKI)
09:20 AM Bug #4072 (Assigned): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
kosakiです
unblock functionはGVL持たずに呼ばれるので、そこがthread stateによって挙動を変えていたら「死ねばいいのに」レベルだと思っています。よってわたし的にはこのパッチはOK。
ただI...
kosaki (Motohiro KOSAKI)
10:00 PM Bug #4881: super() in define_method which returns proc causes SEGV
Hi,
Thank you for your reporting.
This issue seems similar to #2420 and #3136 .
According to discussion in #3136...
nagachika (Tomoyuki Chikanaga)
08:10 PM Feature #4893: Literal Instantiation breaks Object Model
Yukihiro Matsumoto wrote:
> Your request has been too vague for me. Your definition of terms such as "object model"...
lazaridis.com (Lazaridis Ilias)
06:24 PM Bug #4920 (Closed): Process.daemon()呼び出しによりタイマースレッドが2つ出来てしまう
fixed by r32221.
kosaki (Motohiro KOSAKI)
04:03 PM Revision 3380f2ff (git): * ext/date/date_core.c (date_strftime_internal): removed meaningless braces.
* ext/date/date_core.c (gengo): the value should be int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32229 b2...
Tadayoshi Funaba
03:51 PM Bug #3137: complex.rb changes exceptions of Math
r32055 の修正だと、CMath.#log で底に数値以外を与える場合に Math.#log のように TypeError が発生しませんでした。
CMath.log(8, "2") # => ArgumentError
sho-h (Sho Hashimoto)
03:05 PM Revision 64fd7d87 (git): * 2011-06-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:05 PM Revision 9c931b85 (git): * vm_insnhelper.c (vm_search_superclass): avoid control frame
stack overrun. currently super() in Proc created in a method
defined by Module#define_method raise NoMethodError. [...
nagachika (Tomoyuki Chikanaga)
02:28 PM Revision fb72e453 (git): * thread.c (sleep_forever): now Kernel#sleep don't wakeup by
signal handler execution. [Bug #4072]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32226 b2dd03c8-39d4-4d8f-98f...
nagachika (Tomoyuki Chikanaga)
02:21 PM Revision 1a196574 (git): * thread.c (rb_threadptr_check_signal): remove unnecessary th->status
backup. fix race condition which may results unexpected main thread's
status transition. see #4072
git-svn-id: svn...
nagachika (Tomoyuki Chikanaga)
01:01 PM Bug #4925 (Rejected): Infinite recursion allowed in rescue clause
The issue pertains to the following example:
def a
b
rescue NameError
a
end
a
The type of exception ra...
wuputah (Jonathan Dance)
09:20 AM Revision eae50817 (git): * 2011-06-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:20 AM Revision d5448b8e (git): * ChangeLog: fix some typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)

06/24/2011

11:10 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
> RUBY_VM_CHECK_INTS() を抜けた後で th->status が THREAD_RUNNABLE になっていることがあるようで
この原因は rb_threadptr_check_signal() でタイマースレッ...
nagachika (Tomoyuki Chikanaga)
10:29 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
遠藤です。

2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
> ところで、話は変わるのですが thread.stopも process...
mame (Yusuke Endoh)
10:29 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
遠藤です。

2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
> ところで、話は変わるのですが thread.stopも process...
mame (Yusuke Endoh)
09:00 PM Bug #4072 (Open): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
すみません、調査不足でした。再度 open します。
kosaki さんのご指摘の通り引数なしの Kernel#sleep がシグナルによって起きてしまうという問題は残っていました。 trunk で以下のように空のシグナルハンドラを...
nagachika (Tomoyuki Chikanaga)
01:53 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
何度もすみません。SIG_DFL じゃなくて SIG_IGN ですね。
あと引数なしの sleep の場合は sleep_forever() で眠りますが、こちらは deadlockable 引数が 0 だと while の条件...
nagachika (Tomoyuki Chikanaga)
01:28 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
そうですね、EINTR でのリトライじゃなく SIGPIPE が SIG_DFL になったことの影響かもしれません。
nagachika (Tomoyuki Chikanaga)
12:33 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
いま、Macのpthread_cond_wait()見てるんですが、
http://www.opensource.apple.com/source/Libc/Libc-594.9.4/pthreads/pthread_cond....
kosaki (Motohiro KOSAKI)
10:04 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
I played around a bit and it seems like this could be some kind of race condition.
At first I thought that the custo...
MartinBosslet (Martin Bosslet)
04:42 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
Strange. I tried with 0.9.8r, couldn't reproduce it. Then I tried with 1.0.0d, again the tests succeeded. It is only ... MartinBosslet (Martin Bosslet)
09:40 PM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
Hiroshi NAKAMURA wrote:
> Martin Bosslet wrote:
> > The missing ASN1_put_eoc is not the only problem with OpenSSL 0...
MartinBosslet (Martin Bosslet)
07:09 PM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
Martin Bosslet wrote:
> The missing ASN1_put_eoc is not the only problem with OpenSSL 0.9.7, unfortunately. ASN1_put...
nahi (Hiroshi Nakamura)
04:09 AM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
The missing ASN1_put_eoc is not the only problem with OpenSSL 0.9.7, unfortunately. ASN1_put_object and ASN1_object_s... MartinBosslet (Martin Bosslet)
09:25 PM Bug #4922 (Closed): Bug in Webrick httprequest.rb using multiple proxies and fix
I close it since I replied to the original reporter at ruby-core. nahi (Hiroshi Nakamura)
04:10 PM Bug #4237 (Closed): SSL_shutdown should be called until it returns 0
Hi,
On Fri, Jun 24, 2011 at 02:13, Aaron Patterson <[email protected]> wrote:
>> And the second part, ca...
nahi (Hiroshi Nakamura)
02:23 AM Bug #4237: SSL_shutdown should be called until it returns 0
On Thu, Jun 23, 2011 at 02:27:41PM +0900, Hiroshi NAKAMURA wrote:
>
> Issue #4237 has been updated by Hiroshi NAK...
tenderlovemaking (Aaron Patterson)
12:09 PM Feature #4924 (Assigned): mkmf have_header fails with C++ headers
=begin
When a user calls (({have_header('some_cpp_header.h')})), and then header includes a line such as(({ #include...
adgar (Michael Edgar)
11:05 AM Revision 635d13a8 (git): * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request
header failed when the request is from 2 or more Apache reverse
proxies. It's said that all X-Forwarded-* headers w...
Hiroshi Nakamura
08:06 AM Revision 706335aa (git): * process.c (proc_daemon): should not start timer thread
twice. fixed Bug#4920.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:06 AM Revision dd91beb3 (git): * Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
07:01 AM Revision 369b0950 (git): * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL
connection more gracefully. Call SSL_shutdown() max 4 times until it
returns 1 (success). Bi-directional SSL close ...
Hiroshi Nakamura
03:59 AM Feature #4917: `NilClass#to_ary`
(2011/06/24 1:00), Benoit Daloze wrote:
> On 22 June 2011 19:55, Marc-Andre Lafortune <[email protected]> wr...
naruse (Yui NARUSE)
01:23 AM Feature #4917: `NilClass#to_ary`
On 22 June 2011 19:55, Marc-Andre Lafortune <[email protected]> wrote:
> The method `to_ary` is for classes ...
Eregon (Benoit Daloze)
12:25 AM Feature #4910: Classes as factories
Charles Nutter wrote:
> I'm not sure I agree with adding `to_proc` to `Class` instances, since it seems questionable...
rklemme (Robert Klemme)
12:12 AM Feature #1031: -U オプションの説明が --help にない
とりあえずFeatureに移動しますかね naruse (Yui NARUSE)

06/23/2011

11:54 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
Hiroshi NAKAMURA wrote:
> Aaaaarhg! Sorry, 2**31 is not in a signed long value. Miserable me...
> Fixed at r322...
MartinBosslet (Martin Bosslet)
10:23 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
2011/6/23 Martin Boßlet <[email protected]>:
>> I modified it a little at r32211.
>
> This gives me:...
nahi (Hiroshi Nakamura)
10:23 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
2011/6/23 Martin Boßlet <[email protected]>:
>> I modified it a little at r32211.
>
> This gives me:...
nahi (Hiroshi Nakamura)
07:59 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
2011/6/23 Hiroshi Nakamura <[email protected]>:
> 報告ありがとうございます。32bit環境で落ちるとか考えてませんでした。。。
> Thanks for the repor...
MartinBosslet (Martin Bosslet)
07:59 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
2011/6/23 Hiroshi Nakamura <[email protected]>:
> 報告ありがとうございます。32bit環境で落ちるとか考えてませんでした。。。
> Thanks for the repor...
MartinBosslet (Martin Bosslet)
07:53 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
報告ありがとうございます。32bit環境で落ちるとか考えてませんでした。。。
Thanks for the report. I was not aware that the code has 64bit dependency.....
nahi (Hiroshi Nakamura)
07:53 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
報告ありがとうございます。32bit環境で落ちるとか考えてませんでした。。。
Thanks for the report. I was not aware that the code has 64bit dependency.....
nahi (Hiroshi Nakamura)
11:48 PM Bug #4923 (Closed): [ext/openssl] test_ssl.rb: test_client_auth fails
Hi,
I was finally able to reproduce this with Fedora 15 32 bit, OpenSSL 1.0.0d.
The error occurs only when runn...
MartinBosslet (Martin Bosslet)
11:28 PM Bug #4072 (Closed): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
これですがおそらく r31482 のあたりで native_cond_wait() が EINTR でリトライするようになったので
直っているのではないかと思います。
手元では ruby 1.9.2dev (2010-05-10 ...
nagachika (Tomoyuki Chikanaga)
11:04 PM Feature #4805 (Closed): Add X509::Name#hash_old for 0.9.X compat
On Thu, Jun 23, 2011 at 20:54, Martin Bosslet <[email protected]> wrote:
>>  For that purpose, algorithm...
nahi (Hiroshi Nakamura)
08:53 PM Feature #4805: Add X509::Name#hash_old for 0.9.X compat
Hiroshi NAKAMURA wrote:
> They're using the hash of name for c_rehash. You see files something
> like hex encod...
MartinBosslet (Martin Bosslet)
10:24 PM Revision ea9c30be (git): * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rb
* bin/rake: Import bin/rake from 0.9.2
* tool/rbinstall.rb (install): Rake::VERSION is now in
lib...
drbrain (Eric Hodel)
10:11 PM Revision d001539a (git): * lib/rake: Import Rake 0.9.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
09:04 PM Feature #4918 (Closed): Make all core tests inherit from Test::Unit::TestCase
Benoit Daloze wrote:
> A quick `ack -l --invert-file-match -G 'rdoc|rubygems' MiniTest test` gives:
> test/benc...
MartinBosslet (Martin Bosslet)
03:29 AM Feature #4918: Make all core tests inherit from Test::Unit::TestCase
On Jun 22, 2011, at 5:41 AM, Benoit Daloze wrote:
> On 22 June 2011 07:46, Martin Bosslet <Martin.Bosslet@googlemai...
drbrain (Eric Hodel)
08:36 PM Bug #4418: OpenSSL::PKey::DH#public_key
Hiroshi NAKAMURA wrote:
> I agree with DH interface is confusing.
Adding to the confusion is that DH implements t...
MartinBosslet (Martin Bosslet)
07:55 PM Bug #4579: SecureRandom + OpenSSL may repeat with fork
I don't understand why /dev/urandom fallback should be removed.
Is your reason the "theoretically vulnerable to a ...
akr (Akira Tanaka)
03:53 PM Bug #4579: SecureRandom + OpenSSL may repeat with fork
Hi,

On Thu, Jun 23, 2011 at 08:15, Akira Tanaka <[email protected]> wrote:
>> We should avoid using
>> /dev/uran...
nahi (Hiroshi Nakamura)
08:13 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
NaHi:
> We should avoid using
> /dev/urandom every time on the env w/o OpenSSL in the future.
I'd like to say "P...
akr (Akira Tanaka)
07:53 PM Bug #3924: Performance bug (in require?)
Hi,

2011/6/20 Jarosław Skrzypek <[email protected]>:
> You might be also interested in my very short patc...
nahi (Hiroshi Nakamura)
12:53 PM Bug #3924: Performance bug (in require?)
Hi,

2011/6/23 Hiroshi Nakamura <[email protected]>:
> Anyone can imagine a downside of this? It could not wo...
mame (Yusuke Endoh)
12:23 PM Bug #3924: Performance bug (in require?)
Hi all,

On Wed, Jun 1, 2011 at 09:14, Urabe Shyouhei <[email protected]> wrote:
>> This process creates man...
nahi (Hiroshi Nakamura)
05:11 PM Bug #4922: Bug in Webrick httprequest.rb using multiple proxies and fix
See also: 'Reverse Proxy Request Headers' in http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
Be careful w...
nahi (Hiroshi Nakamura)
05:09 PM Bug #4922 (Closed): Bug in Webrick httprequest.rb using multiple proxies and fix
(From [ruby-core:33872])
Hi.
This is my first post to this mailing list, so please tell me, if I posted this th...
nahi (Hiroshi Nakamura)
04:58 PM Bug #4841: WEBrick threading leads to infinite loop
I guess that WEBrick::Server#{start,stop,shutdown} is not designed to be thread-safe and there's no simple fix for yo... nahi (Hiroshi Nakamura)
03:54 PM Bug #4920: Process.daemon()呼び出しによりタイマースレッドが2つ出来てしまう
直接の原因はこのコミットのようです。
commit afbd5661a0ca041ac818c9e5732911c5db21c9f9
Author: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-8...
kosaki (Motohiro KOSAKI)
03:53 PM Bug #3866: Multipart Form Parsing bug
I take this since Fujioka-san must be busy for the meanwhile.
Can somebody point the new location of http://dev.ru...
nahi (Hiroshi Nakamura)
03:45 PM Revision 3fbc9440 (git): * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of month.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:20 PM Feature #4824: Provide method Kernel#executed?
The sentence "defines" essentially the terminology:
Yukihiro Matsumoto wrote:
> I agree providing a method to tel...
lazaridis.com (Lazaridis Ilias)
03:15 PM Revision 838af29c (git): * 2011-06-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:15 PM Revision 2e83b823 (git): * ext/date/date_core.c: trivial changes on text.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:27 PM Bug #4237: SSL_shutdown should be called until it returns 0
Thanks for the explanation. I think r30294 (fix for lib/net/smtp.rb) is good. It solved the original problem, right? ... nahi (Hiroshi Nakamura)
12:29 AM Bug #4237: SSL_shutdown should be called until it returns 0
On Wed, Jun 22, 2011 at 11:08:08PM +0900, Hiroshi NAKAMURA wrote:
>
> Issue #4237 has been updated by Hiroshi NAK...
tenderlovemaking (Aaron Patterson)
01:56 PM Feature #4921: Remove intern.h
なるほど。
ファイルを削除してしまうと問題があるケースもありえなくはないので、
実際にはruby.hをincludeするだけのファイルにする等を考えています。
naruse (Yui NARUSE)
11:13 AM Feature #4921: Remove intern.h
intern.hは「RubyインタプリタAPI(ruby.h)ではない、メソッド実装とその周辺関数だが、他のファイルから参照されている関数」プロトタイプのために用意したヘッダでした。なし崩し的に公開APIっぽくなりましたが。なくすぶん... matz (Yukihiro Matsumoto)
08:15 AM Feature #4921 (Rejected): Remove intern.h
まず、intern.h って何者なんでしょう。
推測としては internal の意だと思うんですが、その場合 include/ruby にいるのは
よろしくないですし、一方で公開 API っぽいのが名実ともに多い気がします。
...
naruse (Yui NARUSE)
01:51 PM Revision bf2e60cd (git): * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper
for X509_NAME_hash_old in OpenSSL 1.0.0. See #4805
* test/openssl/test_x509name.rb (test_hash): Make test pass with
...
Hiroshi Nakamura
01:14 PM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
r32192 is a fix for No.1. User can set HTTPResponse#chunked = true but it might not be a choice (Some client does not... nahi (Hiroshi Nakamura)
01:03 PM Revision 3e01a8d5 (git): * test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not in
a signed long in 32bit long env.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32212 b2dd03c8-39d4-4d8f-98ff-82...
Hiroshi Nakamura
12:41 PM Bug #4658: Minitest - invalid return code when using MiniTest::Unit.after_tests
Just in case a repro comes up, the above code doesn't cover all cases correctly. I'm currently going with:
sta...
zenspider (Ryan Davis)
10:36 AM Revision 544daf1f (git): * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check
argument type with NUM2LONG if the arg is not a Time object.
See #4919.
* ext/openssl/ossl_ssl_session.c (ossl_ssl...
Hiroshi Nakamura
09:44 AM Revision 9fe3a7c2 (git): * 2011-06-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@32210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:44 AM Revision 2f50fc74 (git): backported r26281 from ruby_1_8
* lib/webrick/accesslog.rb (WEBrick::AccessLog.format): log parameter
embedding did not work. See #4913.
* test/we...
Hiroshi Nakamura
09:20 AM Revision a02504ba (git): * ChangeLog: Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
07:34 AM Feature #4917: `NilClass#to_ary`
Perhaps if an optimization is needed, it could just be adding a nil check to Kernel#Array. headius (Charles Nutter)
02:55 AM Feature #4917 (Rejected): `NilClass#to_ary`
The method `to_ary` is for classes that can be implicitly converted to an Array. This doesn't apply to NilClass.
I...
marcandre (Marc-Andre Lafortune)
07:22 AM Revision 45f164ea (git): * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
04:33 AM Revision b9cbe522 (git): * 2011-06-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:33 AM Revision e6f4c92f (git): * signal.c(ruby_atomic_exchange): Fix definement style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
02:12 AM Feature #4910: Classes as factories
I'm not sure I agree with adding `to_proc` to `Class` instances, since it seems questionable that `#new` is what you'... headius (Charles Nutter)

06/22/2011

11:08 PM Bug #4237: SSL_shutdown should be called until it returns 0
Aaron, I'm sorry for late response, but can you point the original report of this issue? The link 'http://intertwingl... nahi (Hiroshi Nakamura)
10:53 PM Bug #4416 (Closed): OpenSSL::SSL::Session#session_new_cb
r32204で、ご提案いただいたとおりの修正を入れました。Rubyオブジェクトからの参照があり、OpenSSLに何を返しても、session_new_cbに渡されたセッションはクリアされないのですから、0や1を返し分けても無意味、なの... nahi (Hiroshi Nakamura)
05:21 PM Bug #4416: OpenSSL::SSL::Session#session_new_cb
この参照追加はRubyオブジェクトからの参照で、Rubyオブジェクトの開放時にSSL_SESSION_freeを呼ぶために必要なんですが、逆に0(Rubyレベルでfalse)を返したときのOpenSSLの挙動がよくわかりませんね。。。... nahi (Hiroshi Nakamura)
10:28 PM Bug #4919 (Closed): OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
This issue was solved with changeset r32203.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
Anonymous
06:45 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
Hi, Martin
>1) Is it OK if I apply the fix?
Yes, please apply it. :)
>2) Anyone else getting the "sslv3 alert ...
nagachika (Tomoyuki Chikanaga)
05:59 PM Bug #4919: OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
I get the same result for OpenSSL 0.9.8k plus an additional error when running
make test-all -TESTS="openssl"
...
MartinBosslet (Martin Bosslet)
05:34 PM Bug #4919 (Closed): OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する
掲題のような理由で make test-all TESTS="-v openssl/test_ssl_session.rb" を実行すると 1E になります。
1) Error:
test_session(OpenSSL:...
nagachika (Tomoyuki Chikanaga)
09:53 PM Feature #4918: Make all core tests inherit from Test::Unit::TestCase
Hello,

On 22 June 2011 07:46, Martin Bosslet <[email protected]> wrote:
> Some tests for OpenSSL ...
Eregon (Benoit Daloze)
02:46 PM Feature #4918 (Closed): Make all core tests inherit from Test::Unit::TestCase
Some tests for OpenSSL inherited from Minitest::Unit::TestCase instead of
Test::Unit::TestCase. To be consistent, al...
MartinBosslet (Martin Bosslet)
08:42 PM Bug #4920 (Closed): Process.daemon()呼び出しによりタイマースレッドが2つ出来てしまう
ささださんとakrさんが発見してくださったのですが、現在 trunkで
$ ./ruby -e 'Process.daemon(true,true); p Dir.entries("/proc/self/task")'
と...
kosaki (Motohiro KOSAKI)
05:50 PM Bug #4916 (Assigned): [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
MartinBosslet (Martin Bosslet)
05:49 PM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
Sure! I would put it in openssl_missing.c ?
I'll find out whether there is more than ASN1_put_eoc missing in 0.9.7.
...
MartinBosslet (Martin Bosslet)
01:38 PM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
openssl-0.9.7 does not have ASN1_put_eoc. Martin, can you handle this?
Dropping 0.9.7 support could be an option i...
nahi (Hiroshi Nakamura)
01:28 PM Bug #4916 (Closed): [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
$ ruby -v -ropenssl -e 'p OpenSSL::OPENSSL_VERSION'
ruby 1.9.3dev (2011-06-22 trunk 32194) [i386-darwin9.8.0]
"Open...
nahi (Hiroshi Nakamura)
05:46 PM Bug #4879 (Feedback): test_new(OpenSSL::TestPKeyRSA) fails on Win32
I just committed the fix for http://redmine.ruby-lang.org/issues/4885
in revision 32199.
This should solve the issu...
MartinBosslet (Martin Bosslet)
05:41 PM Bug #4885 (Closed): [ext/openssl] Use BIO_reset and ERR_get_error in conjuntion
This issue was solved with changeset r32199.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
03:04 PM Feature #4672 (Closed): [PATCH] openssl: enable SSL_MODE_RELEASE_BUFFERS if available
This issue was solved with changeset r32198.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
Anonymous
02:20 PM Feature #4917 (Rejected): `NilClass#to_ary`
`Kernel#Array`, when passed `nil`, first tries to send `to_ary`, which ends up calling `method_missing`, and then tri... y_feldblum (Jay Feldblum)
01:39 PM Revision dea3113a (git): * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 to
OpenSSL from the callback for SSL_CTX_sess_set_get_cb().
Returning 0 means to OpenSSL that the the session is still...
Hiroshi Nakamura
01:28 PM Revision 8d836a15 (git): * ext/openssl/ossl_ssl_session.c: Respect T_BIGNUM time values. Patch by
Tomoyuki Chikanaga.
[ Ruby 1.9 - Bug #4919 ] [ruby-dev:43869]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
MartinBosslet (Martin Bosslet)
12:30 PM Revision dc8f58f6 (git): * ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed of
$(topdir). sorry!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:04 AM Bug #3817: current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
Moved target version to 1.9.x nahi (Hiroshi Nakamura)
11:00 AM Revision be953b4d (git): * cont.c (cont_capture): add volatile.
On clang -O, it is needed to avoid the optimization.
With this and llvm/clang's recent fix, clang 3.0 can
build r...
naruse (Yui NARUSE)
09:24 AM Revision d8af9c85 (git): * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):
OpenSSL::SSL::SSLContext#session_remove_cb was broken. It wrongly
tried to call the session_*new*_cb callback.
* t...
Hiroshi Nakamura
08:41 AM Revision 26cb830d (git): * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
fallback scenarios.
* ext/openssl/ossl_pkey_dsa.c
* ext/openssl/ossl_x509req.c
* ext/openssl/ossl_pkey_rsa.c
* ext/o...
MartinBosslet (Martin Bosslet)
07:54 AM Bug #4658: Minitest - invalid return code when using MiniTest::Unit.after_tests
I can't replicate with ruby 1.8 or 1.9.2:
require 'rubygems'
gem 'minitest' # ensure latest gem in 1.9
...
zenspider (Ryan Davis)
06:59 AM Bug #4814: minitest 2.2.x and test/unit do not get along
mail-to-rubymine truncated my response... Fixed:
I'm still broken:
7107 % svn st
7107 % svn info io.c | grep Revisi...
zenspider (Ryan Davis)
06:35 AM Bug #4821: Random Segfaults (in start_thread?)
Did some further tests to find out where this (for me) hard to understand segfaults came from. I still don't know the... corneverbruggen (Corné Verbruggen)
06:04 AM Revision 41c517d1 (git): * ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.
Thanks, Eric Wong, for providing the patch.
[ Ruby 1.9 - Feature #4672 ] [ruby-core:36127]
git-svn-id: svn+ssh://...
MartinBosslet (Martin Bosslet)
05:53 AM Bug #4914: Array#index fails when used in if statement assignment
Ruby parses your code like this:

if i = (a.index(k.to_sym) && k.to_s =~ /b/)

You can fix this by using "and"...
judofyr (Magnus Holm)
05:39 AM Bug #4914 (Rejected): Array#index fails when used in if statement assignment
not a bug. run the following:
a = [:a, :b, :c]
for k in 'a'..'c'
if i = a.index(k.to_sym) && k.to_s =~ /b/
...
matz (Yukihiro Matsumoto)
05:37 AM Bug #4914: Array#index fails when used in if statement assignment
It "works" for me if you change the `&&` to `and`; so I think it's a precedence issue you're facing here.
I think ...
mfn (Markus Fischer)
05:28 AM Bug #4914 (Rejected): Array#index fails when used in if statement assignment
cat /etc/issue: Ubuntu 11.04
rvm -v: rvm 1.6.2
rvm 1.9.2, ruby -v: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_...
bterkuile (Benjamin ter Kuile)
05:48 AM Revision 914a4a02 (git): * test/openssl/test_buffering.rb
* test/openssl/test_pkcs12.rb: Inherit from Test::Unit::TestCase
instead of Mintest::Unit::TestCase. [ruby-core:372...
MartinBosslet (Martin Bosslet)
03:43 AM Revision bda678dc (git): * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):
OpenSSL::SSL::Session#to_der was broken. Fix buffer handling.
* test/openssl/test_ssl_session.rb (test_session): Tes...
Hiroshi Nakamura
03:40 AM Revision 02ab6d95 (git): * test/openssl/test_ssl_session.rb: Split out SSL::Session related
tests from test_ssl.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
02:47 AM Bug #655 (Closed): Query part lost when using Net::HTTP.post_form function
mathew: Interesting read. Thanks. I decided to not decide and let users choose, by allowing to include query part as ... nahi (Hiroshi Nakamura)
01:38 AM Bug #4122 (Closed): test_x509store.rbのtest_set_errorsが失敗する
r32189
* test/openssl/test_x509store.rb (test_set_errors): Redhat is
distributing a patched ver...
nahi (Hiroshi Nakamura)

06/21/2011

08:28 PM Bug #4444 (Closed): Windowsプラットフォームでtest_parallel.rbがエラー
動くようになっているので、closeします。usaさん++ kosaki (Motohiro KOSAKI)
07:55 PM Feature #1103 (Closed): Ruby used for webrick cgi should be configurable
r26299 overrides RbConfig.ruby at test/ruby/envutil.rb for test environment. I think that fix is enough for the origi... nahi (Hiroshi Nakamura)
07:03 PM Bug #4912 (Feedback): Segmentation fault while HTTPS request
Hi,
thank you for reporting. but we need some additional informations to fix.
Could you provide the following t...
sorah (Sorah Fukumori)
06:51 PM Bug #4912 (Rejected): Segmentation fault while HTTPS request
Hi,
I'm throwing a SOAP request to a third party using soap4r (git://github.com/noeticpenguin/soap4r-noeticpenguin...
juandebravo (Juan de Bravo)
06:22 PM Revision 40508ede (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references of
objects. Thanks to CvX for reporting the bug and a test case.
* test/psych/test_object.rb: test for cyclic object re...
tenderlovemaking (Aaron Patterson)
06:04 PM Revision 7c5fdec0 (git): fix ambiguous argument warnings in test/psych/test_nil.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
05:44 PM Revision 800c313b (git): * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of
the given URI to post. See #655.
* test/net/http/test_http.rb, test/net/http/utils.rb: Test it.
git-svn-id: svn+ss...
Hiroshi Nakamura
04:34 PM Revision 7d112260 (git): * Add ref to tickets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
04:33 PM Revision 0fd46532 (git): * 2011-06-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:33 PM Revision 5e8aa0a1 (git): * test/openssl/test_x509store.rb (test_set_errors): Redhat is
distributing a patched version of OpenSSL that allows multiple CRL
for a key (multi-crl.patch.) Make test pass on s...
Hiroshi Nakamura
02:05 PM Bug #3827: ext/readline can't handle cursor keys and cp932 chars
r32181にてパッチをコミットしました。お手数をおかけしますが、確認いただけますでしょうか。 kouji (Kouji Takao)
11:39 AM Bug #3827: ext/readline can't handle cursor keys and cp932 chars
Koichi Sasada wrote:
> 高尾さん
>
> 本件,いかがでしょうか.
こちらで試せるようなWin32環境がありません。一旦取り込みますので、試してみていただけないでしょうか。 > Akio Tajim...
kouji (Kouji Takao)
01:20 PM Feature #3375 (Closed): --disable-libedit to disable libedit
This issue was solved with changeset r32179.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ...
kouji (Kouji Takao)
11:34 AM Feature #3375: --disable-libedit to disable libedit
=begin
対応が遅くなりました。
以下の修正を入れたいと思います。
動作確認をしてからコミットします。
Index: ext/readline/extconf.rb
=====================...
kouji (Kouji Takao)
12:58 PM Revision 4ce15814 (git): * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
HTTP/1.1 connection when returning an IO object as response body
without setting HTTPResponse#chunked to true. See ...
Hiroshi Nakamura
12:31 PM Revision 908baefe (git): * internal.h: move rb_thread_io_blocking_region() declaration
from intern.h to internal.h. It's still experimental API and
need more discussion. [ruby-dev:43698]
* include/ruby/...
kosaki (Motohiro KOSAKI)
11:52 AM Revision b9d9ea62 (git): revert r32183
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
11:42 AM Revision 5b16ddf5 (git): * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:29 AM Revision c9aef84c (git): add ML ref to ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
10:57 AM Revision 97beed07 (git): * internal.h: move rb_thread_io_blocking_region() declaration
from intern.h to internal.h. It's still experimental API and
need more discussion.
* include/ruby/intern.h: ditto.
...
kosaki (Motohiro KOSAKI)
10:47 AM Revision cb138bba (git): * test/ruby/test_thread.rb (TestThread#test_priority): enable
this test again. Current GVL respect thread priority rather
than past.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
kosaki (Motohiro KOSAKI)
10:33 AM Bug #4911 (Closed): timer_thread_function() が thead unsafe
どうして、これを先月気づかなかったのだろう。という罪悪感があるのですが、
target 1.9.x で起票します。
timer_thread_function()で vm->running_thread にアクセスするのは
...
kosaki (Motohiro KOSAKI)
09:08 AM Bug #4875: Segmentation fault in http.rb
I get this any time I try any sort of HTTP call. There is some suggestion that it might relate to the use of the 'pg'... jeromewilson (Jerome Wilson)
05:39 AM Feature #4891 (Assigned): Vector#normalize
Sure.
I have to merge in my announced changes to Matrix & Vector in 1.9.3 as soon as I get the time, so I could in...
marcandre (Marc-Andre Lafortune)
04:30 AM Revision e49f8909 (git): * ext/readline/readline.c (readline_getc): applied a patch in
#3827 by by Akio Tajima <artonx AT yahoo.co.jp>. (see #3827)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3218...
kouji (Kouji Takao)
04:20 AM Revision d2e61d22 (git): * 2011-06-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:20 AM Revision 1daac53c (git): * ext/readline/extconf.rb: fixed bug, specify --disable-libedit
then disable libedit, does not specify then check readline and
libedit if failed checking readline. (fixes #3375)
...
kouji (Kouji Takao)
01:53 AM Bug #4909: trapハンドラは再入されてはいけないのではないか?
 ささだです.

(2011/06/21 1:25), Masaya TARUI wrote:
> 同意します。
> というか、いままでmaskされてないと知らなかった。

 mask するための新しい仕様が...
ko1 (Koichi Sasada)
01:29 AM Bug #4909: trapハンドラは再入されてはいけないのではないか?
同意します。
というか、いままでmaskされてないと知らなかった。

2011年6月20日18:46 Motohiro KOSAKI <[email protected]>:
>
> Issue ...
tarui (Masaya Tarui)
01:37 AM Bug #4821: Random Segfaults (in start_thread?)
I also get the segfault when running "rails generate" and when running tests. So it does not seem to be solely a prob... corneverbruggen (Corné Verbruggen)

06/20/2011

11:29 PM Feature #4910: Classes as factories
Benoit Daloze wrote:
> Hello,
>
> Robert Klemme wrote:
> > I suggest to add these two to class Class:
> >
> >...
rklemme (Robert Klemme)
10:08 PM Feature #4910: Classes as factories
Hello,
Robert Klemme wrote:
> I suggest to add these two to class Class:
>
> ```ruby
> class Class
> alias...
Eregon (Benoit Daloze)
08:50 PM Feature #4910 (Rejected): Classes as factories
I suggest to add these two to class `Class`:
```ruby
class Class
alias call new
def to_proc(*args)
l...
rklemme (Robert Klemme)
11:23 PM Feature #4893: Literal Instantiation breaks Object Model
On Fri, Jun 17, 2011 at 5:12 PM, Lazaridis Ilias <[email protected]> wrote:
> "Object Model" as in
>
>  * Desig...
aprescott (Adam Prescott)
07:45 PM Feature #4672 (Assigned): [PATCH] openssl: enable SSL_MODE_RELEASE_BUFFERS if available
Excellent result. It looks like a gift from Tor project. There's no reason I can imagine not to apply this. Please ap... nahi (Hiroshi Nakamura)
07:10 PM Feature #3375: --disable-libedit to disable libedit
わたしは構いませんが高尾さん的にはどうなんでしょう。
ていうか、#1823 #3827 #4635 が放置されてて何とかしてくれって感じなんですが
naruse (Yui NARUSE)
06:36 PM Feature #3375: --disable-libedit to disable libedit
これ結局自分が間違ってたと思うんですが、どうすればいいんでしょう。勝手に直していい? shyouhei (Shyouhei Urabe)
06:48 PM Bug #4419 (Closed): ext/openssl のコメントが正しくない
ありがとうございました。r32176でパッチを当てました。 nahi (Hiroshi Nakamura)
06:46 PM Bug #4909 (Closed): trapハンドラは再入されてはいけないのではないか?
以下のプログラムは
if intrap == 1
raise "trap nested"
end
が真になってしまって例外終了してしまうのですが、これは起きてはいけないのではないでしょうか。
以下の二...
kosaki (Motohiro KOSAKI)
06:23 PM Bug #4418: OpenSSL::PKey::DH#public_key
I agree with DH interface is confusing.
* DH#p ... DH parameter p
* DH#g ... DH parameter g
* DH#public_key ....
nahi (Hiroshi Nakamura)
06:04 PM Bug #4908 (Rejected): #force_encoding(nil) fails on Windows
The feature is changed on 1.9.2; now nil is not a valid argument. naruse (Yui NARUSE)
04:59 PM Bug #4908 (Rejected): #force_encoding(nil) fails on Windows
I read from The Ruby Programming Language that nil can be specified as "binary" or "ascii-8bit".
The book give a sam...
yimutang (Joey Zhou)
06:01 PM Bug #3924: Performance bug (in require?)
You might be also interested in my very short patch: https://gist.github.com/1035322 Basically it reorders conditions... jskrzypek (Jarosław Skrzypek)
04:54 PM Bug #3869 (Closed): Logger#log does not handle or escape new-line characters.
Sorry for keeping this ticket open.
I thought
logger.info ["User-input: %{input}", input: data]
looks good...
nahi (Hiroshi Nakamura)
02:28 PM Feature #4142: multipart/form-data for net/http
すいませんruby-devだった。orz
成瀬さん、NEWSになんか書きませんか。
nahi (Hiroshi Nakamura)
02:27 PM Feature #4142 (Open): multipart/form-data for net/http
Naruse-san, would you please add an explanation of this feature to NEWS file? nahi (Hiroshi Nakamura)
02:23 PM Bug #4421: [ext/openssl] Fix RSA public key encoding
On Mon, May 16, 2011 at 11:47, NARUSE, Yui <[email protected]> wrote:
> I have another comment: nahi and emboss's c...
nahi (Hiroshi Nakamura)
01:55 PM Revision 1d110a14 (git): * process.c (before_exec): use sig_do_nothing instead of SIG_DFL
for avoiding a race.
* process.c (sig_do_nothing): new function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
kosaki (Motohiro KOSAKI)
01:20 PM Bug #4037 (Rejected): Net/http keep alive bug
Sorry for late reply, and marking it as 'Rejected'. I'm just want to say that 'it's not a bug'. (We should have suita... nahi (Hiroshi Nakamura)
12:32 PM Revision 2552e428 (git): * thread_pthread.c (thread_timer): rename timeout_10ms to
time_quantum. it's no longer 10ms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32177 b2dd03c8-39d4-4d8f-98ff...
kosaki (Motohiro KOSAKI)
12:23 PM Feature #4805: Add X509::Name#hash_old for 0.9.X compat
Hi,

On Thu, Jun 9, 2011 at 06:14, Martin Bosslet
<[email protected]> wrote:
> I think your patch is...
nahi (Hiroshi Nakamura)
11:29 AM Bug #4875: Segmentation fault in http.rb
Adding '-r openssl' would affect autloading but the location where an exception thrown is OpenSSL::SSL::SSLSocket#con... nahi (Hiroshi Nakamura)
11:06 AM Feature #4907 (Rejected): enumerable#permutation and combination
Hello
Methods permutation and combination are defined for array but it make more sense to define them for enumerable...
neleai (Ondrej Bilka)
09:48 AM Revision c1028212 (git): * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:
Documentation fix by Ippei Obayashi. See #4419.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32176 b2dd03c8-39...
Hiroshi Nakamura
06:48 AM Revision 15e7e472 (git): * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228.
r31228 was for allowing the 'Cookie:' header which did not have no
SP after ';' for separating cookie-pairs but RFC...
Hiroshi Nakamura
01:00 AM Revision 3fc0e0c1 (git): * 2011-06-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:00 AM Revision 2190c953 (git): Allow "--- \n" as a yaml dumped result for nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:21 AM Feature #4906: rb_w32_add_socket / rb_w32_remove_socket
Thank you Greg for the work on this.
I've assigned to Mr. Nobuyoshi Nakada, hoping this can be cleared out as a w3...
luislavena (Luis Lavena)

06/19/2011

10:35 PM Feature #4906 (Closed): rb_w32_add_socket / rb_w32_remove_socket
It is currently not possible to use an externally created
SOCKET on Windows with ruby 1.9. This bug is described in
...
ghazel (Greg Hazel)
11:53 AM Feature #4903 (Closed): Documentation for lib/test/unit/assertions.rb
Documentation for the assertions in lib/test/unit/assertions.rb jsc (Justin Collins)
04:32 AM Revision ee809936 (git): * NEWS: Introduce --hide-skip on test/unit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
01:23 AM Feature #4824: Provide method Kernel#executed?
On Wed, Jun 15, 2011 at 4:24 PM, Gregory Brown
<[email protected]> wrote:
> Lastly, I think `__MAIN__` i...
headius (Charles Nutter)
01:12 AM Revision 4c438fd0 (git): * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?
only when $0 == __FILE__.
* lib/test/unit/parallel.rb: Run Test::Unit::Worker.run only when
$0 == __FILE__.
git-s...
sorah (Sorah Fukumori)
12:42 AM Bug #4902 (Closed): IO#each counts lineno
The docs for IO#lineno state that:
lineno counts the number of times gets is called, rather than the number of newli...
bt (Bernd Homuth)
 

Also available in: Atom