Project

General

Profile

Activity

From 10/15/2010 to 10/21/2010

10/21/2010

11:18 PM Bug #3924: Performance bug (in require?)
=begin
Yui,

Are you sure about this? because even disabling RubyGems and removing everything from $LOAD_PATH the IO operations performed by Ruby for a simple require are too much.

Ruby 1.8 also suffered from excessive IO opera...
luislavena (Luis Lavena)
05:47 PM Bug #3924: Performance bug (in require?)
=begin
As you know, it's a problem from gem's require.
It is planed that 1.9.3 fixes this.
=end
naruse (Yui NARUSE)
09:15 PM Revision b3ee43bb (git): Cleaned up clevar in test/unit's override of assert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
04:17 PM Bug #3728 (Closed): IO.select is not documented.
=begin
This issue was solved with changeset r29547.
Mike, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
04:15 PM Feature #3906: Initializing and loading Rails environment takes really long on Windows XP
=begin
This is considered RubyGems' problem and plan to fix in 1.9.3 because it needs a large change.
=end
naruse (Yui NARUSE)
04:00 PM Feature #3680 (Rejected): Splatting calls to_ary instead of to_a in some cases
=begin

=end
naruse (Yui NARUSE)
03:57 PM Bug #3911 (Closed): WEBrick::HTTPAuth::ProxyDigestAuth#check_uri should be private
=begin
This issue was solved with changeset r29546.
okkez, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
03:57 PM Bug #3849 (Closed): Add back documentation for [IO|Kernel].select
=begin
This issue was solved with changeset r29545.
Dave, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
03:48 PM Bug #3892 (Assigned): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
=begin

=end
naruse (Yui NARUSE)
03:47 PM Bug #3830 (Closed): ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
=begin
This issue was solved with changeset r29544.
Kiyoto, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
03:35 PM Bug #3880 (Feedback): Ruby 1.9.1 - crash in timeout.rb
=begin
Is this reproducible on Ruby 1.9.2?
=end
naruse (Yui NARUSE)
03:35 PM Feature #3888 (Closed): configure.in compatibility with autoconf 2.68
=begin
r29431 fixes this.
=end
naruse (Yui NARUSE)
03:24 PM Bug #3934: ChangeLog-1.9.3
=begin
西山さんが適当に修正していいんじゃないかなぁと思います。
=end
naruse (Yui NARUSE)
03:23 PM Bug #3971 (Assigned): Problem compiling 1.9.2-p0 under AIX 5.3
=begin

=end
naruse (Yui NARUSE)
03:22 PM Bug #3952 (Feedback): Abort in thread.c:2501
=begin

=end
naruse (Yui NARUSE)
03:22 PM Bug #3967 (Assigned): rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
=begin

=end
naruse (Yui NARUSE)
03:19 PM Bug #3928 (Rejected): getaddrinfo: Name or service not known
=begin
As strace showed, you opened too many files (sockets).
You must close sockets before open new one.
This is Linux's limitation.
=end
naruse (Yui NARUSE)
03:14 PM Bug #3941 (Feedback): Segmentation fault ruby 1.9.2p0 [x86_64-linux]
=begin

=end
naruse (Yui NARUSE)
03:14 PM Feature #3944 (Assigned): Add Fiber#root? method
naruse (Yui NARUSE)
03:11 PM Bug #3973 (Closed): Unexpected error and segmentation fault without close
=begin

=end
naruse (Yui NARUSE)
03:03 PM Bug #3973: Unexpected error and segmentation fault without close
=begin
すみません、チケット作ったらとすすめたのはわたしなのですが、
おそらく http://redmine.ruby-lang.org/issues/show/3910 と同一でした。
=end
nagachika (Tomoyuki Chikanaga)
02:44 PM Bug #3973 (Closed): Unexpected error and segmentation fault without close
=begin
Run next small code on ruby 1.9.2p0 shows unexpected TypeError on line 3.

