Project

General

Profile

Activity

From 12/23/2009 to 12/29/2009

12/29/2009

04:07 PM Feature #2347 (Closed): Math::INFINITY
=begin
This issue was solved with changeset r26197.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
10:57 AM Bug #1744 (Closed): Error with Marshal dump/load on a delegated class.
=begin
This issue was solved with changeset r26195.
Guillaume, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
marcandre (Marc-Andre Lafortune)
07:05 AM Revision 7ed0640f (git): Add Float::INFINITY and Float::NAN.
* numeric.c (Init_Numeric): Add Float::INFINITY and Float::NAN.
[ruby-dev:1657] [ruby-dev:4760] [ruby-list:7023] [ruby-list:46690]
[ruby-core:26632] [ruby-talk:41352] [ruby-talk:203333]
* include/ruby/defines.h (INFINITY): defined.
...
naruse (Yui NARUSE)
02:21 AM Revision 91e1c13f (git): * lib/delegate.rb (marshal_dump/load): Revert r26122, r26194, as per Nobu. [ruby-core:24211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:56 AM Revision 92ab16fa (git): * lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-core:24211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:56 AM Revision 6696baf6 (git): * lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-core:24211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:36 AM Revision cff7d0c8 (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
any number spaces can be placed between equal-sign and the value.
patch from Ed Howland in [ruby-core:27345].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:36 AM Revision 21ebe83f (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
any number spaces can be placed between equal-sign and the value.
patch from Ed Howland in [ruby-core:27345].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

12/28/2009

06:17 PM Bug #2533 (Closed): sample/occur2.rb is old-fashioned
=begin
This issue was solved with changeset r26188.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
yugui (Yuki Sonoda)
01:55 AM Bug #2533: sample/occur2.rb is old-fashioned
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39927] [Bug #2533] sample/occur2.rb is old-fashioned"
on Sun, 27 Dec 2009 09:25:56 +0900, Yuki Sonoda <redmine@ruby-lang.org> writes:

|Kernel#splitが無くなったことでsample/occur2.rbが動かなくなって...
matz (Yukihiro Matsumoto)
02:01 PM Revision 3fb4d27a (git): * win32/win32.c (CreateChild): force to inherit standard I/O handles.
this change fixes [ruby-core:27273], but other side effects might
exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:27 PM Bug #2534 (Closed): Re: making install-sh more descriptive
=begin
This issue was solved with changeset r26185.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
yugui (Yuki Sonoda)
01:54 AM Bug #2534: Re: making install-sh more descriptive
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39928] [BUG:trunk] Re: making install-sh more descriptive"
on Sun, 27 Dec 2009 09:58:45 +0900, Yugui <yugui@yugui.jp> writes:

|Redmineに登録されておらず、忘れされられているっぽいトピックなので再送します。
|まつもとさん、...
matz (Yukihiro Matsumoto)
01:02 PM Revision 44ef289d (git): * 2009-12-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:02 PM Revision ec5a11dd (git): * test/ruby/test_marshal.rb: added tests for taintness propagation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
01:01 PM Revision 26269cbd (git): * test/ruby/test_marshal.rb: added tests for taintness/untrustness
propagation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
11:32 AM Bug #1744 (Open): Error with Marshal dump/load on a delegated class.
=begin
On Sun, Dec 27, 2009 at 8:19 PM, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
> This change has broken marshal format comatibility.

Indeed.

I can't think of a way to make it backward compatible, but for forward compat...
marcandre (Marc-Andre Lafortune)
10:19 AM Bug #1744: Error with Marshal dump/load on a delegated class.
=begin
Hi,

At Thu, 24 Dec 2009 13:14:43 +0900,
Marc-Andre Lafortune wrote in [ruby-core:27306]:
> Fixed also in 1.8 with r26164. This particular example worked
> in 1.8 because DelegateClass does not return a subclass of
> Delega...
nobu (Nobuyoshi Nakada)
09:14 AM Revision 7844ea1c (git): * sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
08:21 AM Revision 55a70a94 (git): * tool/install-sh: correction by Hiro Asari.
https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
04:20 AM Revision fbc79104 (git): * 2009-12-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:20 AM Revision d4c2172e (git): * tool/install-sh: wrote the intention. [ruby-dev:39928]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)

12/27/2009

10:06 PM Feature #2523: checking out latest sources from a branch
=begin
On Thu, Dec 24, 2009 at 3:06 PM, Conrad Taylor <redmine@ruby-lang.org> wrote:
> What's the proper procedure for checking out that latest sources from the ruby 1.9.1 branch as well as the 1.9.2?  It seems the trunk is Ruby 1.9.2 ...
yugui (Yuki Sonoda)
05:00 PM Bug #2330: Non systematic segmentation fault with autoload rubyspec
=begin
I'm quite flattered to have been assigned this issue, but I'm afraid my skills are being overestimated.

Here's the minimal test case to reproduce:
$ cat load_test.rb
load 'test.rb'

$ cat test.rb
def Kernel.load
...
marcandre (Marc-Andre Lafortune)
10:14 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
=begin
could this be moved to the 1.9 project, as it isn't fixed in trunk?
-r
=end
rogerdpack (Roger Pack)
10:13 AM Bug #2535 (Closed): patch to attempt to clarify the difference between FIX2INT and FIX2LONG
=begin
this is my attempt to make this paragraph more clear in README.EXT.
-r
=end
rogerdpack (Roger Pack)
09:59 AM Bug #2534 (Closed): Re: making install-sh more descriptive
=begin
Yuguiです。

Redmineに登録されておらず、忘れされられているっぽいトピックなので再送します。
まつもとさん、本件ってどうでしょうか。コミットしても良いですか?

2009/5/5 Yugui (Yuki Sonoda) <yugui@yugui.jp>:
> install-shが空になって久しい(r520)です。
>
> configureを使う環境でかつBSD互換のinstall(1)がない場合、RbConfig::CON...
yugui (Yuki Sonoda)
09:25 AM Bug #2533 (Closed): sample/occur2.rb is old-fashioned
=begin
Kernel#splitが無くなったことでsample/occur2.rbが動かなくなっていたのでr26180で修正しました。

それにしてもsample/occur2.rbは、今から見るとあまり良くないように思えます。
暗黙の変数を使うあたりがあまり現代Ruby的でなく、無意味にNil#+(Integer)のNameErrorでキーの不在をフォローしているのが教育上好ましくないと思います。
例外を使ってみるとか、何らかの意図があったんで...
yugui (Yuki Sonoda)
01:51 AM Revision b3c318bf (git): * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize
to check argument of WIN32OLE_PARAM.new
* test/win32ole/test_win32ole_param.rb (test_s_new): add some assertion
to test WIN32OLE_PARAM.new
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
01:37 AM Revision 4d4ed564 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:44 AM Revision 568595b3 (git): * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):
Makes it vim friendly. __END__ in a heredoc is confusing with
the script end for vim.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:14 AM Revision fb15e010 (git): * 2009-12-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:14 AM Revision f9f54fb5 (git): * sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)

