Project

General

Profile

Activity

From 05/19/2010 to 05/25/2010

05/25/2010

09:50 PM Bug #3339: win32ole test failure
=begin
助田です。

On Tue, May 25, 2010 at 08:44:06PM +0900, U.Nakamura wrote:
> (1) 0バイトのファイル test.txt が作成される
> (2) ショートカットは一切作成されていない
> (3) 「ショートカットの作成(&S)」は出力されている。

ありがとうございます。

うーん。よくわからないです...。
(3) が出力されているということは、ちゃんとエクスプローラの...
suke (Masaki Suketa)
08:44 PM Bug #3339: win32ole test failure
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:41411] Re: [Bug #3339] win32ole test failure"
on May.25,2010 20:22:59, <masaki.suketa@nifty.ne.jp> wrote:
> 以下に記載したスクリプトの実行結果を教えていただけますか?
> 期待している結果は、
> (1) カレントディレクトリに test.txt が...
usa (Usaku NAKAMURA)
08:23 PM Bug #3339: win32ole test failure
=begin
助田です。

On Tue, May 25, 2010 at 04:25:13PM +0900, Usaku NAKAMURA wrote:

> 直前のInvokeVerbが失敗してるんだろうとは思うんですが、原因を調査するには
> 何をすればいいですか?
>

ご報告ありがとうございます。

以下に記載したスクリプトの実行結果を教えていただけますか?
期待している結果は、
(1) カレントディレクトリに test.txt が...
suke (Masaki Suketa)
04:25 PM Bug #3339 (Closed): win32ole test failure
=begin
win32oleのテストが1件失敗します。
環境はWindows 7(32bit)です。
直前のInvokeVerbが失敗してるんだろうとは思うんですが、原因を調査するには
何をすればいいですか?

1) Failure:
test_invokeverb(TestInvokeVerb) [test/win32ole/test_folderitem2_invokeverb.rb:75]:
<1> expected but w...
usa (Usaku NAKAMURA)
07:43 PM Bug #3341 (Closed): Random#randにTimeのRangeを渡すとSEGVする
=begin
下の様なコマンドでSEGVします。Time.nowである必要はなくて、とにかくTimeなら何でも落ちます。

$ ruby -e 'Random.new.rand(Time.now..Time.now)'
-e:1: [BUG] Segmentation fault
ruby 1.9.3dev (2010-05-25 trunk 28010) [x86_64-linux]

-- control frame ----------
...
ryoqun (Ryo Onodera)
07:23 PM Bug #1342: signal handling on HP-UX
=begin

=end
naruse (Yui NARUSE)
07:23 PM Bug #3306: rbconfig.rb RPATHFLAG wrong for AIX
=begin

=end
naruse (Yui NARUSE)
03:57 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
=begin
Hi,

Please set the "Done %" for this issue to 80%.

The remaining 20% is for (possibly) rewriting
my proposed Kernel#Hash() Ruby code in C.

Thanks for your consideration.
=end
sunaku (Suraj Kurapati)
03:39 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
=begin
Hi Ammar,

Please try r25842 or newer (with and without my patch) and see if it solves
your problem. That particular revision solves the "[BUG] object allocation
during garbage collection phase" error (reported in #2258)...
sunaku (Suraj Kurapati)
03:15 PM Feature #2190: FileUtils::chmod - allow symbolic mode
=begin
Thanks for your patch, takkanm! I hope the Ruby developers will
accept it into Ruby trunk. I have one small suggestion for you:

def fu_mode(mode, path)
- mode.class == String ? symbolic_modes_to_i(mode, path) : ...
sunaku (Suraj Kurapati)
03:14 PM Revision f054a1bb (git): merge revision(s) 28013:
* regparse.c (add_code_range_to_buf0): fix false negative
warning when given range is just before previous range.
[ruby-dev:41406]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28015 b2dd03c8-39d4-...
naruse (Yui NARUSE)
03:12 PM Revision 56734a19 (git): * 2010-05-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:12 PM Revision 81c5ede3 (git): * regparse.c (add_code_range_to_buf0): fix false negative
warning when given range is just before previous range.
[ruby-dev:41406]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
02:26 PM Revision 415be475 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:25 PM Revision c3f2d17a (git): refine an assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:10 PM Bug #3338: utf-8で全角のゼロとスラッシュが重複したキャラクタクラスと警告される
=begin

=end
nobu (Nobuyoshi Nakada)
12:09 PM Bug #3338 (Closed): utf-8で全角のゼロとスラッシュが重複したキャラクタクラスと警告される
=begin
1.9.2と1.9.3で出ます。1.9.1では出ません。

$ ruby -v a.rb
ruby 1.9.3dev (2010-05-12 trunk 27758) [universal.x86_64-darwin9.0]
a.rb:3: warning: character class has duplicated range: /[0/]/