while true
f = File.open("/dev/null", "w")
f.write("a") # => in `<main>': wrong argument type #<Class:0x0000010086dbb0> (expected Data) (TypeE...
niw (Yoshimasa Niwa)
03:03 PM Revision c400795c (git): * 2010-10-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 PM Revision e923b677 (git): * gc.c (gc_lazy_sweep): Variable declarations should be at
the head of block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
02:56 PM Revision e5db83ec (git): * gc.c (objspace_each_objects, rb_objspace_each_objects): use
struct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:52 PM Revision 48b4512f (git): * gc.c (objspace_each_objects): fix return with no value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:47 PM Revision 125b4b70 (git): * dir.c (dir_initialize): remove useless intermediate variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:27 PM Bug #3940 (Closed): Lazy sweep and ObjectSpace.each_object
=begin
This issue was solved with changeset r29543.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Anonymous
07:09 AM Revision f1dc85e2 (git): * io.c (rb_f_select): change rdoc.
patched by Eito Katagiri [ruby-core:31805]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
06:56 AM Revision f3fb1954 (git): * lib/webrick/httpauth/digestauth.rb
(WEBrick::HTTPAuth::ProxyDigestAuth#check_uri): privated.
[ruby-dev:42344]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
06:51 AM Revision d835a87c (git): * io.c (rb_f_select): add correct rdoc.
patched by Dave Thomas [ruby-core:32467]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
06:45 AM Revision 0d5a81f4 (git): * lib/net/telnet.rb (Net::Telnet#close): added.
patched by Erik Hollensbe [ruby-dev:42260] #3830
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
05:26 AM Bug #3972 (Closed): r28668 breaks test/unit when combined with the testing rake task
=begin
r28668 makes Test::Unit process command line arguments even when used in conjunction with the rake test loader. This causes every test file to be required twice.

How to reproduce:

1. Create a file "foo.rb" with a test:...
tenderlovemaking (Aaron Patterson)
04:18 AM Revision a29dc567 (git): * gc.c (rb_objspace_each_objects): don't lazy sweep in
rb_objspace_each_objects. [Bug #3940] [ruby-dev:42369]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
authorNari (Narihiro Nakamura)
12:07 AM Bug #3970 (Closed): test_io.rb, test_io_m17n.rb の pipe の書き込みによる block を回避
=begin
This issue was solved with changeset r29541.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)

10/20/2010

11:57 PM Bug #3968 (Closed): Documentation submission: DBM standard library
=begin
This issue was solved with changeset r29540.
mathew, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
08:33 AM Bug #3968 (Closed): Documentation submission: DBM standard library
=begin
I recently needed to use the dbm library, and it seemed to be completely undocumented, so I've written some documentation for it.

Attached is a patch against the current SVN trunk.

No changes to code, only comments for ...
meta (mathew murphy)
11:55 PM Bug #3971 (Closed): Problem compiling 1.9.2-p0 under AIX 5.3
=begin
Compile fails on file cfunc.c, part of the dl extension, with many errors similar to the following:

"cfunc.c", line 378.13: 1506-033 (S) Function is not valid. Function cannot return a function.
"cfunc.c", line 378.13: 1...
glauber (Glauber Ribeiro)
11:16 PM Bug #3970 (Closed): test_io.rb, test_io_m17n.rb の pipe の書き込みによる block を回避
=begin
[ruby-dev:41422] で報告したように、Linux(RHEL Kernel 2.4.21-47.ELsmp)で
make test-all が test_io.rb や test_io_m17n.rb の pipe への書き込みで
block してしまいます。
普通はバッファサイズまでは書き込めるはずですが、一般的に pipe に block せずに書き込める
byte 数はわからないのではないかと思いますので、test_io...
nagachika (Tomoyuki Chikanaga)
09:44 PM Feature #3963: Map class in standard library
=begin
On Tue, Oct 19, 2010 at 4:34 AM, Shyouhei Urabe <redmine@ruby-lang.org> wrote:
> Issue #3963 has been updated by Shyouhei Urabe.
>
>
> FYI: There has been a Mash merge request about a year ago. Pleas take a look at
> http://...
rklemme (Robert Klemme)
08:01 PM Revision 4c962daa (git): dunno why this didn't go in last time
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
03:05 PM Revision 24181da2 (git): * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.
a patch from Tomoyuki Chikanaga at [ruby-dev:42435]. #3970
* test/ruby/test_io_m17n.rb (TestIO_M17N#pipe): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:54 PM Revision d8dfba24 (git): * ext/dbm/dbm.c: rdoc based on a patch by mathew meta AT
pobox.com, at [ruby-core:32853].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:57 AM Bug #3966 (Closed): Float('0x1.p+0') がエラーにならない
=begin
This issue was solved with changeset r29539.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
10:07 AM Bug #3965 (Closed): format() の # フラグを伴う %a 指定子で小数点が印字されない
=begin
This issue was solved with changeset r29537.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
08:15 AM Bug #3967 (Closed): rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
=begin
Run rdoc on hash.c from the Ruby 1.9.2 source distribution, and look at the output for #values_at to see the problem with using '...' to show an arbitrary number of arguments.

It also mangles the Hash.new documentation, beca...
meta (mathew murphy)
01:48 AM Revision 05ba0b1d (git): * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:03 AM Revision 9e14a3fa (git): * 2010-10-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:03 AM Revision e9240114 (git): * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".
[ruby-dev:42431] Bug#3965
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)

10/19/2010

09:54 PM Bug #3966 (Closed): Float('0x1.p+0') がエラーにならない
=begin
Float('0x1.p+0') がエラーにならない。

Float('0x1.p+0') #=> 1.0

となりますが

Float('1.') # ArgumentError: invalid value for Float(): "1."
Float('1.e+00') # ArgumentError: invalid value for Float(): "1.e+00"

であるところから、'0x1...
tadf (tadayoshi funaba)
09:44 PM Bug #3965 (Closed): format() の # フラグを伴う %a 指定子で小数点が印字されない
=begin
format() の # フラグを伴う %a 指定子で小数点が印字されない。

format('%#.0a', 1) #=> "0x1p+0"

となり、小数点が出ません。

format('%#.0f', 1) #=> "1."
format('%#.0e', 1) #=> "1.e+00"

といったように、'%#.0a' では、0x1.p+0 となる筈だと思います。
=end
tadf (tadayoshi funaba)
02:56 PM Bug #3406: attr_accessor creates a private writer method
=begin

=end
mrkn (Kenta Murata)
02:55 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
nariです。

>  これだと、例えば例外が出た場合、dont_lazy_sweep が TRUE のままになって
> しまうような気がします。ensure で囲まないと。
>

ぉぉ、そうですね…。ご指摘ありがとうございます。
そのようなパッチを作ってみました。本メールの一番最後に貼り付けておきます。

> # 余談
>
> ちょっと関係ないですが、gc_lazy_sweep() という関数は、下記の挙動だと思
> うのですが...
authorNari (Narihiro Nakamura)
11:30 AM Feature #3963: Map class in standard library
=begin
FYI: There has been a Mash merge request about a year ago. Pleas take a look at
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/26492
and its followups.
=end
shyouhei (Shyouhei Urabe)
03:08 AM Feature #3963 (Rejected): Map class in standard library
=begin
Could we get a class like Ara Howard's Map (http://github.com/ahoward/map) included in Ruby's standard library?

Map is a class that would get a lot of usage. We already see similar classes in other code like Rail's with it'...
trans (Thomas Sawyer)
10:34 AM Revision fb796561 (git): * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.
[ruby-core:32841] [ruby-core:32848]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
05:56 AM Bug #3752 (Rejected): ruby/dl and segmentation fault
=begin
If you pass a wrong pointer to a function, it will segv just like the C code would segv. DL is not meant to protect you from errors you could also make in C.

Here is an example of doing a null check, but with a crash. Prov...
tenderlovemaking (Aaron Patterson)
04:57 AM Bug #3861: Endian bugs in fiddle/dl on sparc64
=begin
I can't reproduce this on my PPC machine.

Can you provide the output of 'make test-all TESTS=fiddle' and 'make test-all TESTS=dl' on the sparc64 machine?

DL is known to have problems on 64bit machines without Fiddle. I...
tenderlovemaking (Aaron Patterson)
03:26 AM Revision 73057fb8 (git): * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:25 AM Revision 671b4980 (git): Commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:22 AM Revision 12cbb588 (git): * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:19 AM Revision c511d26f (git): * vsnprintf.c (BSD_vfprintf): fix over-count of field size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

10/18/2010

11:54 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
 ささだです。

(2010/10/18 7:14), Narihiro Nakamura wrote:
> Lazy sweep 禁止フラグを作りました。
> 反対がなければコミットしたいと思います。
>
> callbackの途中でGCが呼ばれてSEGVを起こすようなコードを作成し、通ることを確認しました。
> make checkも通ることを確認しています。

 これだと、例えば例外が出た場合、dont_lazy_sweep が...
ko1 (Koichi Sasada)
03:14 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
nariです。

Lazy sweep 禁止フラグを作りました。
反対がなければコミットしたいと思います。

callbackの途中でGCが呼ばれてSEGVを起こすようなコードを作成し、通ることを確認しました。
make checkも通ることを確認しています。

確認コード:

loop {
GC.disable
10.times do
a = []
1000.times{ a << "" }
...
authorNari (Narihiro Nakamura)
01:35 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
nariです。

2010年10月18日13:15 SASADA Koichi <ko1@atdot.net>:
>  ささだです。
>
> (2010/10/18 5:01), Narihiro Nakamura wrote:
>> rb_objspace_each_objects() の実行前には sweep を完全に終了させることに
>> して、実行中は rb_gc_disable() して、実行後に元に戻すようにどうかなと思った
...
authorNari (Narihiro Nakamura)
01:16 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
 ささだです。

(2010/10/18 5:01), Narihiro Nakamura wrote:
> rb_objspace_each_objects() の実行前には sweep を完全に終了させることに
> して、実行中は rb_gc_disable() して、実行後に元に戻すようにどうかなと思った
> のですが、いかがでしょうか?

 GC.enable で回避できてしまう(SEGV するパスが出来てしまう)のでまずい
ので...
ko1 (Koichi Sasada)
01:02 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
nariです。

2010年10月14日19:13 SASADA Koichi <ko1@atdot.net>:
>  ささだです。
>
> (2010/10/14 2:34), Yukihiro Matsumoto wrote:
>> | 解決策として、中田さんに ObjectSpace.each_object に相当する関数
>> |rb_objspace_each_objects を実行する前に sweep を完全に終了させる、という...
authorNari (Narihiro Nakamura)
10:43 PM Feature #3961: printfと精度指定と負の値と
=begin
(2010/10/18 19:13), Tanaka Akira wrote:
> 2010年10月18日18:01 Yui NARUSE<redmine@ruby-lang.org>:
>> Feature #3961: printfと精度指定と負の値と
>> http://redmine.ruby-lang.org/issues/show/3961
>>
>> 起票者: Yui NARUSE
>> ステータス: Open, 優先度: No...
naruse (Yui NARUSE)
10:43 PM Feature #3961 (Rejected): printfと精度指定と負の値と
=begin

=end
naruse (Yui NARUSE)
10:36 PM Feature #3961: printfと精度指定と負の値と
=begin
なかだです。

At Mon, 18 Oct 2010 18:01:03 +0900,
Yui NARUSE wrote in [ruby-dev:42420]:
> わたしの場合、CRuby 側の inspect が printf("%x", negative_value) などとしている部分の動作を
> RubySpec で Ruby で書く時に頭を抱えてしまいました。

それはRubySpecが間違ったことをしているのです。

-...
nobu (Nobuyoshi Nakada)
08:17 PM Feature #3961: printfと精度指定と負の値と
=begin
2010年10月18日18:01 Yui NARUSE <redmine@ruby-lang.org>:
> Feature #3961: printfと精度指定と負の値と
> http://redmine.ruby-lang.org/issues/show/3961
>
> 起票者: Yui NARUSE
> ステータス: Open, 優先度: Normal
> カテゴリ: core, Target version: 1.9.3
>
>...
kosaki (Motohiro KOSAKI)
07:13 PM Feature #3961: printfと精度指定と負の値と
=begin
2010年10月18日18:01 Yui NARUSE <redmine@ruby-lang.org>:
> Feature #3961: printfと精度指定と負の値と
> http://redmine.ruby-lang.org/issues/show/3961
>
> 起票者: Yui NARUSE
> ステータス: Open, 優先度: Normal
> カテゴリ: core, Target version: 1.9.3
>
>...
akr (Akira Tanaka)
06:01 PM Feature #3961 (Rejected): printfと精度指定と負の値と
=begin
printf が、フォーマットに精度指定しつつ負の値を与えた時の挙動が、
Perl と必然性無く異なっていて不便です。

% ./ruby -e'printf("%#.8x", -1)'
0x..ffffff

そもそもこの挙動は C 言語由来で、C の場合例えば以下の通りになります。

% cat test.c
#include <stdio.h>
int main(void)
{
printf(...
naruse (Yui NARUSE)
10:27 PM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
=begin
> > > > 2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> > > > > Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> > > > > http://redmine.ruby-lang.org/issues/show/3956
> > > > >
> > > > > 起票者: tadayoshi funaba
> > > >...
tadf (tadayoshi funaba)
10:07 AM Bug #3956 (Closed): format() の %a 指定子で幅指定が正しく機能しない
=begin
This issue was solved with changeset r29521.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
07:18 AM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
=begin
> 2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> > Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> > http://redmine.ruby-lang.org/issues/show/3956
> >
> > 起票者: tadayoshi funaba
> > ステータス: Open, 優先度: Normal
> > rub...
tadf (tadayoshi funaba)
02:08 AM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
=begin
2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> http://redmine.ruby-lang.org/issues/show/3956
>
> 起票者: tadayoshi funaba
> ステータス: Open, 優先度: Normal
> ruby -v: ruby 1.9...
kosaki (Motohiro KOSAKI)
08:57 PM Feature #1628: GC.stat
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:42424] Re: [Feature: trunk] GC.stat"
on Mon, 18 Oct 2010 20:30:44 +0900, SASADA Koichi <ko1@atdot.net> writes:

|>> 2. ドキュメントにあればいいのか、
|>
|> 注意書きはいいわけみたいなものでたいてい役に立たない、と思っています。
...
matz (Yukihiro Matsumoto)
08:37 PM Feature #1628: GC.stat
=begin
 ささだです。

(2010/10/18 11:48), Tanaka Akira wrote:
>> 1. stat という使いやすい名前じゃなければいいのか、
>
> heap の問題は stat を変えても解決しませんねえ。

 いいえ。

 田中さんの問題提起は、

> 公開のメソッドにすれば、Ruby の実装を知らないひとが興味を持
> つことは充分に考えられるでしょう。
>
> 実装を知っているひとしかわからな...
ko1 (Koichi Sasada)
07:48 PM Feature #1628: GC.stat
=begin
2010年10月15日17:09 SASADA Koichi <ko1@atdot.net>:

>> GC.stat に反対した覚えはありませんね。
>> 反対なのは返り値の中に含まれる heap という語についてです。
>
>  はい。なので、
>
> 1. stat という使いやすい名前じゃなければいいのか、

heap の問題は stat を変えても解決しませんねえ。

> 2. ドキュメントにあればいいのか、

注意書...
akr (Akira Tanaka)
06:08 PM Revision da55cfdf (git): * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.
[ruby-core:32841]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:33 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
2010年10月18日15:26 NARUSE, Yui <naruse@airemix.jp>:
> 衝突してるのはよくないのでとりあえず revert します。

あれ、本文が消えてる……。
Bignum 絡みで使おうと思っていたが、一方でFFI などは素の long long が欲しい気もする。
つまり、矛盾するユースケースが予想されるので却下とする、という趣旨の事を書いていました。

--
NARUSE, Yui
naruse...
naruse (Yui NARUSE)
03:27 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
衝突してるのはよくないのでとりあえず revert します。

--
NARUSE, Yui
naruse@airemix.jp
=end
naruse (Yui NARUSE)
02:25 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
2010年10月18日14:04 NARUSE, Yui <naruse@airemix.jp>:
>>
>> 64bit 以上の整数型なら何でもいいんですか?
>>
>> それなら、なんで現状の q, Q ではいけないんですか?
>
> 以下の通り、64bit 整数型が無い場合と、long long が 64bit 超な場合に差が出ますね。
> MSVC の場合に __int64 を使わず例外にするというパターンもありますが、
> 現実...
akr (Akira Tanaka)
02:05 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
2010年10月18日13:26 Tanaka Akira <akr@fsij.org>:
> 2010年10月14日21:29 NARUSE, Yui <naruse@airemix.jp>:
>
>>> おそらく long long がない場合にはエラーになるべきだと思うんですが、
>>> その場合のエラーを決めないといけないんじゃないでしょうか。
>>
>> ふむ。
>> 現実的には 64bit 以上の整数型がない環境ですよね。
>...
naruse (Yui NARUSE)
01:26 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
2010年10月14日21:29 NARUSE, Yui <naruse@airemix.jp>:

>> おそらく long long がない場合にはエラーになるべきだと思うんですが、
>> その場合のエラーを決めないといけないんじゃないでしょうか。
>
> ふむ。
> 現実的には 64bit 以上の整数型がない環境ですよね。

64bit 以上の整数型なら何でもいいんですか?

それなら、なんで現状の q, Q ではいけないんです...
akr (Akira Tanaka)
01:17 PM Feature #3946 (Closed): Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
This issue was solved with changeset r29527.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
10:25 AM Bug #3958 (Rejected): The Fiber instance method 'alive?' is not defined.
=begin

=end
naruse (Yui NARUSE)
04:08 AM Bug #3958: The Fiber instance method 'alive?' is not defined.
=begin
You have to `require 'fiber'` first.
=end
runpaint (Run Paint Run Run)
01:09 AM Bug #3958 (Rejected): The Fiber instance method 'alive?' is not defined.
=begin
The Fiber instance method 'alive?' is documented as existing, but is not actually defined.

ruby-1.9.2-p0 > Fiber.new.alive?
NoMethodError: undefined method `alive?' for #<Fiber:0x000001009fcaf8>
from (irb):8
from /Us...
lholden (Lori Holden)
06:42 AM Revision 81e40399 (git): add references.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:33 AM Revision 799f4754 (git): Revert r29527. [ruby-dev:42419]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:26 AM Revision 74cacd0d (git): * ext/digest/digest.c (rb_digest_class_init): Define
Digest::Class.new(). [Feature #3954]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
04:12 AM Revision 0a8d8b8a (git): * pack.c (pack_pack): Add native size option ! to q and Q.
[ruby-dev:42375]
* pack.c (pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
03:59 AM Revision b2556b54 (git): * pack.c (pack_pack): refine the document. [ruby-dev:42397]
(pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:53 AM Revision 35388369 (git): Fix wrong test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:23 AM Revision e2bca8da (git): * lib/net/http.rb (transport_request): @socket may be nil.
patched by Egbert Eich [ruby-core:32829]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
01:20 AM Revision b1361d5b (git): * lib/net/http.rb (transport_request): @socket may be nil.
patched by Egbert Eich [ruby-core:32829]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:59 AM Revision c0e6dab0 (git): * 2010-10-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:59 AM Revision a7e8b12f (git): * sprintf.c (BSD_vfprintf): wrong padding arround prefix and
floating point with %a. [ruby-dev:42403] Bug #3956
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)

10/17/2010

11:23 PM Feature #3755 (Rejected): Patch for Complex.cis
=begin

=end
tadf (tadayoshi funaba)
11:21 PM Bug #3956 (Closed): format() の %a 指定子で幅指定が正しく機能しない
=begin
format() の %a 指定子で幅指定が正しく機能しない。

format('%10a', 1.0).tap{|x| p x.size}
12
#=> " 0x1p+0"
=end
tadf (tadayoshi funaba)
01:37 PM Revision d41305b3 (git): * lib/date/delta.rb: added an rdoc tag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:57 AM Bug #3949 (Closed): Can predefined classes be removed?
=begin
This issue was solved with changeset r29519.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
06:41 AM Bug #3949: Can predefined classes be removed?
=begin
I asked about this in #3769 . nobu seemed to imply the documentation was at fault.
=end
runpaint (Run Paint Run Run)
10:57 AM Bug #3769 (Closed): Removing Predefined Constants
=begin
This issue was solved with changeset r29519.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
nobu (Nobuyoshi Nakada)
01:47 AM Revision f3a72d49 (git): * variable.c (rb_mod_remove_const): update rdoc.
[ruby-core:31957]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:40 AM Revision 137d8256 (git): * class.c (rb_define_{class,module}_id_under): register to be
marked, which probably are defined and used internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

10/16/2010

08:41 PM Feature #3953 (Assigned): TCPSocket / UDPSocket do not accept IPAddr objects.
=begin
I noticed that TCPSocket/UDPSocket only accept String IPs/Hostnames, but not IPAddr objects. This is counter-intuitive since IP Addresses, along with Hostnames, are used to connect/bind to sockets.

require 'socket'
...
postmodern (Hal Brodigan)
08:17 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
=begin
Even more

Exception in DebugThread loop: Timeout: evaluation took longer than 10 seconds.
/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/lib/ruby-debug-ide.rb:160:in `exit'
/usr/local/lib/rub...
clyfe (nicolae claudius)
07:45 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
=begin
Here is the timeout error I get:

Exception in DebugThread loop: Timeout: evaluation took longer than 10 seconds.
=end
clyfe (nicolae claudius)
07:43 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
=begin
I have the same error:

Ubuntu i386-32
ruby 1.9.2.p0
ruby-debug19
ruby-debug-ide19

using from netbeans
sometimes I get this segfault, sometimes a timeout error .

REPORT:

/usr/local/lib/ruby/gems/1.9.1/g...
clyfe (nicolae claudius)
12:41 PM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
=begin
Can you show reproducible code?
And can you show bucktrace made by a ruby built with -g option.
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging-Options
=end
naruse (Yui NARUSE)
12:38 PM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
=begin

=end
naruse (Yui NARUSE)
10:26 AM Bug #3937 (Rejected): LC_ALL=zh_CN cause WIN32OLERuntimeError when require 'win32ole'
=begin
intended; charset is needed for LC_ALL/LANG.
=end
naruse (Yui NARUSE)
10:24 AM Bug #3952: Abort in thread.c:2501
=begin
(1) Show ruby -v
(2) Can you try with ruby-trunk?
(3) Show reproducible code
(4) Can you show minimal reproducible code?
=end
naruse (Yui NARUSE)
07:14 AM Bug #3952 (Rejected): Abort in thread.c:2501
=begin
Ruby 1.9.2-p0, Mac OS X, Rails 3.0.1. Ping me if you need more details.

[2010-10-16 02:06:17] ERROR Errno::EINVAL: Invalid argument
/Users/aleksi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
...
AlekSi (Aleksey Palazhchenko)
02:14 AM Revision 59a88b94 (git): * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936
according to GB2312. [Bug #3937] [ruby-core:32758]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
01:55 AM Revision 835a5edf (git): * Makefile.in (CPP): already used in .c.i rule.
* cygwin/GNUmakefile.in (DLLWRAP, WINDRES): add --driver-name and
--preprocessor options explicitly. [ruby-core:32776]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:06 AM Revision 7e092072 (git): * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using command
line options.
* ext/sdbm/_sdbm.c (makroom): suppress unused result warning.
* ext/sdbm/extconf.rb: disable BADMESS, a library should not emit
messages directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29515 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)

10/15/2010

11:39 PM Revision 92a7cf04 (git): * dln.c (dln_strerror): get English message first, instead of
system default. see [ruby-dev:42358].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:39 PM Revision d2623b22 (git): * ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:02 PM Feature #3939 (Assigned): Language of error message as English by default on Windows
=begin
I've changed win32ole.c now.
Nakamura-san, how about dln.c?

=end
suke (Masaki Suketa)
10:57 PM Feature #3939 (Closed): Language of error message as English by default on Windows
=begin
This issue was solved with changeset r29507.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
suke (Masaki Suketa)
09:08 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
 ささだです。

(2010/10/15 12:40), 石塚圭樹 wrote:
> ところで, 添付のようなエラーが出てSEGVしちゃうんですけど, 原因が何か分
> かります?
>
> 何をやっているかというと, 親プロセスから子プロセスをforkしていて, 子側
> がSEGVしています.
>
> 親側では, threadとかmutexを使っていて色々と非同期処理をしています.
> fork後, 子側でそのthreadがGC...
ko1 (Koichi Sasada)
08:40 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
けいじゅ@いしつかです.

In [ruby-dev:42396] the message: "[ruby-dev:42396] Re: [BUG: trunk]
Lazy sweep and ObjectSpace.each_object", on Oct/15 17:26(JST) SASADA
Koichi writes:

> ささだです。

>> ちょっとお聞きしたいんですけど, この問題って, どの辺りのバージョンから
>>...
keiju (Keiju Ishitsuka)
05:27 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
 ささだです。

(2010/10/15 9:16), 石塚圭樹 wrote:
>> > Lazy sweep 中に ObjectSpace.each_object(相当)を行うと、SEGV するの
>> >で、下記のようなパッチを作成しました。
> ちょっとお聞きしたいんですけど, この問題って, どの辺りのバージョンから
> 入っています?
>
> それと, 1.9.2での話なんですが, finalizerを指定している場合プロセス...
ko1 (Koichi Sasada)
05:17 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
=begin
けいじゅ@いしつかです.

In [ruby-dev:42369] the message: "[ruby-dev:42369] [BUG: trunk] Lazy
sweep and ObjectSpace.each_object", on Oct/13 14:13(JST) SASADA Koichi
writes:

> ささだです。
>
> Lazy sweep 中に ObjectSpace.each_object(相当)を行うと...
keiju (Keiju Ishitsuka)
07:09 PM Feature #3947: Array#packのにエンディアン指定修飾子</>を追加
=begin
2010年10月15日18:43 Tanaka Akira <akr@fsij.org>:
> 2010年10月15日16:35 NARUSE, Yui <naruse@airemix.jp>:
>
>>> なお、私としては、l! などを個々に記述して、対応する C の型を
>>> それぞれに書いたのは、そちらのほうがわかりやすいだろうという思いがありました。
>>
>> <, > を追加すると組み合わせが増えるので別に書いた方がわかりやすい...
naruse (Yui NARUSE)
06:43 PM Feature #3947: Array#packのにエンディアン指定修飾子</>を追加
=begin
2010年10月15日16:35 NARUSE, Yui <naruse@airemix.jp>:

>> なお、私としては、l! などを個々に記述して、対応する C の型を
>> それぞれに書いたのは、そちらのほうがわかりやすいだろうという思いがありました。
>
> <, > を追加すると組み合わせが増えるので別に書いた方がわかりやすいと思ったので変えました。
>
>> あと、i, I の記述が消えていますね。
>
> が、i, I ...
akr (Akira Tanaka)
04:35 PM Feature #3947: Array#packのにエンディアン指定修飾子</>を追加
=begin
2010年10月15日8:01 Tanaka Akira <akr@fsij.org>:
> 2010年10月14日21:36 Yui NARUSE <redmine@ruby-lang.org>:
>>
>> なお、signed とか型の大きさ可搬性絡みは、1.9 になるときに Perl を参考にしつつ
>> もっぱら rdoc の整備という形で再定義されたと理解しています、
>> という話を後で英語でも書きます。
>
> 私が整理したの...
naruse (Yui NARUSE)
08:02 AM Feature #3947: Array#packのにエンディアン指定修飾子</>を追加
=begin
2010年10月14日21:36 Yui NARUSE <redmine@ruby-lang.org>:
>
> なお、signed とか型の大きさ可搬性絡みは、1.9 になるときに Perl を参考にしつつ
> もっぱら rdoc の整備という形で再定義されたと理解しています、
> という話を後で英語でも書きます。

私が整理したのはもっと後だったと思いますが。

なお、私としては、l! などを個々に記述して、対応する C の型を
そ...
akr (Akira Tanaka)
05:15 PM Bug #3949 (Closed): Can predefined classes be removed?
=begin
According to rdoc, Module#remove_const cannot remove predefined classes:

> Predefined classes and singleton objects (such as true) cannot be
> removed.

But actually we can remove them.
$ ruby-1.8.0 -ve 'Object.send(...
yugui (Yuki Sonoda)
05:09 PM Feature #1628: GC.stat
=begin
 ささだです。

(2010/10/15 8:58), Tanaka Akira wrote:
> 2010年10月15日16:32 SASADA Koichi <ko1@atdot.net>:
>
>>> |に、GC.internal_statistic_information という感じで追加するのはどうでしょ
>>> |うか。
>>>
>>> うーん、いくらなんでもそんな名前は嫌です。GC.statでいいじゃ
>>> ん。そこに...
ko1 (Koichi Sasada)
04:58 PM Feature #1628: GC.stat
=begin
2010年10月15日16:32 SASADA Koichi <ko1@atdot.net>:

>> |に、GC.internal_statistic_information という感じで追加するのはどうでしょ
>> |うか。
>>
>> うーん、いくらなんでもそんな名前は嫌です。GC.statでいいじゃ
>> ん。そこに反対したことはありません。
>
>  反対してたのは田中さんなんで...。

GC.stat に反対した覚えはあ...
akr (Akira Tanaka)
04:32 PM Feature #1628: GC.stat
=begin
 ささだです。

(2010/10/15 2:00), Yukihiro Matsumoto wrote:
> | この件、キーの名前をどうするかでちゅうぶらりんになっていました。実装の
> |詳細に踏み込んだ、処理系開発者しか見ないメソッドという意味を強調するため
> |に、GC.internal_statistic_information という感じで追加するのはどうでしょ
> |うか。
>
> うーん、いくらなんでもそんな名前は嫌...
ko1 (Koichi Sasada)
10:01 AM Feature #1628: GC.stat
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:42385] Re: [Feature: trunk] GC.stat"
on Fri, 15 Oct 2010 02:00:43 +0900, SASADA Koichi <ko1@atdot.net> writes:

| この件、キーの名前をどうするかでちゅうぶらりんになっていました。実装の
|詳細に踏み込んだ、処理系開発者しか見ないメソッドという意味...
matz (Yukihiro Matsumoto)
02:00 AM Feature #1628: GC.stat
=begin
 ささだです。

(2009/06/14 7:57), SASADA Koichi wrote:
>  現在の GC 関連の状態を表示するためのメソッド GC.stat を追加するのはど
> うでしょうか.
>
> {:count=>1, # これまで GC が起こった回数
> :elapsed_time=>0.004, # これまで GC にかかったユーザ時間
> :heap_us...
ko1 (Koichi Sasada)
04:47 PM Bug #3948 (Closed): Unexpected RangeErorr of pack and unpack with specified byte-order modifier
=begin
This issue was solved with changeset r29501.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
10:41 AM Bug #3948 (Closed): Unexpected RangeErorr of pack and unpack with specified byte-order modifier
=begin
After applying Revision 29496, I can use < > modifier for pack and unpack.
But it fails to work when the modifier occurs more than once.

C:\>ruby -e 'p "1234".unpack("SS")'
[12849, 13363]

C:\>ruby -e 'p "1234".unpac...
phasis68 (Heesob Park)
04:27 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
=begin
2010年10月15日9:28 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>:
>> (2010/10/14 21:07), Tanaka Akira wrote:
>> >> さて、q/Q は 64bit signed/unsigned int なのですが、機種依存の long long (厳密には LONG_LONG) の
>> >> サイズが必要な場合、現状 Ruby レベルから取る手段が一...
naruse (Yui NARUSE)
03:10 PM Revision 22a957a0 (git): * 2010-10-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision 26166151 (git): * hash.c (rb_hash_aref): skip calling "default" method
if it is not neede for speed-up.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
02:56 PM Revision efddc4b6 (git): * .gitignore: ignore doc/capi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:36 PM Revision ba8dc58e (git): * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback to
unsigned int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:11 PM Revision e8e2ea48 (git): * iseq.c (insn_operand_intern): fix format specifier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:55 PM Revision 12dc1ffd (git): * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first,
instead of system default. [ruby-core:32765]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
01:47 PM Revision 8a4966d1 (git): * include/ruby/ruby.h (VALUE): prefer long over uintptr_t,
FIX2LONG expects VALUE to be long at least.
* include/ruby/ruby.h (FIX2LONG): parenthesize the argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:30 AM Revision a45936d4 (git): * configure.in (dev_t): use RUBY_REPLACE_TYPE.
* file.c (rb_stat_inspect): use PRI_DEVT_PREFIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:31 AM Revision 8a0cd16d (git): Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"
This reverts commit a160986d90cf90a86e01d60eddb04ffe0e584c36.
Revert wrong commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
08:28 AM Revision 6a443e2e (git): * pack.c (pack_pack): simplify comparison of explicit_endian
as pointed by nobu.
* pack.c (pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
08:28 AM Revision a160986d (git): * sprintf.c (rb_str_format): fix: sprintf with hex format and
precision includes wrong dots.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:42 AM Revision ccaf61d5 (git): * pack.c (pack_pack): fix more than one modifiers appear in the
format string. [ruby-core:32793]
* pack.c (pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:35 AM Revision dfd139b8 (git): * 2010-10-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:35 AM Revision 0751cca1 (git): Add missing i, I description.
And desribe each combination of a directive and modifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:13 AM Feature #3491: Pack missing directives for signed types with specified byte-order
=begin
Sorry for late response.

Your point is right and it'a new feature.
I add it and it will be available in Ruby 1.9.3.
=end
naruse (Yui NARUSE)
01:10 AM Feature #3436: Spawn the timer thread lazily
=begin
Hi,

(2010/10/14 16:45), Mark Somerville wrote:
>> ex) How to wake up the thread?
>>
>> check_signal();
>> <- receive signal at this timing
>> select(..., infinitely);
>
> Would this occur if rb_signal_buf...
ko1 (Koichi Sasada)
12:46 AM Feature #3436: Spawn the timer thread lazily
=begin
Hi Koichi,

On Wed, Oct 13, 2010 at 11:40:52PM +0900, SASADA Koichi wrote:
> It is tough for me to describe the behavior in English.

OK.

> ex) How to wake up the thread?
>
> check_signal();
> <- receive sig...
Spakman (Mark Somerville)
 

Also available in: Atom