Project

General

Profile

Activity

From 11/21/2009 to 11/27/2009

11/27/2009

10:46 PM Bug #2407: numeric literal without digits
=begin
だとしても"unexpected tIDENTIFIER, expecting $end"ってのは変じゃないですか?
=end
shyouhei (Shyouhei Urabe)
10:13 PM Bug #2407: numeric literal without digits
=begin
まつもと ゆきひろです

In message "Re: [Bug #2407] numeric literal without digits"
on Fri, 27 Nov 2009 21:47:25 ...
matz (Yukihiro Matsumoto)
09:56 PM Bug #2407: numeric literal without digits
=begin
まつもと ゆきひろです

In message "Re: [Bug #2407] numeric literal without digits"
on Fri, 27 Nov 2009 21:47:25 ...
matz (Yukihiro Matsumoto)
09:47 PM Bug #2407 (Closed): numeric literal without digits
=begin
以下のような実験をすると、0o_のパターンの時だけなぜか"numeric literal without digits"なる警告が出るようです。

zsh % ruby -e'0123456789'
-e:...
shyouhei (Shyouhei Urabe)
10:44 PM Feature #973: EncDet again
=begin
須藤です。

# なんか、本質的な話じゃない流れな気がしますが。。。

In <[email protected]>
"[ruby-dev:39784] Re: [Feature #9...
kou (Kouhei Sutou)
07:30 PM Bug #2402: super in instance_eval
特異クラス定義で`super`した時は`NoMethodError`になるようです。
~~~ruby
defiant:build$ cat t2.rb
class Foo
def foo
p self
...
shugo (Shugo Maeda)
08:06 AM Bug #1157: missing zlib.rb?
=begin
I too have encountered this issue with a completely bare-bones installation of Ruby 1.9.1-p243.