$ cat a.rb
#! /usr/local/bin/ruby
# -...
nobu (Nobuyoshi Nakada)
10:49 AM Bug #3337 (Closed): MS-DOS device names are identified as readable_real
Special MS-DOS filenames return true from a call to `File.readable_real?` and `File.file?`. This exposes certain popular projects to a denial of service on the Windows platform.
```
irb(main):007:0> File.readable_real?("AUX")
=> tr...
hdm (HD Moore)
10:46 AM Bug #3332: r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
=begin

On May 22, 2010, at 13:49 , Gregory Brown wrote:

> Bug #3332: r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
> http://redmine.ruby-lang.org/issues/show/3332
>
> Author: Gregory Brown
>...
zenspider (Ryan Davis)
07:37 AM Revision 2c237422 (git): * misc/ruby-style.el (ruby-style-version): take revision if
keyword is expanded. [ruby-dev:41408]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:37 AM Revision 42c16a3b (git): * misc/ruby-style.el (ruby-style-version): take revision if
keyword is expanded. [ruby-dev:41408]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:12 AM Revision 2daff3cd (git): merge from trunk (r28008)
* test/test_find.rb: skip some tests on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
07:03 AM Revision 20811146 (git): * test/test_find.rb: skip some tests on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:26 AM Revision 41767a14 (git): * include/ruby/vm.h, include/ruby/encoding.h: add external
linkage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:26 AM Revision 847a7851 (git): * include/ruby/vm.h, include/ruby/encoding.h: add external
linkage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:07 AM Revision 7235ced6 (git): Ignore Makefile etc of json, fiddle and io/console.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:01 AM Revision 57afbef6 (git): Ignore Makefile and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:44 AM Bug #3316: Kernel#caller returns nil as well
=begin
遠藤です。

2010年5月22日0:59 Nobuhiro IMAI <nov@yo.rim.or.jp>:
> これで、1.8 と同じ挙動になっていると思います。という訳で、せっかくパッ
> チを取り込んでいただいたのに、RDoc の方が間違いになってしまいました。

うああ。


> 以下のパッチで正しい記述になると思います。ついでに、
>
> * 他の場所に合わせて s/Array/array/
> * 実際の出力に合わせ...
mame (Yusuke Endoh)
12:51 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
=begin
Hi,

neomjp, we really appreciate your contribution for cygwin support, but
very sorry, we can't afford to review and test your patch because there
is no maintainer for cygwin.
Also, we have no enough time to test it fo...
mame (Yusuke Endoh)

05/24/2010

11:58 PM Revision ffdcd1a4 (git): merge revision(s) 26835:
* ext/openssl: backport fixes in 1.9.
* r25019 by marcandre
* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def.
Patch by Chris Chandler [ruby-core:18411]
* r25017 by marcandre
...
shyouhei (Shyouhei Urabe)
09:18 PM Feature #3328: Kernel#p outputs as default_internal encoding, and so on
=begin
成瀬です。

(2010/05/21 8:10), Masaya Tarui wrote:
> Feature #2102 [ruby-dev:39343] でString#inspectについては強制的にencodingを
> 揃えるようになりましたが、SymbolやRegexpについてはそうなっておらず、
> 同じような簡単にエラーになる状態になっています。ユーザー定義のinspectにも
> 同様です。またにinspectで文字コードの...
naruse (Yui NARUSE)
07:08 PM Revision 1da4e3b9 (git): Backport #776 [ruby-core:20043]; Added an #ifdef _WIN32 to rb_io_flush in io.c to fsync on windows to ensure that a flush took place.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
06:39 PM Revision 91b056e1 (git): Backport #484 [ruby-core:18377]; Make OpenSSL::Config freeze correctly, preventing further config changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
05:25 PM Revision 646a31fb (git): Backport #1700 [ruby-core:24078]; Stringify group argument in #fu_get_gid before making regexp match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
05:18 PM Revision 1ecd9885 (git): * 2010-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:18 PM Revision a7a9d0cf (git): Added --disable-ucontext, to be used with --enable-pthreads, to improve performance when built with pthread support by eliminating the oodles of sigprocmask calls that otherwise occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
04:54 PM Revision 210a4e8e (git): * 2010-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:54 PM Revision 41bb268d (git): merges r27995 from trunk into ruby_1_9_2.
--
* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
<nov at yo.rim.or.jp> in [ruby-dev:41387].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
04:48 PM Revision 75497d8a (git): * 2010-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:48 PM Revision 94818524 (git): * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
<nov at yo.rim.or.jp> in [ruby-dev:41387].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
04:45 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
=begin
2010年5月19日21:04 Yusuke Endoh <redmine@ruby-lang.org>:

> test/unit を他の互換なテストフレームワーク (Test::Unit 2 とか?) に入れ
> 替えることを検討した方がいいかも知れません。

経験上、1.8 の test/unit では、test/unit 内で異常終了 (SEGV とか) したとき、
再現スクリプトを最小化するのがとてもたいへんだったので、もとに戻すの...
akr (Akira Tanaka)
03:41 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:41337] Re: [Bug #3307] ext/tk がheader fileの有無を誤判定する"
on Tue, 18 May 2010 21:26:29 +0900, Yusuke ENDOH <mame@tsg.ne.jp> writes:

|ところで、樽家さんはよく貢献してくれているので、コミット権を
|差し上げるのはどうでしょうか。
|...
matz (Yukihiro Matsumoto)
02:05 PM Revision 0344bece (git): * error.c: fix wrong exception class name in rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:02 PM Revision c3ebf85a (git): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:50 PM Revision 3cea675f (git): add an assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:26 AM Bug #3335 (Rejected): test/psych/json/test_stream.rb reports many errors
=begin
Loaded suite test/psych/json/test_stream
Started
EEEEEEEE
Finished in 0.001250 seconds.

1) Error:
test_null(Psych::JSON::TestStream):
NameError: uninitialized constant Psych::JSON::Stream
test/psych/json/te...
usa (Usaku NAKAMURA)
10:00 AM Revision 706a64d7 (git): * parse.y (warn_balanced, parser_yylex): no warnings after closing
parens.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:00 AM Revision bf36feb7 (git): * parse.y (warn_balanced, parser_yylex): no warnings after closing
parens.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:31 AM Revision e9ff453d (git): * common.mk (change, prelude): phony targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:29 AM Feature #3112: require "yaml" doesn't use psych as default
=begin
Bump.

I think the lack of a Syck maintainer, yet making Syck the default in 1.9.2
needs to be addressed. 1.9.2 is probably going to be the de-facto release
for some time. What's the rationale for keeping an unmaintained majo...
wycats (Yehuda Katz)
06:32 AM Revision bb512fdd (git): * tool/change_maker.rb: line number may not present.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:26 AM Feature #3333 (Rejected): mkmf (have|find)_cxx_header
=begin
なかだです。

ruby-devに移動します。

At Fri, 21 May 2010 17:30:06 +0900,
KISHIMOTO, Makoto wrote in [ruby-list:47096]:
> [ruby-list:47092] で振ってみた話題に関係して、なのですが(ツリーになりませんでしたが)、

redmine.ruby-lang.orgに登録されるのはruby-devかruby-coreだ...
nobu (Nobuyoshi Nakada)
06:10 AM Revision c5652b90 (git): * tool/change_maker.rb: use external diff for -p option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:52 AM Revision e16c316b (git): * common.mk (change), tool/change_maker.rb: make a brief template
for ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:21 AM Revision ccba83fe (git): * gc.c (gc_sweep): suppres a warning on VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura

05/23/2010

11:16 PM Revision c7ab8693 (git): * process.c (rb_f_spawn): use correct command name for the error
message. [ruby-dev:41395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:16 PM Revision d837ce5e (git): * process.c (rb_f_spawn): use correct command name for the error
message. [ruby-dev:41395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:00 PM Revision 7e0f9244 (git): * 2010-05-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:00 PM Revision 968bac58 (git): * io.c, eval.c, process.c: remove all condition of r26371.
now, all platform use the same way. [Bug #3278][ruby-core:30167]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
05:47 PM Bug #3331 (Closed): Suppress Warning: class <<self
=begin
This issue was solved with changeset r27966.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
01:38 PM Revision 58a48281 (git): merges r23892 from trunk into ruby_1_9_1.
--
* rational.c (float_to_r): always returns rational.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
01:37 PM Revision ba595fe9 (git): merges r24205 from trunk into ruby_1_9_1.
--
* complex.c (make_patterns): do not use \d.
* rational.c (make_patterns): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
01:36 PM Revision 3ae8d8aa (git): * 2010-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:36 PM Revision e0e92175 (git): merges r27555 from trunk into ruby_1_9_1.
--
* numeric.c (fix_mul): the width of fixnum is same as long's on all
platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:19 PM Revision f37315d0 (git): merges r27953 from trunk into ruby_1_9_2.
--
* numeric.c (rb_num2ulong): explicit cast to suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:18 PM Revision 079959d5 (git): merges r27946 from trunk into ruby_1_9_2.
--
* ext/syck/implicit.c (YYFILL): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:18 PM Revision 8a684f67 (git): merges r27944 from trunk into ruby_1_9_2.
--
* suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:18 PM Revision ef8f24d0 (git): merges r27930 from trunk into ruby_1_9_2.
--
* thread.c (subtract_tv): if the rest is zero, should finish waiting
immediately.
* win32/win32.c (subtract): ditto.
based on a patch from Roger Pack in [ruby-core:27957].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
yugui (Yuki Sonoda)
12:18 PM Revision e7ec68a4 (git): merges r27929 from trunk into ruby_1_9_2.
--
* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:18 PM Revision caa4a53f (git): merges r27922 from trunk into ruby_1_9_2.
--
* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodError
when COM method is not found. [ruby-core:30160] [Bug #3277]
* test/win32ole/test_win32ole.rb (test_no_method_error): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br...
yugui (Yuki Sonoda)
12:18 PM Revision ff6b42e7 (git): merges r27904,r27907 and r27909 from trunk into ruby_1_9_2.
--
* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.
--
* ChangeLog: commit miss. sorry.
--
* ChangeLog: sorry. fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches...
yugui (Yuki Sonoda)
12:18 PM Revision a8e4a2aa (git): merges r27690 and r27903 from trunk into ruby_1_9_2.
--
* lib/net/imap.rb (disconnect): terminates @receiver_thread even if
@sock.shutdown raises an exception. [ruby-dev:34881]
--
* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAP
object only when it is not closed. [rub...
yugui (Yuki Sonoda)
10:24 AM Revision e2dc055b (git): merges r27855 from trunk into ruby_1_9_2.
--
* ext/psych/lib/psych/emitter.rb: removing unused file.
* ext/psych/lib/psych/json/tree_builder.rb: moving tree builder to an
event based external class.
* ext/psych/lib/psych/tree_builder.rb: adding an end_stream event.
* ext/psych...
yugui (Yuki Sonoda)
10:24 AM Revision fca68886 (git): merges r27848 from trunk into ruby_1_9_2.
--
* eval.c (setup_exception): let SystemStackError#backtrace return an
single element array instead of string itself. [ruby-core:30196]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27969 b2dd03c8-39d4-4d8f-98ff-82...
yugui (Yuki Sonoda)
09:15 AM Revision 7e94a8d2 (git): * common.mk (capi): uses a timestamp file to get rid of
generating twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
08:48 AM Revision b4f1eaa4 (git): * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,
lib/irb/cmd/fork.rb, lib/mutex_m.rb,
lib/shell/process-controller.rb, lib/sync.rb, object.c:
suppress warnings patched by Benoit Daloze at [ruby-core:30366].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27967 b2dd03c8-39d4-4d8...
nobu (Nobuyoshi Nakada)
08:48 AM Revision 4cfff33f (git): * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,
lib/irb/cmd/fork.rb, lib/mutex_m.rb,
lib/shell/process-controller.rb, lib/sync.rb, object.c:
suppress warnings patched by Benoit Daloze at [ruby-core:30366].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27967 b2d...
nobu (Nobuyoshi Nakada)
08:40 AM Revision 39f09ca1 (git): * parse.y (warn_balanced): no warning for singleton class.
[ruby-core:30366]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:40 AM Revision cd302831 (git): * parse.y (warn_balanced): no warning for singleton class.
[ruby-core:30366]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:16 AM Revision ce8257da (git): * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppress
warnings with -Wconversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:15 AM Revision 9376a51e (git): * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): removed
unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:56 AM Revision 14f7df24 (git): * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppress
warnings with -Wconversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:49 AM Bug #3332 (Rejected): r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
=begin
Building from http://svn.ruby-lang.org/repos/ruby/trunk at r27953 causes gem install to fail on both Mac OS X 10.5 and 10.6.

Steps to reproduce follow:

Build from SVN at the above revision in the standard way:

aut...
sandal (Gregory Brown)

05/22/2010

10:22 PM Bug #3331 (Closed): Suppress Warning: class <<self
=begin
Hi,
Running a simple program under trunk with warnings, I got one that could be solved very easily:
`<<' after local variable is interpreted as binary operator
even though it seems like here document