12/25/2009

01:36 PM Bug #2529 (Closed): Segmentation Fault is occasionally occurred in rake with cucumber and rspec
=begin
ruby is occasionally aborted due to SIGSEGV by the following Rakefile.

$ cat Rakefile
require 'rubygems'
require 'spec/rake/spectask'
require 'cucumber'
require 'cucumber/rake/task'

$ rake -T
(in /Users/murake...
mrkn (Kenta Murata)
12:38 PM Revision e9e2d5ff (git): * 2009-12-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:38 PM Revision cbfdacdd (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:15 AM Feature #2454: OpenSSL has no maintainer
=begin
You can use following:
* http://macgpg.sourceforge.net/
* http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html
=end
naruse (Yui NARUSE)

12/24/2009

04:38 PM Bug #2525 (Closed): URI#normalize incomplete
=begin
"hTTp://example.com/" and "http://exa%4dple.com/" should both be normalized to "http://example.com/" as per RFC 3986.

They currently are not and thus not considered ==.

Tests added to RubySpec
=end
marcandre (Marc-Andre Lafortune)
03:46 PM Feature #2523 (Closed): checking out latest sources from a branch
=begin
svn co http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1
=end
nobu (Nobuyoshi Nakada)
03:06 PM Feature #2523 (Closed): checking out latest sources from a branch
=begin
What's the proper procedure for checking out that latest sources from the ruby 1.9.1 branch as well as the 1.9.2? It seems the trunk is Ruby 1.9.2 by default.
=end
Anonymous
02:06 PM Revision e39eb442 (git): * test/ruby/test_settracefunc.rb: removed the influence of other tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:14 PM Bug #1744: Error with Marshal dump/load on a delegated class.
=begin
Fixed also in 1.8 with r26164. This particular example worked in 1.8 because DelegateClass does not return a subclass of Delegator in 1.8, but the same bug existed for SimpleDelegator, for example.

Also added basic RubySpec ...
marcandre (Marc-Andre Lafortune)
12:17 PM Bug #1744 (Closed): Error with Marshal dump/load on a delegated class.
=begin
This issue was solved with changeset r26163.
Guillaume, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
marcandre (Marc-Andre Lafortune)
10:37 AM Feature #1697 (Closed): Object#<=>
=begin
This issue was solved with changeset r26161.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
marcandre (Marc-Andre Lafortune)
09:31 AM Feature #1697: Object#<=>
=begin
Hi,

In message "Re: [ruby-core:27300] [Feature #1697](Assigned) Object#<=>"
on Thu, 24 Dec 2009 07:15:13 +0900, "ujihisa ." <redmine@ruby-lang.org> writes:
|
|Issue #1697 has been updated by ujihisa ..
|
|Status chang...
matz (Yukihiro Matsumoto)
07:15 AM Feature #1697 (Assigned): Object#<=>
=begin
As Marc-Andre says, the current following code is redundant.

static VALUE
rb_obj_cmp(VALUE obj1, VALUE obj2)
{
if (obj1 == obj2 || rb_obj_equal(obj1, obj2))
return INT2FIX(0);
...
ujihisa (Tatsuhiro Ujihisa)
09:22 AM Bug #2522 (Closed): Segmentation Fault is occurred on r26158 by running rubyspec
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
09:16 AM Bug #2522: Segmentation Fault is occurred on r26158 by running rubyspec
=begin
今、ruby, mspec, rubyspec をすべて最新状態にして実行してみましたら、
再現せず、しっかいりとすべてを実行できました。
=end
mrkn (Kenta Murata)
09:13 AM Bug #2522: Segmentation Fault is occurred on r26158 by running rubyspec
=begin
僕の環境では、再現できませんでした。

$ /usr/bin/ruby ../mspec/bin/mspec ./core/kernel/autoload_spec.rb -t ~/rubies/bin/ruby192
ruby 1.9.2dev (2009-12-23 trunk 26158) [i386-darwin9.8.0]
..............

Finished in 0.205...
ujihisa (Tatsuhiro Ujihisa)
06:03 AM Bug #2522 (Assigned): Segmentation Fault is occurred on r26158 by running rubyspec
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
09:10 AM Revision a8d1b863 (git): merge revision(s) 26005:
* configure.in: default ac_cv_prog_CC to CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
09:01 AM Revision c4f9a9e3 (git): merge revision(s) 22931,23086:
* common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile.
[ruby-core:20131]
* common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eat
''\'' in such quotes.
* common.mk (EXTMK_ARGS): needs MI...
shyouhei (Shyouhei Urabe)
08:54 AM Revision cea49f7c (git): merge revision(s) 17103:
* ext/stringio/stringio.c (strio_init): rewind when reopened.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
08:28 AM Revision fe8e1058 (git): merge revision(s) 18394,18397:
* gc.c (chain_finalized_object): deletes finalizers to be invoked from
finalizer_table.
* gc.c (rb_gc_call_finalizer_at_exit): warns when could not invoke
finalizers.
* gc.c (run_final): runs finalizer...
shyouhei (Shyouhei Urabe)
07:35 AM Revision a9d5215a (git): * lib/uri/generic.rb (eql?): Check the class of the compared object.
Based on a patch by Peter McLain [ruby-core:27019]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
07:33 AM Revision dbb14e21 (git): * lib/uri/generic.rb (eql?): Check the class of the compared object.
Based on a patch by Peter McLain [ruby-core:27019]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
06:21 AM Revision c80535e5 (git): * regexec.c (match_at): follow enclen's change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:10 AM Revision be4a57a6 (git): ChangeLog entry for r26164
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
04:09 AM Revision d1de1722 (git): * 2009-12-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:09 AM Revision 3363e6ea (git): * lib/delegate.rb (marshal_dump/load): dump & load instance variables by default [ruby-core:24211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
03:08 AM Revision ab2a0234 (git): * lib/delegate.rb (marshal_dump/load): dump & load instance variables by default [ruby-core:24211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:32 AM Revision cc58ec90 (git): * 2009-12-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:32 AM Revision b3c3dda3 (git): * lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are == [ruby-core:24063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune

12/23/2009

11:56 PM Bug #2522 (Closed): Segmentation Fault is occurred on r26158 by running rubyspec
=begin
r26158 上で rubyspec を実行すると SIGSEGV が発生します。

【rubyspec のログ】

$ mspec -t /opt/ruby/trunk/bin/ruby
ruby 1.9.2dev (2009-12-23 trunk 26158) [x86_64-darwin10.2.0]
.......................................F.........ok
F.E.......
mrkn (Kenta Murata)
03:27 PM Bug #2499 (Closed): InstructionSequence.dissassemble can crash
=begin
This issue was solved with changeset r26158.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
11:48 AM Revision efe97f7f (git): * parse.y (args): splat other than direct array literal.
[ruby-dev:39771]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:56 AM Bug #2494 (Closed): Bug in th->method_missing_reason produces strange behavior with coercion
=begin
Fixed in r26124.
=end
nobu (Nobuyoshi Nakada)
08:23 AM Revision 282a0556 (git): * eval.c (rb_load): initialize orig_func. [ruby-core:27296]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:22 AM Revision e6a8408c (git): * iseq.c (iseq_s_disasm): return nil for native methods.
[ruby-core:27226], [Bug#2499]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:20 AM Bug #1747 (Closed): Immediate Values Can be Frozen
=begin
This issue seems to be closed already except that the topic for the future if immediates couldn't be tainted/untrusted.
=end
ujihisa (Tatsuhiro Ujihisa)
05:31 AM Bug #1755 (Assigned): IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
=begin
The last question from Run Paint Run Run doesn't seem to be answered yet.

# This issue is related to #2516
# http://redmine.ruby-lang.org/issues/show/2516
=end
ujihisa (Tatsuhiro Ujihisa)
05:30 AM Bug #2516 (Rejected): IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
takkanmさんとなかださんの[ruby-dev:39479]のスレッドによると、IO#reopenのnilの問題は解決したものの、いつのまにか挙動が変更されていたとのことです。
この変更は意図的なものなのか意図していないものなのかどちらなのでしょう。

% cat test.rb
f1 = File.open "file1.txt"
f2 = File.open "file2.txt"
f1.r...
ujihisa (Tatsuhiro Ujihisa)
01:31 AM Revision 911e78c8 (git): * test/drb/drbtest.rb (DRbService.add_service_command): quotes
rubybin only, not including -d.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:31 AM Revision d3fc1d3e (git): * test/drb/drbtest.rb (DRbService.add_service_command): quotes
rubybin only, not including -d.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:25 AM Revision 0c4003da (git): * test/ruby/test_thread.rb: removed not-backported features.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:24 AM Revision 99bf251b (git): * test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:24 AM Revision 8bec48f2 (git): * test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:19 AM Feature #2515: Array#select!
=begin
Not a bug at least... Moved to the Feature tracker.
=end
shyouhei (Shyouhei Urabe)
12:14 AM Revision 738515d1 (git): * test/cgi: check by Encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:12 AM Revision da861d79 (git): * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):
always must be binary mode. c.f. Bug#2341
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
 

Also available in: Atom