To fix i...
Radar (Ryan Bigg)
02:55 AM Revision 28e26e7f (git): merges r25134 from trunk into ruby_1_9_1.
--
* dln.c (aix_loaderror): needs format string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@259...
yugui (Yuki Sonoda)
02:55 AM Revision f1d6d2da (git): merges r25127 from trunk into ruby_1_9_1.
--
* stringio/stringio.c (strio_read): set ASCII-8BIT encoding
when length argument is given.
git-svn-id: svn+ssh:...
yugui (Yuki Sonoda)
02:55 AM Revision e6a97bf8 (git): merges r25122 from trunk into ruby_1_9_1.
--
* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
method. [ruby-core:25804]
git-svn-id: svn+...
yugui (Yuki Sonoda)
02:55 AM Revision ce8f82fc (git): merges r25095 from trunk into ruby_1_9_1.
--
* iseq.c (compile_string): rename to parse_string(), because
this function only parse String to NODE.
git-svn-i...
yugui (Yuki Sonoda)
02:55 AM Revision 319f97ad (git): merges r25067 from trunk into ruby_1_9_1 and added a test for it.
--
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn
[ruby-core:25740]
--
*...
yugui (Yuki Sonoda)
02:55 AM Revision aaa27526 (git): merges r25041 from trunk into ruby_1_9_1.
--
* eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
yugui (Yuki Sonoda)
02:55 AM Revision 91e96335 (git): merges r25029 from trunk into ruby_1_9_1.
--
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
bigdecimal.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
yugui (Yuki Sonoda)
02:54 AM Revision 389bcac2 (git): merges r25023 from trunk into ruby_1_9_1.
--
* tool/instruction.rb (make_insn_operand_optimized): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran...
yugui (Yuki Sonoda)
02:54 AM Revision 19e6cfef (git): merges r25017 from trunk into ruby_1_9_1 and a test for it.
--
* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if frozen (or untrusted for $SECURE >= 4...
yugui (Yuki Sonoda)
02:54 AM Revision 5cef0eec (git): merges r25012 from trunk into ruby_1_9_1.
--
* lib/cgi/cookie.rb: fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25944 b2dd03c8...
yugui (Yuki Sonoda)
02:54 AM Revision 6e6417c8 (git): merges r25010 from trunk into ruby_1_9_1 and adds tests for it.
--
* struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures [ruby-core:24759]
* range....
yugui (Yuki Sonoda)
02:54 AM Revision 9abf98bb (git): merges r25001 from trunk into ruby_1_9_1.
--
* marshal.c (r_object0): entry regexp object before its encoding
name. [ruby-core:25625]
git-svn-id: svn+ssh:/...
yugui (Yuki Sonoda)
02:54 AM Revision c8988390 (git): merges r24544 from trunk into ruby_1_9_1.
--
\d, \s and \w are now non Unicode class. [ruby-dev:39026]
* include/ruby/oniguruma.h
(ONIGENC_CTYPE_SPECIAL_MAS...
yugui (Yuki Sonoda)
02:54 AM Revision dd1e757a (git): merges r24761 and r24999 from trunk into ruby_1_9_1.
--
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
[ruby-core:25387]
--
* compile.c (iseq_compi...
yugui (Yuki Sonoda)
02:53 AM Revision adc25ed1 (git): merges r24993 from trunk into ruby_1_9_1.
--
* test/fileutils/test_fileutils.rb: fixed indent by splitting methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
yugui (Yuki Sonoda)
02:53 AM Revision 149d2471 (git): merges r22308 from trunk into ruby_1_9_1.
--
* hash.c (rb_hash): always return a fixnum value because a return
value of rb_hash may be used as a hash value i...
yugui (Yuki Sonoda)

11/26/2009

08:49 PM Bug #2342 (Assigned): bootstraptest/test_thread.rb がまれに失敗する
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
08:48 PM Feature #2347 (Assigned): Math::INFINITY
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
08:47 PM Bug #2359 (Assigned): test_threads.rb:test_list
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
08:47 PM Feature #2360 (Assigned): hide the internal of anonymous Enumerator
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
08:46 PM Bug #2365 (Assigned): Matrix: poor handling of coercion errors [patch]
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
08:46 PM Feature #2366 (Assigned): private constant
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
03:00 PM Bug #2397 (Assigned): cannot call public'ed method via public_method
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:59 PM Bug #2398 (Assigned): race condition of /#{ foo }/o
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:32 PM Revision 3f664b30 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:18 PM Revision 25caa12d (git): * test/ruby/test_complex.rb (@unify): fix the detection if math
loaded. This makes test_complex.rb work fine with the previous
commit.
* test/ruby/test_rational.rb (@unify): ditt...
yugui (Yuki Sonoda)
12:18 PM Revision cdecafff (git): * test/test_mathn.rb (TestMathn): new test case.
test for r25067.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:18 PM Revision 2c3a4861 (git): * test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.
test for r25017.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
12:17 PM Revision 21c32a3c (git): * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
test for r25010.
* test/ruby/test_struct.rb (TestStruct#test_comparison_when_recursive):
ditto.
git-svn-id: svn+s...
yugui (Yuki Sonoda)
12:08 PM Bug #2339 (Assigned): DRb leaves connections half-open
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
11:47 AM Bug #2387 (Closed): test/mkmf/base.rb は RbConfig::CONFIG['cppflags'] が nil のとき例外で止まる
=begin
This issue was solved with changeset r25928.
Kenta, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
10:07 AM Bug #2387 (Assigned): test/mkmf/base.rb は RbConfig::CONFIG['cppflags'] が nil のとき例外で止まる
=begin

=end
usa (Usaku NAKAMURA)
11:22 AM Revision 303b1d7f (git): * gem_prelude.rb (Gem.set_home): must dup before force_encoding
and must force_encoding before gsub.
cf. Yen Sign problem of SJIS [ruby-core:26910]
git-svn-id: svn+ssh://ci.ruby-...
naruse (Yui NARUSE)
10:52 AM Feature #2022 (Assigned): Patch for openssl-1.0
=begin
What's current status?
Fedora 12 uses openssl 1.0 Beta 3; So Fedora people can't build ruby now.
=end
naruse (Yui NARUSE)
10:22 AM Bug #2388: test-all 中に popen で ruby.exe が落ちる
=begin
残念ながら再現できないのですが、そちらでは
nmake test-all TESTS="-v ruby/test_process.rb"
だけでも再現できますか?
=end
usa (Usaku NAKAMURA)
08:55 AM Revision 39e457b4 (git): * win32/{configure.bat, setup.mak, Makefile.sub}: add new configure
option ``--with-ntver''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
07:44 AM Bug #2386 (Assigned): r25230 causes SEGV arround Marshal
=begin
すみません。間違って閉じてしまいました。
=end
wanabe (_ wanabe)
07:37 AM Bug #2386 (Closed): r25230 causes SEGV arround Marshal
=begin
This issue was solved with changeset r25927.
Yui, thank you for reporting this issue.
Your contribution to ...
wanabe (_ wanabe)
04:43 AM Bug #2386: r25230 causes SEGV arround Marshal
=begin
けいじゅ@いしつかです.

対応ありがとうございます.

In [ruby-dev:39774] the message: "[ruby-dev:39774] [Bug #2386] r25230
cause...
keiju (Keiju Ishitsuka)
12:46 AM Bug #2386: r25230 causes SEGV arround Marshal
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39774] [Bug #2386] r25230 causes SEGV arround Marshal"
on Wed, ...
matz (Yukihiro Matsumoto)
12:26 AM Bug #2386: r25230 causes SEGV arround Marshal
=begin
遠藤です。

2009年11月25日23:08 _ wanabe <[email protected]>:
> 再現できないのでわかりませんが、これでどうでしょうか。
>
> Index: marsh...
mame (Yusuke Endoh)
05:25 AM Revision 4d786d21 (git): * removed spaces just before tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:02 AM Feature #973: EncDet again
=begin
成瀬です。

Akinori MUSHA wrote:
>>> ライブラリ名は encoding でいいんじゃないですか?
>> encoding.rb はちょっと時期尚早じゃないかなぁ。
>
> その理...
naruse (Yui NARUSE)
03:46 AM Feature #973: EncDet again
=begin
成瀬です。

Kouhei Sutou wrote:
>>> またクラス名も、実装は Encoding::Detector などわかりやすい名前の下で行いつつ、
>> その手の Java 的な「わかりやすい名前...
naruse (Yui NARUSE)
03:38 AM Feature #973: EncDet again
=begin
> > ライブラリ名は encoding でいいんじゃないですか?
>
> encoding.rb はちょっと時期尚早じゃないかなぁ。

その理由について何らかの材料をいただけないでしょうか。
私...
knu (Akinori MUSHA)
02:50 AM Feature #973: EncDet again
=begin
須藤です。

In <[email protected]>
"[ruby-dev:39781] [Feature #973] EncDet ...
kou (Kouhei Sutou)
02:27 AM Feature #973: EncDet again
=begin
> ライブラリ名は encoding でいいんじゃないですか?

encoding.rb はちょっと時期尚早じゃないかなぁ。

> またクラス名も、実装は Encoding::Detector などわか...
naruse (Yui NARUSE)
02:05 AM Feature #973: EncDet again
=begin
ライブラリ名は encoding でいいんじゃないですか?

将来ほかにもEncoding絡みの追加ライブラリの必要が出てきたら、
encoding/detect などに移して encoding はよく使い...
knu (Akinori MUSHA)
12:59 AM Feature #973: EncDet again
=begin
chardetはアウトだと思います、"det"じゃなくて"char"の方が。
detの方も諸手を挙げて賛成というわけではありません。

しかし、現状rdoc絡みやerb周りなど、EncDetを再発明しようと...
naruse (Yui NARUSE)
12:30 AM Feature #973: EncDet again
=begin
須藤です。

In <[email protected]>
"[ruby-dev:39775] [Feature #973] EncDet a...
kou (Kouhei Sutou)
12:19 AM Feature #973: EncDet again
=begin
Pythonだとchardetという名前のライブラリがあるようなので、
encdetでも良さそうな気がしますが、どうでしょうか?

http://chardet.feedparser.org/
=end
znz (Kazuhiro NISHIYAMA)
02:44 AM Revision f5202fdb (git): * test: eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:42 AM Revision f1be083f (git): * test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:40 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
=begin
ruby -e 'fork { puts }' doesn't seem to quite do it, though maybe it would if I ran it over and over again.
...
rogerdpack (Roger Pack)

11/25/2009

11:07 PM Bug #2386: r25230 causes SEGV arround Marshal
=begin
再現できないのでわかりませんが、これでどうでしょうか。

Index: marshal.c
=========================================================...
wanabe (_ wanabe)
10:27 PM Revision 12b637a6 (git): * marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
06:48 PM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
=begin
On 25/11/2009, at 5:57 PM, Tanaka Akira wrote:

> In article <[email protected]>,
> Hongli Lai ...
daniel (Daniel Cavanagh)
05:55 PM Bug #2402 (Closed): super in instance_eval
`instance_eval`のブロック内で`super`を呼ぶと、`instance_eval`で変更された
`self`に対して`super`の呼び出しを行ってしまうようです。
~~~ruby
defiant:build...
shugo (Shugo Maeda)
03:08 PM Revision c5dd8feb (git): * 2009-11-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:08 PM Revision c7b0dbd0 (git): * test/digest/test_digest_extend.rb: Added tests for current digest
framework.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
03:04 PM Revision b47e9619 (git): * 2009-11-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:04 PM Revision 3206785c (git): * test/digest/test_digest_extend.rb: Added tests for current digest
framework.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
11:47 AM Revision fe976467 (git): * vm_eval.c (rb_search_method_entry): refine error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:34 AM Revision 86a1f03b (git): * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
call rb_inspect() on an object that does not implement necessary
methods; reported by NaHi.
git-svn-id: svn+ssh:...
Akinori MUSHA
10:31 AM Revision e6f67024 (git): * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
call rb_inspect() on an object that does not implement necessary
methods; reported by NaHi.
git-svn-id: svn+ssh:...
Akinori MUSHA
10:28 AM Revision 80b54214 (git): * transcode.c: Added a check for an internal error
(with Tatsuya Mizuno)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
duerst (Martin Dürst)
08:45 AM Revision 08759d1f (git): merge revision(s) 25485:
* io.c (io_fwrite): adjust stdio file position after direct write on
BSDish platforms. [ruby-core:26300]
...
shyouhei (Shyouhei Urabe)
08:41 AM Revision 45c322bf (git): merge revision(s) 22372:
* test/ostruct/test_ostruct.rb (test_frozen): added assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch...
shyouhei (Shyouhei Urabe)
07:45 AM Revision c3d27c35 (git): merge revision(s) 25420:
* lib/monitor.rb (MonitorMixin.mon_release): ensure the scheduled
thread to be alive when a thread is relea...
shyouhei (Shyouhei Urabe)
07:37 AM Revision 61087d93 (git): merge revision(s) 25396:
* lib/rexml/element.rb (text=): false should be converted to string.
A patch by Teruo Oshida [ruby-dev:3835...
shyouhei (Shyouhei Urabe)
07:21 AM Revision e97bf2aa (git): merge revision(s) 25359:
* eval.c (rb_clear_cache_for_undef): clear entries for inherited
methods. [ruby-core:26074]
git-svn-id: ...
shyouhei (Shyouhei Urabe)
06:11 AM Revision d7e6cb31 (git): * 2009-11-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:11 AM Revision f51983e8 (git): * test/ruby/test_array.rb (TestArray#test_splat): Add tests for a
recently introduced bug in array splatting.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25912 b2...
Akinori MUSHA
04:10 AM Revision 1adc3d1c (git): * 2009-11-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:09 AM Revision d3eb0057 (git): * bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura

11/24/2009

11:37 PM Bug #2398 (Closed): race condition of /#{ foo }/o
=begin
遠藤です。

以下のようにすると SEGV します。


$ cat race.rb
f = proc {|s| /#{ sleep 1; s }/o }
[ Thread.new ...
mame (Yusuke Endoh)
10:42 PM Bug #2397 (Closed): cannot call public'ed method via public_method
=begin
遠藤です。

継承先のクラスで public にしたメソッドを public_method で取り出して
呼び出すと undefined private method と言われてしまいます。


cla...
mame (Yusuke Endoh)
07:03 PM Bug #2394 (Assigned): [BUG] pthread_mutex_lock: 22 revisited
=begin

=end
naruse (Yui NARUSE)
07:16 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
=begin
Does ruby -e 'fork { puts }' work?

I think someone reported a similar issue with FreeBSD 6, although I c...
hongli (Hongli Lai)
06:45 AM Bug #2394 (Closed): [BUG] pthread_mutex_lock: 22 revisited
=begin
The following occurs consistently with a mixture of 1.9.x, forkoff gem (pure ruby), and my own code.


...
rogerdpack (Roger Pack)
06:58 PM Bug #2388 (Assigned): test-all 中に popen で ruby.exe が落ちる
=begin

=end
naruse (Yui NARUSE)
06:43 PM Bug #2390 (Feedback): Marshal.dump pass a hidden object
=begin
最新版で確認しました。
状況はあまり変わっていないようです...

SEGVする場合がほとんどですが、以下のようなエラーメッセージがでる場合もあります。
以前とちょっとメッセージが変わっています。
...
keiju (Keiju Ishitsuka)
04:07 PM Bug #1225 (Assigned): Curses::getmouse
=begin
This issue also affects 1.8.6, meseems.
=end
shyouhei (Shyouhei Urabe)
01:59 PM Revision 9585749e (git): * test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Error
instead of flunk. reported by Yusuke Endoh.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25909 b2dd03c8-39d4-...
akr (Akira Tanaka)
01:33 PM Revision b317738e (git): * vm.c (ruby_vm_destruct, thread_memsize): fix argument type to make
RUBY_MARK_FREE_DEBUG available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25908 b2dd03c8-39d4-4d8f-98ff-823f...
mame (Yusuke Endoh)
01:17 PM Bug #2369: ENV's strange behavior on WinXP
=begin
(単なるメモです)

Vistaでも問題なし。
対応すべきかどうか微妙になってきました。
=end
usa (Usaku NAKAMURA)
12:26 PM Revision 8f5865e2 (git): * error.c: include errno.h at beginning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:34 AM Revision 54370de9 (git): * strftime.c: %Y format a year with 4 digits at least.
* lib/time.rb: format a year with 4 digits at least.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25906 b2dd0...
akr (Akira Tanaka)
11:06 AM Revision db1564ec (git): * defs/known_errors.def: more errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:03 AM Revision ff9d9088 (git): * include/ruby/ruby.h (rb_bug_errno): declared.
* include/ruby/intern.h (rb_strerrno): declaration removed.
* error.c (rb_strerrno): make it static. return NULL fo...
akr (Akira Tanaka)
09:30 AM Bug #1332: Reading file on Windows is 500x slower then with previous Ruby version
Hello,
In message "[ruby-core:26840] [Bug #1332] Reading file on Windows is 500x slower then with previous Ruby ve...
usa (Usaku NAKAMURA)
07:21 AM Revision 957ce657 (git): * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Add an
obsoleteness warning under -w/-v.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25903 b2dd03c8-39d4...
Akinori MUSHA
07:18 AM Revision a185b734 (git): merge revision(s) 25343:
* ext/iconv/iconv.c (iconv_create): cannot retry with given block.
[ruby-dev:39487]
git-svn-id: svn+ssh:/...
shyouhei (Shyouhei Urabe)
07:14 AM Revision 06b911ea (git): merge revision(s) 25340:
* lib/net/imap.rb (resp_text_code): accepts response codes without
text. backported from trunk. [ruby-cor...
shyouhei (Shyouhei Urabe)
07:11 AM Revision 12985338 (git): merge revision(s) 25311:
* lib/net/ftp.rb (getaddress): rescue exceptions. [ruby-dev:39451]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra...
shyouhei (Shyouhei Urabe)
07:02 AM Revision 5f10f475 (git): merge revision(s) 25269:
* ext/curses/curses.c: Many functions of module Curses could cause a
crash if the ncurses library was not p...
shyouhei (Shyouhei Urabe)
05:25 AM Feature #1081: add File::write() convenience method
=begin
Hmm.
On second thought perhaps on windows it should be

File::write(path, string, mode='w', opt={})

...
rogerdpack (Roger Pack)
01:30 AM Revision f6fbdf26 (git): * bootstraptest/test_thread.rb: propagate the exception within a thread to
outer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:20 AM Revision c796b348 (git): * file.c (file_path_convert): fix fs_encoding is not assign.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:00 AM Revision d7ffefb4 (git): * error.c (rb_strerrno): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:50 AM Revision 3861ba9f (git): * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknown
error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:26 AM Revision 612c9cd8 (git): * 2009-11-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:26 AM Revision 3302b8ff (git): * include/ruby/intern.h (rb_strerrno): declared.
* template/known_errors.inc.tmpl: generate defined_error() and
undefined_error() instead of set_syserr.
* error.c ...
akr (Akira Tanaka)

11/23/2009

03:00 PM Revision 83e852e5 (git): * 2009-11-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision 40185e85 (git): * ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:59 PM Revision 6ead29d0 (git): * eval.c (rb_method_missing): adjusted format and argument number.
* eval.c (rb_call): fixed for super in cached method.
[ruby-dev:39757]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
07:06 AM Revision a80eb26a (git): * thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay for
platforms where PTHREAD_STACK_MIN is not compile time constant.
[ruby-dev:39751]
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
04:17 AM Bug #2380 (Closed): IO#eof? behavior different with 1.9.1p243-mingw32 than other platforms
=begin
This issue was solved with changeset r25883.
Vit, thank you for reporting this issue.
Your contribution to ...
akr (Akira Tanaka)
02:42 AM Bug #2380: IO#eof? behavior different with 1.9.1p243-mingw32 than other platforms
=begin
On Thu, Nov 19, 2009 at 9:05 PM, Tanaka Akira <[email protected]> wrote:
>
> It seems that (current) universal n...
luislavena (Luis Lavena)
02:26 AM Revision 54090ad0 (git): * dln.c (dln_find_1): removed duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:26 AM Revision 5a7c9df5 (git): * dln.c (dln_find_1): removed duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:55 AM Revision 83bd1353 (git): * dln.c (dln_find_1): fixed commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:55 AM Revision be8326b2 (git): * dln.c (dln_find_1): fixed commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:52 AM Revision 1ef1584b (git): * dln.c (dln_find_1): removed duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:52 AM Revision 5f9a6d1d (git): * dln.c (dln_find_1): removed duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:39 AM Revision 1ee07e8b (git): * dln.c (dln_find_1): not use prototype definition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

11/22/2009

07:15 PM Revision cd4a0ce7 (git): * 2009-11-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:15 PM Revision cc128e3e (git): * enc/trans/newline.trans (fun_so_universal_newline): generate \n
after \r\n detection instead of just after \r.
[ruby-list:45988] [ruby-core:25881] [ruby-core:26788]
git-svn-id: ...
akr (Akira Tanaka)

11/21/2009

04:47 PM Bug #2390 (Closed): Marshal.dump pass a hidden object
=begin
This issue was solved with changeset r25881.
_, thank you for reporting this issue.
Your contribution to Ru...
nobu (Nobuyoshi Nakada)
01:20 AM Bug #2390: Marshal.dump pass a hidden object
=begin
けいじゅ@いしつかです.

In [ruby-dev:39744] the message: "[ruby-dev:39744] [Bug #2390]
Marshal.dump pass a hidden ob...
keiju (Keiju Ishitsuka)
02:47 PM Bug #2382 (Closed): test_process.rb runs very slowly
=begin
This issue was solved with changeset r25878.
Hongli, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
01:17 PM Bug #2382: test_process.rb runs very slowly
=begin
Further investigation identified an issue with loading the UTF8-MAC encoding, essentially incurring multiple ...
methodmissing (Lourens Naudé)
11:21 AM Bug #1500: test_io runs forever in windows
=begin
Turns out not to be that

loop {a << IO.pipe; }

runs forever in mingw, but that IO#dup in mingw h...
rogerdpack (Roger Pack)
09:49 AM Revision 5181fa2a (git): * vm_eval.c (rb_search_method_entry): show flags and klass value in
not implemented error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25882 b2dd03c8-39d4-4d8f-98ff-823f...
akr (Akira Tanaka)
08:54 AM Bug #1606 (Rejected): TestRequire failure
=begin
appears to have gone away


C:\dev\ruby\downloads\ruby_trunk_debug_flags\test\ruby>ruby test_require.rb...
rogerdpack (Roger Pack)
08:42 AM Bug #1610 (Closed): BasicSocket errors (doze)
=begin

=end
rogerdpack (Roger Pack)
08:42 AM Bug #1610: BasicSocket errors (doze)
=begin
appears fixed
=end
rogerdpack (Roger Pack)
08:41 AM Bug #1609 (Closed): inetv6 failures in windows
=begin
These test failures went away.
=end
rogerdpack (Roger Pack)
08:40 AM Bug #1607 (Closed): TestSocket failures
=begin
appears fixed
=end
rogerdpack (Roger Pack)
08:37 AM Bug #1542 (Closed): test_inplace_rename_impossible(TestArgf)
=begin
appears fixed
=end
rogerdpack (Roger Pack)
08:15 AM Bug #1497 (Closed): test_exception fails in windows
=begin
appears fixed.
=end
rogerdpack (Roger Pack)
08:03 AM Bug #1332: Reading file on Windows is 500x slower then with previous Ruby version
A temporary work around [though not actually binary compatible] appears to be
```diff
Index: ruby.c
============...
rogerdpack (Roger Pack)
07:38 AM Revision 75090a66 (git): * marshal.c (marshal_dump): use normal object as the buffer so
that no hidden object is exposed to ruby-level. [ruby-dev:39744]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
07:03 AM Revision 8f05568a (git): * io.c (read_all): fix: false negative invalid byte seequence
on reading from pipes. [ruby-dev:39743]
fix: assigin the variable 'pos' as relative value from recent pos.
git-svn...
naruse (Yui NARUSE)
05:45 AM Revision 10aaddb8 (git): * 2009-11-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:45 AM Revision 07ae16d1 (git): * file.c (file_path_convert): delay getting UTF8-MAC encoding
while really needed. [ruby-core:26807]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25878 b2dd03c8-39d4-4d8f-98...
naruse (Yui NARUSE)
03:30 AM Bug #1227: [BUG] object allocation during garbage collection phase
=begin
could you try this version and see if it fixes the problem?
http://github.com/rdp/ruby-prof
=end
rogerdpack (Roger Pack)
 

Also available in: Atom