It is indeed not...
Eregon (Benoit Daloze)
10:12 PM Revision de26aaa5 (git): * 2010-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:12 PM Revision 044d6010 (git): * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming API
* ext/psych/lib/psych/stream.rb: ditto
* ext/psych/lib/psych.rb: using autoload
* ext/psych/lib/psych/json.rb: ditto
* ext/psych/lib/psych/json/tree_builder.rb: refactor
* ext/psych/lib/psych/visitors/json_tree.rb: refactor
git-svn-id: ...
tenderlovemaking (Aaron Patterson)
02:01 PM Bug #3324 (Third Party's Issue): build failure revision 27918
=begin

=end
nobu (Nobuyoshi Nakada)
01:31 PM Revision 8dbacbfe (git): merge revision(s) 26750:
* lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.
(Resolv::DNS::Requester#request): raise ResolvTimeout consistently
for timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27960 b2...
shyouhei (Shyouhei Urabe)
01:19 PM Revision a733f8f5 (git): merge revision(s) 26712:
* ext/readline/readline.c (Init_readline): initialize
check rl_catch_signals and rl_catch_sigwinch.
[ruby-core:28238] [ruby-core:28242]
* ext/readline/extconf.rb: check rl_catch_signals and
rl_catch_...
shyouhei (Shyouhei Urabe)
01:11 PM Revision 927ca6d7 (git): * test/net/http/test_connection.rb (TestHTTP::HTTPConnectionTest#test_connection_refused_in_request):
Wrong exception to assert.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
12:07 PM Revision 391ac601 (git): merge revision(s) 26645:
* 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_7@27957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
11:55 AM Revision 261a74df (git): merge revision(s) 26636:26638:
* lib/resolv.rb: fix [ruby-core:28144] reported by Hans de Graaff.
(Resolv::DNS#make_requester): pass nameserver_port to
UnconnectedUDP.new.
(Resolv::DNS.bind_random_port): change the is_ipv6 argument to
...
shyouhei (Shyouhei Urabe)
10:50 AM Revision b6b1a387 (git): merge revision(s) 26553:
* lib/net/http.rb (Net::HTTP#request): close @socket only after
started. [ruby-core:28028]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
10:41 AM Revision 5fe5a245 (git): merge revision(s) 26534:26536:
* eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]
[ruby-dev:40059]
* eval.c (rb_mod_define_method): return original block but not
bound block. [ruby-core:26984]
git-svn-id: svn+ssh://ci.ruby-lang.o...
shyouhei (Shyouhei Urabe)
09:34 AM Feature #3176: Thread#priority= should actually do something
=begin
I'm attaching a patch for using setpriority on linux and thereby bypassing (on that platform) all the priority queue stuff which my patch implements. setpriority still doesn't work for me, so this patch is to be considered highly...
coatl (caleb clausen)
08:14 AM Revision eb5f96d7 (git): * numeric.c (rb_num2ulong): explicit cast to suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 AM Bug #3295: make test aborted
=begin
小崎です

>  ささだです.
>
> (2010/05/22 3:45), KOSAKI Motohiro wrote::
>> いただいたパッチはこちらでtrunkに入れておくので、コンパイルオプションで
>> 逃げる事が出来そうなら、再度上書きしてくださいませ
>
> ええと,swapcontext() 使うと,結局速くならないので(signal mask の設定
> でシステムコール発行するので遅い),このパッチをそのまま入れる...
kosaki (Motohiro KOSAKI)
06:31 AM Bug #3295: make test aborted
=begin
 ささだです.

(2010/05/22 3:45), KOSAKI Motohiro wrote::
> いただいたパッチはこちらでtrunkに入れておくので、コンパイルオプションで
> 逃げる事が出来そうなら、再度上書きしてくださいませ

 ええと,swapcontext() 使うと,結局速くならないので(signal mask の設定
でシステムコール発行するので遅い),このパッチをそのまま入れるのは反対で
す.configure ...
ko1 (Koichi Sasada)
03:57 AM Bug #3295 (Closed): make test aborted
=begin
This issue was solved with changeset r27949.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
kosaki (Motohiro KOSAKI)
03:45 AM Bug #3295: make test aborted
=begin
小崎です
こんにちは

> 今回、Ubuntu-10.0.4 環境で Fiber が原因で Abort するのは Ubuntu-10.0.4で
> は、最適化オプションを O3 としたときに __longjmp_chk という関数を使用す
> るためのようです。
> (O0 のときは _longjmp が使用されるようです。そのため、cont.c を O0 でコ
> ンパイルすると、make test に通ります。)

軽く調べたところ...
kosaki (Motohiro KOSAKI)
03:57 AM Bug #3311 (Closed): make test-all fails with *** stack smashing detected ***
=begin
This issue was solved with changeset r27949.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
kosaki (Motohiro KOSAKI)
02:19 AM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
=begin
Good idea. Unfortunately it needs to traverse (and mark) all the "old" heaps during GC, so that it can see which items are still accessible in the namespace. Unless you can guarantee that no new objects will be pointed to by me...
rogerdpack (Roger Pack)
12:59 AM Bug #3316: Kernel#caller returns nil as well
=begin
いまいです。

From: Yusuke ENDOH <mame_at_tsg.ne.jp>
Date: Thu, 20 May 2010 21:58:42 +0900

> 遠藤です。
>
> 2010年5月20日4:47 Nobuhiro IMAI <nov@yo.rim.or.jp>:
>> が、これだと、caller(0) で返る配列のサイズを越える数を引数として渡して
>> も空配列が返るようになってしまっているようです。
...
no6v (Nobuhiro IMAI)

05/21/2010

09:51 PM Revision 8a22f219 (git): * 2010-05-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:51 PM Revision 291ed75c (git): * cont.c: revert FIBER_USE_NATIVE feature.
i.e. r27635, r27643, r27646, r27682, r27701
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
07:38 PM Feature #3330 (Rejected): mkmf (find|have)_cxx_header
=begin
うっかりruby-listに投げてしまったきしもとです

[ruby-list:47092] で振ってみた話題に関係して、なのですが(ツリーになりませんでしたが)、
mkmf に C++ のヘッダをチェックする機能を追加するパッチです。

Index: configure.in
===================================================================
--- co...
metanest (Makoto Kishimoto)
06:55 PM Revision 3885841d (git): * 2010-05-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:55 PM Revision 51ba9a6b (git): * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().
[ruby-dev:41316] [Bug #3295]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
06:28 PM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
=begin

On May 20, 2010, at 06:18 , Zev Blut wrote:

> Issue #3320 has been updated by Zev Blut.
>
>
> I found another related parse error. Unfortunately, I am not sure how to fix this one.
> This is a multi line string that...
zenspider (Ryan Davis)
02:53 PM Revision dad3ce7a (git): merged from trunk (r27922)
* ext/win32ole/win32ole.c (ole_invoke): merged from trunk (r27922).
raise NoMethodError when COM method is not found.
* test/win32ole/test_win32ole.rb (test_no_method_error): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
suke (Masaki Suketa)
12:27 PM Bug #3314 (Closed): ruby_dbl2cstrで不具合
=begin
This issue was solved with changeset r27937.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
11:47 AM Feature #3010: slow require gems in ruby 1.9.1
=begin
It appears that with --disable-gems 1.9.2 is still *significantly* slower than 1.8.6 for loading gems.

on my box, require 'facets'

(~80 gems installed)

1.8.6 1.6s
1.9.3dev 3.7s
1.9.3dev --disable-gems 6.7s
...
rogerdpack (Roger Pack)
10:11 AM Revision 6d1940fe (git): * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too huge
string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:11 AM Revision 042d12d8 (git): * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too huge
string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:21 AM Revision ca3f208b (git): * ext/syck/implicit.c (YYFILL): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:12 AM Revision d6fe62e9 (git): * configure.in (warnflags): removed -pedantic after all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:10 AM Revision 87af442f (git): * suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:55 AM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
=begin
Adding garbage_collect() before leak and after unleak
=end
Dan42 (Daniel DeLorme)
08:39 AM Revision c6b6293b (git): * configure.in: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:35 AM Revision c09c6ee5 (git): * configure.in (warnflags): add -pedantic if gcc.
* include/ruby/ruby.h (rb_intern): C90 needs nonempty macro
arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:24 AM Revision 5b6bc69f (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:10 AM Feature #3328 (Rejected): Kernel#p outputs as default_internal encoding, and so on
=begin
樽家です。

Feature #2102 [ruby-dev:39343] でString#inspectについては強制的にencodingを揃えるようになりましたが、SymbolやRegexpについてはそうなっておらず、同じような簡単にエラーになる状態になっています。ユーザー定義のinspectにも同様です。またにinspectで文字コードの違いが区別できません。

そこで、Kernel#pで表示する前やArrayやHashで各ins...
tarui (Masaya Tarui)
06:55 AM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
=begin
須藤です。

In <4bf3d3e748996_4eae5a0b5361089@redmine.ruby-lang.org>
"[ruby-dev:41353] [Bug #3037] testrb の動作が1.8.7 の testrb と違いすぎる" on Wed, 19 May 2010 21:04:55 +0900,
Yusuke Endoh <redmine@ruby-lang.org> wrote:

> 1.9.3 以降...
kou (Kouhei Sutou)
05:34 AM Bug #3324: build failure revision 27918
=begin
This is fixed upstream in rubyinstaller; git pull && rebuild
=end
hdm (HD Moore)
04:55 AM Bug #3324: build failure revision 27918
=begin
The command line requires the addition of -I ../ruby_1_9/lib, however the build still fails generating encodings
=end
hdm (HD Moore)
04:55 AM Revision 2b8fb39d (git): * configure.in (LIBRUBYARG_SHARED): shared library will not be
created unless enable-shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:35 AM Revision 73997d38 (git): * ruby.c (ruby_init_loadpath_safe): use real path for non-shared
build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:57 AM Revision b32e8a59 (git): * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppress
warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:26 AM Revision e207a391 (git): * marshal.c (w_float): use dtoa directly instead of stripping
needless trailing .0.
* numeric.c (flo_to_s): reverted. [ruby-dev:41341]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:24 AM Bug #2690 (Assigned): IO#select unable to select for < 0.015s
=begin
# should backport to ruby_1_9_2 after some tests,
# so keep this ticket open until next week.
=end
usa (Usaku NAKAMURA)
01:17 AM Bug #2690 (Closed): IO#select unable to select for < 0.015s
=begin
This issue was solved with changeset r27930.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
usa (Usaku NAKAMURA)
12:39 AM Bug #3084 (Assigned): ri shows the same description twice
=begin
Hi,

2010/5/14 Tomo Kazahaya <redmine@ruby-lang.org>:
> It seems to be fixed for most of the classes.
> Though Integer is still showing this symptom...


Thank you! Confirmed.

Eric, how about this patch?

...
mame (Yusuke Endoh)

05/20/2010

11:53 PM Bug #3324: build failure revision 27918
=begin
I too am hitting this problem (using rubyinstaller and mingw32)
=end
hdm (HD Moore)
09:31 PM Bug #3324 (Third Party's Issue): build failure revision 27918
=begin
they seem to have bumped the revision to 27918 and now it fails at

ruby -I../ruby_1_9 ../ruby_1_9/tool/compile_prelude.rb ../ruby_1_9/ prelude.rb miniprelude.c ../ruby_1_9/tool/compile_prelude.rb:7:in `require': no such file...
sapsford55 (david .sapsford)
11:51 PM Bug #3136: reuse of singleton method definition causes SEGV
=begin
遠藤です。

2010年4月12日22:45 Yusuke Endoh <redmine@ruby-lang.org>:
> 以下で SEGV します。
>
>
> def overlaid(obj)
> class << obj
> def reverse
> super
> end
> end
> end
>
> overlaid(str = "123") # (1)...
mame (Yusuke Endoh)
11:38 PM Revision 02e3cc34 (git): * 2010-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:38 PM Revision 81f7b2e7 (git): * common.mk (EXPORTOBJS): merged r24482 from trunk. [Bug #3326]
* common.mk (miniruby$(EXEEXT)): ruby.imp need to be created
before creating miniruby. [Bug #3326]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Yutaka Kanemoto
10:57 PM Bug #3319 (Closed): Regexp#unionの説明と動作で食い違いがある。
=begin
This issue was solved with changeset r27929.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
mame (Yusuke Endoh)
10:18 PM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
=begin
I found another related parse error. Unfortunately, I am not sure how to fix this one.
This is a multi line string that starts on one line and ends on a different line with a ?
Such as:
----
x = 'What do you think abo...
zev (Zev Blut)
12:21 AM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
=begin

=end
zev (Zev Blut)
12:08 AM Bug #3320 (Third Party's Issue): emacs ruby-mode.el font-lock fails on symboled string ending with ?
=begin
Fontification breaks when emacs sees a symbol like
:'this is a symbol?'

example code:
----------
class EmacsExample
:symbol

'this is a test'
'is this a test?'
"Can this be a test"
:'this is an e...
zev (Zev Blut)
09:58 PM Bug #3316: Kernel#caller returns nil as well
=begin
遠藤です。

2010年5月20日4:47 Nobuhiro IMAI <nov@yo.rim.or.jp>:
> が、これだと、caller(0) で返る配列のサイズを越える数を引数として渡して
> も空配列が返るようになってしまっているようです。

ぐああ、問題を誤解していました。nil が帰ることがあるのは元からなんですね。
以下のパッチで再挑戦します。それから頂いたパッチは取り込んでおきます。


diff --git a/v...
mame (Yusuke Endoh)
04:47 AM Bug #3316: Kernel#caller returns nil as well
=begin
いまいです。

From: Yusuke ENDOH <mame_at_tsg.ne.jp>
Date: Wed, 19 May 2010 20:05:45 +0900

> 見たところ r21932 で入った変更のようですが、ChangeLog によると
> 最適化かリファクタリングを意図したもののようで、挙動変更自体は
> 意図していなかったものと思います。
> トップレベルでは空配列を返すように修正しておきます。

ありがとうご...
no6v (Nobuhiro IMAI)
08:57 PM Bug #3277 (Closed): win32ole cannot print?
=begin
This issue was solved with changeset r27922.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
suke (Masaki Suketa)
07:36 PM Revision c3407246 (git): Backport #145 [ruby-dev:35075]; Fixes some misleading exceptions in IRB's fg command when used with no arguments or invalid arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
07:14 PM Revision d6cca5a5 (git): * 2010-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:14 PM Revision 5ada603a (git): lib/cgi.rb: Backport #229 [ruby-core:17634]; CGI::Cookie objects can get out of sync when CGI::Cookie#value= is used to assign a new value. Also, if a nil value ends up in the array of values for the cookie, CGI::Cookie#to_s would blow up on a gsub error when it tried to CGI::escape the nil value. This is fixed so that nils are treated as empty strings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
06:55 PM Bug #3323: Spawning process on unicode path is not supported on windows
=begin
ahh, sorry, I was too optimistic ...
=end
vo.x (Vit Ondruch)
06:44 PM Bug #3323 (Assigned): Spawning process on unicode path is not supported on windows
=begin
Encoding of the arguments of CreateChild() is not UTF-8, in many cases.
=end
usa (Usaku NAKAMURA)
06:32 PM Bug #3323 (Closed): Spawning process on unicode path is not supported on windows
=begin
Attached patch should address this issue.
=end
vo.x (Vit Ondruch)
06:23 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:41371] Re: [Bug #3318] net/imap/test_imap.rb reports an error on Windows"
on May.20,2010 16:50:31, <shugo@ruby-lang.org> wrote:
> >> 311行目の
> >>
> >> @receiver_thread.raise(e)
...
usa (Usaku NAKAMURA)
04:50 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
=begin
前田です。

2010年5月20日15:41 U.Nakamura <usa@garbagecollect.jp>:
>> r27903で修正してみましたがどうでしょうか。
>> # synchronizeするようにしましたが、closed?をチェックせずにcloseしてIOErrorをrescue
>> # した方がよいのかも。
>
> とりあえず、テストの失敗自体はなくなりました。
> ありがとうございます。

了解です。

...
shugo (Shugo Maeda)
03:41 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:41360] Re: [Bug #3318] net/imap/test_imap.rb reports an error on Windows"
on May.19,2010 23:27:37, <shugo@ruby-lang.org> wrote:
> 2010年5月19日18:22 Usaku NAKAMURA <redmine@ruby-lang....
usa (Usaku NAKAMURA)
06:11 PM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
=begin
You might want to run the GC first.
=end
rkh (Konstantin Haase)
05:58 PM Feature #3322 (Rejected): Simple Patch to make ruby copy-on-write-friendly
=begin
A lot has been said about ruby's lack of COW-friendliness; a full solution like REE has a performance impact, but I think I've come up with a simple trick that solves the problem of pre-forking servers. Basically, this patch imp...
Dan42 (Daniel DeLorme)
04:13 PM Revision 0303a1ca (git): * 2010-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:13 PM Revision f82a6840 (git): * thread.c (subtract_tv): if the rest is zero, should finish waiting
immediately.
* win32/win32.c (subtract): ditto.
based on a patch from Roger Pack in [ruby-core:27957].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:41 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
=begin
> この件ですが、test/unit のメンテナとしてリストされていた Ryan Davis に
> 問い合わせたところ (#3275) 、Ryan は test/unit のメンテナではないという
> 返事が来ました。つまり、現在 test/unit にメンテナがおりません。

なるほど。そのやり取りは見ていました。

> メンテナ不在の状況で対応するには大変なのと、--console や --gtk や --fox
> な...
okkez (okkez _)
01:52 PM Revision 268f95bd (git): * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
01:21 PM Revision 96018aca (git): * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
<nov at yo.rim.or.jp> in [ruby-dev:41348].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
01:18 PM Revision 85ea8e9c (git): * 2010-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:18 PM Revision 2f4dd821 (git): * vm.c (vm_backtrace_each): now takes an init function to distinguish
an empty stack from out of stack. [ruby-dev:41366]
* vm_eval.c (print_backtrace, rb_thread_backtrace): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
01:09 PM Revision 5c94d2d4 (git): * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
<nov at yo.rim.or.jp> in [ruby-dev:41348].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
01:07 PM Revision 9219029d (git): * vm.c (vm_backtrace_each): now takes an init function to distinguish
an empty stack from out of stack. [ruby-dev:41366]
* vm_eval.c (print_backtrace, rb_thread_backtrace): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
12:26 PM Revision c15517c9 (git): * win32/Makefile.sub (miniruby.exe): merge miss of r27053, too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
11:55 AM Revision c3a13f6c (git): * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodError
when COM method is not found. [ruby-core:30160] [Bug #3277]
* test/win32ole/test_win32ole.rb (test_no_method_error): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
10:12 AM Revision d391cd57 (git): merge from trunk (parts of r27457)
* ext/openssl/extconf.rb: check some functions added at OpenSSL 1.0.0.
* ext/openssl/ossl_engine.c (ossl_engine_s_load): use engines which
exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27921 b2dd03c8-39d4-4d8...
U.Nakamura
09:55 AM Revision e0d28328 (git): * 2010-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:55 AM Revision 57b9ac65 (git): * win32/Makefile.sub (ARCHMINIOBJ): merge miss of r27053.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
09:14 AM Bug #3306: rbconfig.rb RPATHFLAG wrong for AIX
=begin
Hi,

Thank you very much for reporting this issue.

I think this can be fixed by r27307. I will ask branch maintainer to
back port it to ruby_1_9_1.

After applying it:
% ruby -v -rcurb -e 'p Curl::Easy.perform("http://ww...
kanemoto (Yutaka Kanemoto)
07:58 AM Revision 4fd8847d (git): merge revision(s) 26346:
* lib/webrick/httpservlet/filehandler.rb (make_partial_content):
add bytes-unit. [ruby-dev:40030]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
07:21 AM Revision 8ed4d5a4 (git): merge revision(s) 26326:
* ext/zlib/zlib.c: backport r18029 and r21861 from trunk.
* r18029 ext/zlib/zlib.c (rb_deflate_params): flush before
deflateParams. [ruby-core:17675] (by mame)
* r21861 ext/zlib/zlib.c (zstream_run): despe...
shyouhei (Shyouhei Urabe)
07:18 AM Revision df45be04 (git): * ext/psych/emitter: f..king C99(gcc)-ism.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
07:14 AM Revision b1ca15e4 (git): merge revision(s) 26307:
* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
06:57 AM Revision a6d4e182 (git): merge revision(s) 26277:
* eval.c (recursive_push): Taint internal hash to prevent
unexpected SecurityError; fixes #1864.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
06:45 AM Revision 5988c787 (git): merge revision(s) 26253:
* io.c (io_fwrite): preserve errno. [ruby-core:27425]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
04:03 AM Revision 5256d102 (git): * ext/psych/lib/psych/stream.rb: adding YAML streaming API for
infinite length streams.
* ext/psych/lib/psych.rb: refactoring for streaming API
* ext/psych/lib/psych/{handler, stream, tree_builder}.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)

05/19/2010

11:57 PM Bug #3307 (Closed): ext/tk がheader fileの有無を誤判定する
=begin
This issue was solved with changeset r27904.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nagai (Hidetoshi Nagai)
11:47 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
=begin
永井@知能.九工大です.

From: Masaya Tarui <redmine@ruby-lang.org>
Subject: [ruby-dev:41334] [Bug #3307] ext/tk がheader fileの有無を誤判定する
Date: Tue, 18 May 2010 04:41:25 +0900
Message-ID: <4bf19bda79a18_4eb45c16e981d6@redmine.ruby-lang.or...
nagai (Hidetoshi Nagai)
11:47 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
=begin
永井@知能.九工大です.

From: Masaya Tarui <redmine@ruby-lang.org>
Subject: [ruby-dev:41334] [Bug #3307] ext/tk がheader fileの有無を誤判定する
Date: Tue, 18 May 2010 04:41:25 +0900
Message-ID: <4bf19bda79a18_4eb45c16e981d6@redmine.ruby-lang.or...
nagai (Hidetoshi Nagai)
11:27 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
=begin
前田です。

2010年5月19日18:22 Usaku NAKAMURA <redmine@ruby-lang.org>:
> imapのテストが以下のようなエラーを出します。
>
> 1) Error:
> test_idle_done_not_during_idle(IMAPTest):
> IOError: closed stream
> C:/ruby/test/net/imap/test_imap.rb:283:in ...
shugo (Shugo Maeda)
11:27 PM Bug #3318 (Closed): net/imap/test_imap.rb reports an error on Windows
=begin
This issue was solved with changeset r27903.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
shugo (Shugo Maeda)
06:22 PM Bug #3318 (Closed): net/imap/test_imap.rb reports an error on Windows
=begin
imapのテストが以下のようなエラーを出します。

1) Error:
test_idle_done_not_during_idle(IMAPTest):
IOError: closed stream
C:/ruby/test/net/imap/test_imap.rb:283:in `test_idle_done_not_during_idle'


以下のパッチで問題は出なくなるんですが、これでいいんでしょ...
usa (Usaku NAKAMURA)
11:25 PM Bug #2502: strange behavior of anonymous class inside a proc
=begin
Hi,

2009/12/19 caleb clausen <redmine@ruby-lang.org>:
> I have a problem in 1.9.1 when I run this code, extracted from a larger project:
> $VERBOSE=1
>
> class SubSeq
> def initialize
> @first=11
> ...
mame (Yusuke Endoh)
11:17 PM Bug #3319: Regexp#unionの説明と動作で食い違いがある。
=begin
樽家です。

probablyは酷かったですね。すいません。
代案ありがとうございます。これで個人的には特に不満ありません。
=end
tarui (Masaya Tarui)
10:14 PM Bug #3319: Regexp#unionの説明と動作で食い違いがある。
=begin
遠藤です。

2010年5月19日21:43 Masaya Tarui <redmine@ruby-lang.org>:
> ドキュメントでは要素のどれにでもマッチする正規表現を返すとしているのに対し、
> 実装では、
> ・後方参照を含む場合に他の要素の影響を受けて参照対象がずれる可能性がある。
> ・文字コード10を意味していた'\10'が後方参照として扱われる可能性がある。
> ・同じ名前の名前付き捕獲式集合を持つ要素同士のunion...
mame (Yusuke Endoh)
09:43 PM Bug #3319 (Closed): Regexp#unionの説明と動作で食い違いがある。
=begin
樽家です。

[ruby-dev:41247]から議論したもので、Regexp#unionの説明と動作で食い違いがあります。

食い違いの具体的な例については、
[ruby-dev:41247]及び[ruby-dev:41267]を参照ください。
内容としては、
ドキュメントでは要素のどれにでもマッチする正規表現を返すとしているのに対し、
実装では、
・後方参照を含む場合に他の要素の影響を受けて参照対象がずれる可能性が...
tarui (Masaya Tarui)
09:05 PM Bug #3275: incompatibility of testrb
=begin

=end
mame (Yusuke Endoh)
09:04 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
=begin
遠藤です。

2010年3月29日18:21 okkez _ <redmine@ruby-lang.org>:
> 1.8.7 の testrb では --help オプションで使用可能なオプションが詳しく表示されますが、
> ruby 1.9.2dev (2010-03-24 trunk 27030) [x86_64-linux] の testrb は表示しません。
>
> また 1.8.7 の testrb では以下のようにコ...
mame (Yusuke Endoh)
08:27 PM Bug #3316 (Closed): Kernel#caller returns nil as well
=begin
This issue was solved with changeset r27895.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
mame (Yusuke Endoh)
08:05 PM Bug #3316: Kernel#caller returns nil as well
=begin
遠藤です。

2010年5月19日12:49 Nobuhiro IMAI <redmine@ruby-lang.org>:
> [ruby-dev:41330] の件ですが、トップレベル云々は置いといて、
> nil が返ることもあるというのを RDoc に書いてみました。

反応が遅くてすみません。

見たところ r21932 で入った変更のようですが、ChangeLog によると
最適化かリファクタリングを意図したもののようで、挙動...
mame (Yusuke Endoh)
12:49 PM Bug #3316 (Closed): Kernel#caller returns nil as well
=begin
[ruby-dev:41330] の件ですが、トップレベル云々は置いといて、
nil が返ることもあるというのを RDoc に書いてみました。
trunk や branches/ruby_1_9_2 にそのまま当たると思います。
=end
no6v (Nobuhiro IMAI)
07:57 PM Bug #3312 (Closed): crash in mspec+patch
=begin
This issue was solved with changeset r27892.
caleb, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
mame (Yusuke Endoh)
07:16 PM Feature #3176: Thread#priority= should actually do something
=begin
Hi

> Kosaki, I have tried using setpriority on linux to get the OS to handle priorities, but it failed
> in the same way that pthread_setschedparam did; the test script would never finish and
> wouldn't even respond to ^C. I...
kosaki (Motohiro KOSAKI)
02:35 PM Feature #3176: Thread#priority= should actually do something
=begin
I've divided my patch into 13 pieces for easier consumption. Since I can only upload 1 file at a time, I tarred them together. I hope this will be the final version of this patch, but I'm always willing to revise if there is more...
coatl (caleb clausen)
05:56 PM Bug #3317 (Closed): test/rake/test_win32.rb does strange tests and reports errors and failures
=begin
See the results in the end of this message first.

1):
Why this test assume that ruby expands '~' even if ENV["HOME"] is not available?
All other platforms don't expand it in such case, same as ruby on Windows.

2):
...
usa (Usaku NAKAMURA)
05:15 PM Revision f0b0dd29 (git): * 2010-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:15 PM Revision 38376906 (git): * ext/psych/emitter.c: output strings are automatically transcoded
* test/psych/test_emitter.rb: supporting tests
* test/psych/test_encoding.rb: more supporting tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
04:49 PM Bug #1685: Some windows unicode path issues remain
=begin
Hi,

U.Nakamura wrote:
> In message "[ruby-core:30296] Re: [Bug #1685] Some windows unicode path issues remain"
> on May.18,2010 19:30:53, <billk@cts.com> wrote:
>
>> Would this approach also be considered for Dir.pwd:...
spatulasnout (B Kelly)
02:54 PM Revision 28f9376f (git): * ChangeLog: sorry. fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
02:53 PM Revision f5d24947 (git): * ChangeLog: sorry. fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
02:49 PM Revision 6f59b4d0 (git): * ChangeLog: commit miss. sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
02:45 PM Revision 06bbaea4 (git): * 2010-05-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:45 PM Revision 6e23ac0c (git): * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
02:45 PM Revision 3c80aa56 (git): * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
02:22 PM Revision f1ff36a3 (git): * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAP
object only when it is not closed. [ruby-dev:41350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
01:48 PM Revision 0a8d53e8 (git): merge from trunk (r27893)
* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it's
not exist as such name in ruby static library, so mkmf.rb cannot
find it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27902 b2dd03c8-39d4-4d8f...
U.Nakamura
01:47 PM Revision c2ff1696 (git): merge from trunk (r27887-r27889)
* test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should use
assert_equal instead of assert in such cases.
* test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.
* test/csv/test_interface.rb (t...
U.Nakamura
12:36 PM Revision 70987407 (git): merge revision(s) 27897:
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:20 PM Revision 42ad60bc (git): merge revision(s) 27891:
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:19 PM Revision 5d58894c (git): merge revision(s) 27890:
* numeric.c (rb_num2ulong): use rb_big2ulong for data from
Bignum. Without this 32bit integer on 32bit environment
can't converted into long.
This fixes 1) and 2) of [ruby-dev:41289]
git-svn-id: svn+ssh://...
naruse (Yui NARUSE)
11:50 AM Revision 92b7ae2b (git): Fix test to follow NetBSD's setenv(3).
On NetBSD, setenv("FOO=bar", "buzz") is interpreted that environ is
"FOO=buzz". This is from API change in POSIX.1-2001.
http://togetter.com/li/22380
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27897 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
11:30 AM Revision 621b15ce (git): * vm_eval.c (rb_f_caller): return [] instead of nil when the function
is called on toplevel. [ruby-dev:41348]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
11:18 AM Revision 56036e35 (git): * vm_eval.c (rb_f_caller): return [] instead of nil when the function
is called on toplevel. [ruby-dev:41348]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
11:06 AM Revision 0aef6008 (git): * iseq_compile_each (NODE_DEFINED): put nil first to fix stack
consistency. [ruby-core:30293]
Now, lfinish[0] of defined_expr seems not to be used. Refactoring
may be needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
10:59 AM Revision 61086883 (git): * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it's
not exist as such name in ruby static library, so mkmf.rb cannot
find it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
10:48 AM Revision 59af57e2 (git): * iseq_compile_each (NODE_DEFINED): put nil first to fix stack
consistency. [ruby-core:30293]
Now, lfinish[0] of defined_expr seems not to be used. Refactoring
may be needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
10:15 AM Revision 7eb7f063 (git): Fix test to follow the behavior of NetBSD's dlsym.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:22 AM Revision 20eebb85 (git): * numeric.c (rb_num2ulong): use rb_big2ulong for data from
Bignum. Without this 32bit integer on 32bit environment
can't converted into long.
This fixes 1) and 2) of [ruby-dev:41289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:10 AM Revision 230ffa11 (git): * test/csv/test_interface.rb (test_write_hash): may need to set binary mode
when converter is specified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
09:07 AM Revision ec21e843 (git): * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
09:03 AM Revision 55400cb8 (git): * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should use
assert_equal instead of assert in such cases.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
08:22 AM Revision bc85fde3 (git): * version.h (RUBY_VERSION_TEENY): revert to API version 1.9.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:20 AM Revision 53b89477 (git): merge from trunk (r27877, r27879, r27880, r27883, r27884)
* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
they are not implemented.
* test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Object
if the constant is not available.
* test/logger/...
U.Nakamura
05:14 AM Revision 4b1a1f77 (git): * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
05:08 AM Revision 11986371 (git): * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like as
Errno::EBADF and Errno::EINVAL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:32 AM Feature #3112: require "yaml" doesn't use psych as default
=begin
On Tue, May 18, 2010 at 08:30:14PM +0900, Yuki Sonoda wrote:
> Issue #3112 has been updated by Yuki Sonoda.
>
> Target version changed from 1.9.2 to 1.9.x
>
> I think syck works more or less correctly unlike dl2. So I want...
tenderlovemaking (Aaron Patterson)
03:22 AM Feature #3112: require "yaml" doesn't use psych as default
=begin
Yugui,

I am worried about possible encoding issues that can come in Syck that will
be hard to fix. For instance, Aaron was able to fix Psych to honor
default_internal in just a few days, and there is no real maintainer for
...
wycats (Yehuda Katz)
03:24 AM Revision c1b29ff5 (git): * ext/psych/lib/psych.rb: Adding Psych::Exception
* ext/psych/parser.c: Do not allow extern_encoding to be set twice
* test/psych/test_parser.rb: test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
03:12 AM Revision 15335f8a (git): * ext/psych/emitter.c: using xmalloc and xfree for memory allocation
* ext/psych/lib/psych/nodes/stream.rb: encoding should be read / write
* ext/psych/parser.c: supporting UTF-16 and UTF-16 + BOM
* test/psych/test_parser.rb: testing UTF-16 and UTF-16 + BOM
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
tenderlovemaking (Aaron Patterson)
03:05 AM Revision a8f8b617 (git): * test/logger/test_logger.rb: close logger (or logdevice) if it's related to
a file because some platforms such as Windows cannot remove opened files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
02:55 AM Revision 52064732 (git): * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Object
if the constant is not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
02:42 AM Revision 31fd9c15 (git): * 2010-05-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:42 AM Revision fa104492 (git): * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
they are not implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:46 AM Revision e184e61a (git): * 2010-05-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:46 AM Revision 36abd250 (git): merge from trunk (r27862)
* win32/win32.c (argv_size): merged into join_argv() to maintain the
agreement with it. removed code has a calclulation bug.
fixed [Bug#2388]
* win32/win32.c (join_argv): calc and return the length of joined
argv.
the cause of ...
U.Nakamura
01:01 AM Bug #3311: make test-all fails with *** stack smashing detected ***
=begin

=end
mame (Yusuke Endoh)
01:00 AM Bug #3295: make test aborted
=begin
遠藤です。

Fiber の高速化のせいのようです。以下のパッチで現象が消えます。
早急に直してください。できなければ 1.9.2 は見送りとします。
release plan に基づき、期限は 5 月末です。


diff --git a/cont.c b/cont.c
index c0c3619..8ca47be 100644
--- a/cont.c
+++ b/cont.c
@@ -35,6 +35,8...
mame (Yusuke Endoh)
12:46 AM Bug #3314 (Closed): ruby_dbl2cstrで不具合
=begin
樽家です。

r27774でruby_dbl2cstrが分離されていますが、これまでString型をリサイズして処理してた所で、
固定長のbufをそのまま使おうとして不具合が起きています。

ruby.exe -rscanf -e 'p "0x1.deadbeefp+99".scanf("%A")'

windowsではこれで落ちました。
元のString型を使うコードに戻したほうがよいと思います。
=end
tarui (Masaya Tarui)
 

Also available in: Atom