Activity
From 03/08/2011 to 03/14/2011
03/14/2011
-
11:35 PM Bug #4502 (Closed): strange Module.new behaviour
- =begin
First I create a proc:
p = proc {
self::X = Class.new
def self.X
X.new
end
}
Then I cr... -
11:00 PM Bug #4501 (Closed): 1.9.2-p180 fails to compile on OSX 10.7
- =begin
I am receiving more inquiries into running Ruby on OSX 10.7 from developers, 1.8.7-p334 compiled fine however... -
12:27 PM Revision dc5eb897 (git): * test/ruby/test_require.rb (test_require_too_long_filename):
- increase path length, because MAXPATHLEN is defined as 4096 on linux.
* test/ruby/test_require.rb (test_require... - 10:55 AM Revision f82f5216 (git): * 2011-03-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 AM Revision 675b3f33 (git): * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Bug #4500 (Closed): warning: implicit declaration of function 'fdatasync' for OS X
- =begin
While compiling ruby, this warning appears on OS X:
compiling io.c
io.c: In function 'rb_io_fdatasync':
i... -
03:02 AM Bug #4498: REXML Pretty formater does use specified 'width' to wrap lines
- =begin
Patch attached for 'lib/rexml/formatters/pretty.rb'. @width attribute is used to compute line width when wrapp...
03/13/2011
-
03:43 PM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hi, Martin
RSA#public_key returns a RSA object, DSA#public_key returns a
DSA object, but EC#public_key doe... -
09:11 AM Revision fd641fbf (git): * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:14 AM Revision fe7425bb (git): * 2011-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 6ef956ab (git): * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
- is true. Patch by Masaki Matsushita (Glass_saga). [ruby-dev:43337]
* test/test_pstore.rb: Test for above.
Patch by... -
04:58 AM Bug #4498 (Closed): REXML Pretty formater does use specified 'width' to wrap lines
- =begin
REXML::Formatters::Pretty has 'width' attribute used to wrap lines. This is not used when the wrap method is ...
03/12/2011
-
08:26 PM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
- =begin
I also wanted to say this is rdoc's example of Thread#[] the one that tricked me.
Right now this is:
a ... -
06:48 PM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
- =begin
Hi Robert,
Thanks a lot. You are totally right about Thread#join.
But what the solution in my particular... -
05:42 PM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
- =begin
Hi Andrei,
I don't think this is a bug. You should call Thread#join before you call Kernel.p.
Your thread...
03/11/2011
-
07:13 PM Revision f085a0b0 (git): * ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:28 PM Revision ec40f716 (git): * ext/date/date_core.c ({d,dt}_lite_marshal_load): checks the given argument.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:27 PM Revision af7a09a6 (git): * ext/date/date_core.c: changed some directives.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:21 PM Revision e26e4b2c (git): * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.
- - この行以下は無視されます --
M ChangeLog
M ext/date/date_core.c
M ext/date/lib/date.rb
M ext/date/lib/date/format.r... - 03:07 PM Revision 2a2c9877 (git): * 2011-03-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:07 PM Revision f8094403 (git): * ext/date/lib: moved from lib.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:33 PM Revision 725e9ee9 (git): * lib/date/delta*: removed undocumented delta.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:23 PM Feature #4495: PStoreの高速化
- =begin
sora_hです
2011/3/11 Masaki Matsushita <[email protected]>:
> * チェックサムをDigest::MD5.digestではなくZlib.c... -
02:23 PM Feature #4495: PStoreの高速化
- =begin
sora_hです
2011/3/11 Masaki Matsushita <[email protected]>:
> * チェックサムをDigest::MD5.digestではなくZlib.c... -
01:34 PM Feature #4495 (Closed): PStoreの高速化
- =begin
PStoreを少し速くしてみました。
加えた変更は以下の通りです。
* チェックサムをDigest::MD5.digestではなくZlib.crc32で求めるようにした
PStoreは無駄なファイルア... -
01:59 PM Revision 906aaa9c (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 AM Bug #4482: ext/date/date_core.c has no documentation
- =begin
I looked at the code last week, and I'm pretty sure the documentation is in date.rb, and date_core is "invisib... -
09:42 AM Revision e77a9ad4 (git): * lib/mkmf.rb (find_executable0): should exclude directories.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 AM Revision 23f2460e (git): * test/misc/test_ruby_mode.rb (TestRubyMode): try to run emacs if
- runnable, and get rid of --quick for older versions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31091 b2dd03c...
03/10/2011
-
10:44 PM Bug #4492: Segfault on successive stack overflows
- =begin
Oops, apparently Redmine didn't like my markup. Same report with an alternative syntax follows...
On a Mac,... -
10:39 PM Bug #4492 (Closed): Segfault on successive stack overflows
- On a Mac, this snippet crashes Ruby:
```
def f(*x); end
begin
f(*(0..120000))
rescue
nil
end
f(*... -
08:25 PM Bug #4474: 複数のスレッドからトランザクションに入ろうとした場合のPStoreの挙動
- =begin
r31050にて#4のパッチが取り込まれましたが、
require 'pstore'
p = PStore.new("foo", true)
p.transaction { p.transac... -
06:05 PM Bug #4474: 複数のスレッドからトランザクションに入ろうとした場合のPStoreの挙動
- =begin
私も試してみましたが、確かにMutexはDummyMutexと比べて2倍程度遅いようです。
しかし、次のコード
require 'benchmark'
require 'pstore'
pd ... -
08:22 PM Bug #4491 (Closed): Some methods of Dir/File do not encode dirname/filename transparently
- =begin
My Ruby version is: ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
My OS is Windows 7 (Simplified Chinese), its... -
04:54 PM Revision bd90dc80 (git): * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroups
- and Process#maxgroups= now raise NotImplementedError if the
platform don't support supplementary groups concept.
... - 04:26 PM Revision 2ff3ec5d (git): * 2011-03-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 PM Revision 4a8cf2d9 (git): * process.c (get_sc_ngroups_max): return -1 if platform don't
- support NGROUPS_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:53 PM Bug #4490 (Rejected): struct timespec declared without defining HAVE_STRUCT_TIMESPEC, clashes with pthreads.
- pthreads wants to declare struct timespec again since HAVE_STRUCT_TIMESPEC is not defined. After adding the following...
-
01:28 PM Revision d49f0d95 (git): * ext/openssl/ossl_ssl.h: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Revision f1b2fb67 (git): * parse.y (parser_encode_length): add exception as UTF8-MAC for
- magic comment's emacs newline specifier
patched by James M. Lawrence [ruby-core:35476] fixes #4489
git-svn-id: svn... -
10:31 AM Bug #4455: rubygem's test fails when source directory and build directory differ
- =begin
You can't fix this?
=end
-
08:24 AM Bug #4488 (Third Party's Issue): Segmentation fault when calling new (or in rspec)
- =begin
def Session.instance(*args, &block)
@__instance__ ||= new(*args, &block) # this line seems to tri... -
08:07 AM Revision eb778a7b (git): * parse.y (parser_encode_length): fix typo: the length of
- "-dos" and "-mac" is not 5 but 4.
patched by James M. Lawrence [ruby-core:35476] fixes #4489
git-svn-id: svn+ssh:/... -
03:25 AM Bug #4487 (Closed): require_relative fails in an eval'ed file
- =begin
Hello all.
$cat eval_me1.rb
eval(File.read('eval_me2.rb'), binding, File.expand_path('./eval_me2.rb'))... -
02:15 AM Revision 2fc47aa0 (git): Fix wrong (and duplicated) test name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:55 AM Revision a9a0b5df (git): * test/ruby/test_require.rb: setting too long string to ENV causes
- Errno::EINVAL on Windows. long path name errors may causes over
about 1024 bytes, then limit it about 4000 bytes.
... -
01:35 AM Revision 9e53a0b1 (git): * lib/test/unit.rb (Test::Unit::Runner::Worker#read): fix for the case
- when IO#read or IO#gets returns nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31082 b2dd03c8-39d4-4d8f-98ff...
03/09/2011
- 10:32 PM Revision 6e5f4977 (git): Import rubygems 1.6.2 (release candidate @ 2026fbb5)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 PM Revision 08c07a21 (git): * ext/openssl/ossl_ssl.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 PM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Shane Vaughn wrote:
> Mikael - Did you see the last note on issue 4373? It recommends setting :enable_starttls... -
11:06 AM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Mikael - Did you see the last note on issue 4373? It recommends setting :enable_starttls_auto => true to false... - 03:03 PM Revision af1460d6 (git): * 2011-03-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision 292d9610 (git): * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an alias
- of Windows-31J.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:07 PM Revision 6afaff75 (git): * .gitignore: ignore exts.mk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 PM Revision 862048e2 (git): * misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Feature #4280 (Closed): SJIS should be an alias of Windows-31J, not of Shift_JIS
- =begin
This issue was solved with changeset r31074.
Usaku, thank you for reporting this issue.
Your contribution to R... -
10:15 AM Bug #4485 (Closed): Gem.bin_path('rake') does not return the path of the system-installed rake
- =begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used... -
07:05 AM Bug #4484 (Rejected): Class variables leak to Object when using class_eval
- =begin
The following irb session describes the problem:
>> String.class_eval { @@string_class_variable = 'should... -
04:15 AM Bug #4410: Install fails with missing readline.so in fileutils.rb
- =begin
Similar issue on squeeze, to reproduce simply:
./configure --prefix /opt
make
checkinstall -D make install... -
03:51 AM Revision 4df71924 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions when
- people implement the method method. Thanks Lin Jen-Shin.
[ruby-core:35255]
* test/psych/visitors/test_yaml_tree.rb... -
03:42 AM Feature #1047: request: getters, setters for the GC
- =begin
I think the desired goal is a "user configurable" GC, whatever that may mean finally (I'm ok with direct inter... -
02:59 AM Revision 095b2794 (git): [ruby-dev:43027] fixes #4280
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:54 AM Revision 89c0d70e (git): * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.
- * enc/shift_jis.c: Add PCK as an alias of Windows-31J.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31073 b2dd0...
03/08/2011
-
11:00 PM Feature #4468: String() should call to_str before to_s
- =begin
お返事ありがとうございます。
では変更してしまおうと思います。
=end
-
10:23 PM Bug #4474: 複数のスレッドからトランザクションに入ろうとした場合のPStoreの挙動
- =begin
遠藤です。
2011年3月7日9:47 Masaki Matsushita <[email protected]>:
> sora_hさんが書いたパッチと異なる点は、トランザクションに入っているス... -
10:23 PM Bug #4474: 複数のスレッドからトランザクションに入ろうとした場合のPStoreの挙動
- =begin
遠藤です。
2011年3月7日9:47 Masaki Matsushita <[email protected]>:
> sora_hさんが書いたパッチと異なる点は、トランザクションに入っているス... -
04:11 PM Feature #4483: PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
sora_hです
考えてみればどうせblockされるわけで必ずブロック内は実行されるわけで、nested transactionはもしダメなら諦める的な感じで捕捉されることを想定しているコードなら
この仕様でも良... -
04:01 PM Feature #4483: PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
PStoreはRubyのオブジェクトを外部ファイルに格納する為のクラスな訳ですから、あるスレッドがトランザクションを実行中に別のスレッドがトランザクションに入ろうとした場合に、整合性を保つ為に同期する理由はあっても、例外... -
03:23 PM Feature #4483: PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
Shyouhei Urabe wrote:
> デフォルトがブロックするかしないかどっち向きに倒れておくべきかには議論のある所だとは思いますが、いきなり第二引数をなくしてしまうというのはやりすぎではないでしょうか。あな... -
02:59 PM Feature #4483: PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
デフォルトがブロックするかしないかどっち向きに倒れておくべきかには議論のある所だとは思いますが、いきなり第二引数をなくしてしまうというのはやりすぎではないでしょうか。あなたの嬉しさは他者を排斥する理由としては弱いです。
... -
02:47 PM Feature #4483: PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
互換性の面が懸念されます。
たとえばnested transaction例外を想定しているコード (たとえばtest_thread_safeとか) はどうなるのでしょう。
=end
-
02:36 PM Feature #4483 (Rejected): PStoreをデフォルトで複数のスレッドから扱えるようにしたい
- =begin
PStoreは、デフォルトでは他のスレッドがトランザクションを実行中にトランザクションに入ろうとすると例外nested transactionを発生させます。
initialize時に第2引数が真であれば、別のス... -
03:45 PM Revision d9e5dd3b (git): * ext/extmk.rb: nmake substitutes all occurences in macro.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision c74a962a (git): * ext/extmk.rb: workaround for nmake.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 PM Revision 77615624 (git): * process.c (proc_setgroups): cleanup.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 PM Revision 1f9ee467 (git): * test/misc/test_ruby_mode.rb: test for ruby-mode.el.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 PM Revision 6917c26a (git): * process.c (get_sc_ngroups_max): fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 PM Revision d558bb59 (git): * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first if
- _SC_NGROUP_MAX is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31067 b2dd03c8-39d4-4d8f-98ff-823... -
02:12 PM Revision 9652eae6 (git): * misc/ruby-electric.el: remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:10 PM Revision 6b0dc7fd (git): * misc/ruby-mode.el (ruby-parse-partial): fix for array in block.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:45 PM Revision a190741d (git): * ext/openssl/ossl_rand.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hi Ippei,
I see your point now. There is some confusion if we look
at the EC key agreement interface. Ther... - 07:52 AM Revision 45f59656 (git): * hash.c (ruby_setenv): MSDN says that Windows XP or earlier limits
- the total size of environment block to 5,120 chars. and on such
OS, putenv() causes SEGV. So, ruby should limit t... -
07:39 AM Bug #4482 (Closed): ext/date/date_core.c has no documentation
- =begin
ext/date/date_core.c has no documentation for the methods it implements. We should not expect users to read t... - 06:59 AM Revision d504a245 (git): * test/rubygems/test_gem_spec_fetcher.rb
- (TestGemSpecFetcher#test_cache_dir_escapes_windows_paths): cache_dir
may have driveletter and `:' for base of cache... -
06:35 AM Bug #4479 (Third Party's Issue): Psych fails to parse timestamps which is parsable by Syck
- =begin
This is due to ambiguities in the YAML spec and is expressly not supported by libyaml.
Please see the discu... -
01:53 AM Bug #4479: Psych fails to parse timestamps which is parsable by Syck
- =begin
libyaml version 0.1.3 (MacPorts)
=end
-
01:46 AM Bug #4479: Psych fails to parse timestamps which is parsable by Syck
- =begin
Reformat...
$ irb -f -ryaml -rpsych --prompt simple
>> RUBY_DESCRIPTION
=> "ruby 1.9.3dev (2011-03-08... -
01:45 AM Bug #4479 (Third Party's Issue): Psych fails to parse timestamps which is parsable by Syck
- =begin
$ irb -f -ryaml -rpsych --prompt simple
>> RUBY_DESCRIPTION
=> "ruby 1.9.3dev (2011-03-08 trunk 31054) [x86... -
06:28 AM Bug #4383 (Third Party's Issue): psych fails to parse a symbol in a flow sequence
- =begin
I'm closing this as a third party issue. The problem stems from ambiguities in the YAML spec with regard to J... -
04:18 AM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Any additional information I can provide to help someone fix this?
=end
-
03:30 AM Revision 85df40e9 (git): * misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):
- do not apply deep-indent inside parens at the beginning of
expressions.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
02:56 AM Feature #4481 (Closed): Add client_ca method to OpenSSL::SSLSocket
- =begin
Please add "client_ca" method to OpenSSL::SSLSocket to solve the following problem.
Problem:
If a SSL ser... -
02:26 AM Bug #4480 (Closed): Thread-local variables issue: Thread#[] returns nil when called first time
- =begin
In ruby 1.9.2p180
t = Thread.new do
Thread.current[:var] = "var"
Thread.stop
end
p t[:var] #... -
01:41 AM Revision bc650f27 (git): fix typos and remove trailing spaces
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:33 AM Revision acd036bc (git): * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):
- support paralell-make under ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31059 b2dd03c8-39d4-4d8f-98ff-823... -
12:25 AM Revision 15f0e53a (git): * process.c (proc_setgroups): use getgrnam() if getgrnam_r() is
- not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:08 AM Revision 487185de (git): * process.c: RARRAY_LEN() returns long int.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 AM Revision 108eb9c6 (git): * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiple
- type names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom