Project

General

Profile

Activity

From 08/21/2008 to 08/27/2008

08/27/2008

11:09 PM Feature #510: cgi.rbのtest追加(multipart)
=begin

=end
xibbar (Takeyuki FUJIOKA)
11:09 PM Feature #510: cgi.rbのtest追加(multipart)
=begin

=end
xibbar (Takeyuki FUJIOKA)
11:09 PM Feature #510: cgi.rbのtest追加(multipart)
=begin

=end
xibbar (Takeyuki FUJIOKA)
11:09 PM Feature #510: cgi.rbのtest追加(multipart)
=begin

=end
xibbar (Takeyuki FUJIOKA)
10:59 PM Feature #510 (Closed): cgi.rbのtest追加(multipart)
=begin
テストを追加します。
testdataというディレクトリを追加して、
データはその中に置いてください
=end
xibbar (Takeyuki FUJIOKA)
11:09 PM Revision e2db51b2 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:56 PM Feature #509 (Closed): cgi.rbのtest追加(modruby)
=begin
テストを追加します。
=end
xibbar (Takeyuki FUJIOKA)
10:37 PM Feature #474: Hash#<<
=begin
> module Enumerable
>
> def map(&block)
> o = self.class.new
> each do |e|
> ...
candlerb (Brian Candler)
10:26 PM Feature #504: Tempfile.open should return the new tempfile rather than nil
=begin
As far as I can tell, this is not a bug, as it is documented.

However, I would support a behavior change...
sandal (Gregory Brown)
05:57 PM Feature #504: Tempfile.open should return the new tempfile rather than nil
=begin
Currently, if you want to be able to do anything with the tempfile after the block ends, you have to do somet...
TylerRick (Tyler Rick)
05:53 PM Feature #504 (Closed): Tempfile.open should return the new tempfile rather than nil
=begin
It seems like you ought to be able to do this
f = Tempfile.open("foo") do |f|
f.print("foo\n")
...
TylerRick (Tyler Rick)
09:59 PM Bug #496: DRb.start_service(nil) is very slow
=begin
All of those steps finish instantaneously.

I'm on Ubuntu 8.04.
=end
hongli (Hongli Lai)
09:56 PM Bug #496: DRb.start_service(nil) is very slow
=begin
I suspect a DNS/hostname resolution problem on your system.

Looking at 1.8.6p114, notice that DRbTCPSock...
candlerb (Brian Candler)
08:21 PM Feature #507: cgi.rbのtest追加
=begin
あれ、おかしいですね。添付されなかったようです。
=end
xibbar (Takeyuki FUJIOKA)
08:14 PM Feature #507 (Closed): cgi.rbのtest追加
=begin
test/cgi/test_cgi_header.rb
を添付します。CGIAltから切り出したものです。
=end
xibbar (Takeyuki FUJIOKA)
07:21 PM Bug #506 (Closed): ObjectSpace.each_object Segmentation fault
=begin
遠藤です。

2008/08/26 23:37 fujidig <[email protected]>:
> Ruby 1.9.0-4 の irb で ObjectSpace.each_object(...
mame (Yusuke Endoh)
07:12 PM Bug #505 (Closed): 1.upto 2 {|i| p i }
=begin
いつのまにか1.upto 2 {|i| p i }が通ります。

ruby -ve '1.upto 2 {|i| p i}'
ruby 1.9.0 (2008-08-27 revision 1757...
shyouhei (Shyouhei Urabe)
05:19 PM Revision a08b97c2 (git): * include/ruby/io.h (rb_io_t): refcnt field removed.
(MakeOpenFile): refcnt initialization removed.
* io.c (rb_io_fptr_finalize): don't check refcnt.
(rb_io_close_read...
akr (Akira Tanaka)
03:09 PM Revision c28edc50 (git): * 2008-08-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:09 PM Revision d05d66e2 (git): * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:43 PM Revision f6f85ad6 (git): * ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=
accepts number argument.
* test/win32ole/test_win32ole.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
suke (Masaki Suketa)
02:26 PM Feature #503: cgi.rbのtest追加
=begin
インデントがおかしいのと、1.8で通らなかったので、
若干修正したのをあげ直します。
=end
xibbar (Takeyuki FUJIOKA)
02:21 PM Feature #503 (Closed): cgi.rbのtest追加
=begin
CGIAltに付属しているtest_cgi_core.rbを
1.9でもテストが通るようにしたので添付します。
=end
xibbar (Takeyuki FUJIOKA)
01:39 PM Revision ad3c6c71 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:47 AM Feature #502 (Closed): CGI::CookieをdelegateからArrayの継承へ変更
=begin
Applied in changeset r18878.
=end
naruse (Yui NARUSE)
09:50 AM Feature #502: CGI::CookieをdelegateからArrayの継承へ変更
=begin
すみません、コメントを書くのを忘れました。
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/22011
でもまつもとさんが望ましくない使い方...
xibbar (Takeyuki FUJIOKA)
09:48 AM Feature #502 (Closed): CGI::CookieをdelegateからArrayの継承へ変更
=begin
Index: lib/cgi.rb
===================================================================
--- lib/cgi.rb (rev...
xibbar (Takeyuki FUJIOKA)
05:49 AM Revision 4c88439a (git): * test/cgi/test_cgi_core.rb: add core test.
Patch by Takeyuki Fujioka. [ruby-dev:36001] [ruby-dev:36002]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18880...
naruse (Yui NARUSE)
05:19 AM Bug #501: rubygems fails to cache spec file
=begin
On Aug 26, 2008, at 10:13 AM, Yusuke ENDOH wrote:
> 2008/8/27 Tanaka Akira <[email protected]>:
>>> This is beca...
drbrain (Eric Hodel)
02:18 AM Bug #501: rubygems fails to cache spec file
=begin
Hi,

2008/8/27 Tanaka Akira <[email protected]>:
>> This is because Apache, which rubyforge uses, seems to hand...
mame (Yusuke Endoh)
01:51 AM Bug #501 (Closed): rubygems fails to cache spec file
=begin
Hi,

I realized "gem update" always fetched the whole spec file
from gems.rubyforge.org even if rubygem...
mame (Yusuke Endoh)
05:02 AM Revision 382b4af6 (git): revert removed comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:40 AM Revision b64fd462 (git): * lib/cgi.rb (CGI::Cookie): remove delagate.
Patch by Takeyuki Fujioka. [ruby-dev:35995]
* test/cgi/test_cgi_cookie.rb: added for above.
Patch by Takeyuki Fuji...
naruse (Yui NARUSE)
01:38 AM Revision 19b25eb6 (git): * lib/cgi.rb (CGI::Cookie): remove delagate.
* test/cgi/test_cgi_cookie.rb: added for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18877 b2dd03c8-39...
naruse (Yui NARUSE)
01:28 AM Bug #500 (Closed): TZ=HSTでFailure: test_strftime(TestTime)
=begin
http://zunda.freeshell.org/d/20080825.html#p04
によるとローカルのタイムゾーンによっては失敗することがあるようです。

% env TZ=HST ruby-tr...
znz (Kazuhiro NISHIYAMA)

08/26/2008

10:57 PM Bug #282 (Closed): failure of test_asctime(TestTime) on mswin32
=begin
Applied in changeset r18871.
=end
usa (Usaku NAKAMURA)
10:49 PM Bug #282: failure of test_asctime(TestTime) on mswin32
=begin
こんにちは、なかむら(う)です。

なぜか反応が遅くなってしまいましたが、

In message "[ruby-dev:35849] Re: [Ruby 1.9 - Bug #282] (Open) fail...
usa (Usaku NAKAMURA)
10:08 PM Bug #409: Can't modify frozen ... の型
=begin
意図されているならまあいいんじゃないでしょうか。

ただ、今のままだとバグと区別がつかないのでどこかにドキュメントしておくべきでしょう。
=end
shyouhei (Shyouhei Urabe)
06:18 PM Bug #437 (Closed): test_strftime(TestTime) fails on Solaris
=begin
すみません、closeしわすれていました。
=end
shugo (Shugo Maeda)
05:08 PM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
すでに直ってる気がするので、確認よろしくお願いします(ぉ
=end
naruse (Yui NARUSE)
05:30 PM Bug #499 (Rejected): RubyGems の CommandManager が singleton になっていない
=begin
okkez です。

lib/rubygems/command_manager.rb で定義されている
Gem::CommandManager クラスですが、ソースコードを読んでみた限りでは
singl...
okkez (okkez _)
04:27 PM Feature #498 (Closed): test/cgi/test_cgi_tag_helper.rbにテストを追加
=begin
Applied in changeset r18866.
=end
naruse (Yui NARUSE)
12:57 PM Feature #498 (Closed): test/cgi/test_cgi_tag_helper.rbにテストを追加
=begin
html3のテストに漏れがあったので追加
=end
xibbar (Takeyuki FUJIOKA)
04:14 PM Revision 1366802a (git): * transcode.c (transcode_loop): simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:09 PM Revision db6ec310 (git): * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
econv_incomplete_input.
* io.c (finish_writeconv): check econv_incomplete_input.
* transcode.c (transcode_restartab...
akr (Akira Tanaka)
03:06 PM Revision 99a26ac1 (git): * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
* io.c: follow the renaming.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18874 b2dd03c8-39d4-4d8f-98ff-823fe...
akr (Akira Tanaka)
03:01 PM Revision c8dbd997 (git): * 2008-08-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision a68e409e (git): * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.c
(rb_econv_t): defined as an incomplete type.
* transcode.c (rb_econv_elem_t): moved from encoding.h.
(rb_econv_t):...
akr (Akira Tanaka)
01:47 PM Revision 8039100c (git): * time.c (time_asctime): workaround for MSVCRT's bug.
based on a patch from wanabe <s.wanabe AT gmail.com> at
[ruby-dev:35831] and a suggestion by KIMURA Koichi
...
U.Nakamura
12:55 PM Revision 19ab0865 (git): * transcode.c (rb_econv_open): disable newline conversion for ASCII
incompatible encodings.
(str_transcode0): don't need disable newline conversion here.
git-svn-id: svn+ssh://ci.ru...
akr (Akira Tanaka)
12:45 PM Revision 18b097b7 (git): * transcode.c (rb_econv_binmode): binmode is effective only once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:47 AM Bug #489 (Closed): cgi.rbのCGI#blockquoteとCGI#captionがエラー
=begin
Applied in changeset r18860.
=end
naruse (Yui NARUSE)
12:04 AM Bug #489: cgi.rbのCGI#blockquoteとCGI#captionがエラー
=begin
html3の分だけテストを書きましたのでdiffの形式で添付します。
=end
xibbar (Takeyuki FUJIOKA)
10:28 AM Revision 2e248635 (git): * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):
Add a test for Enumerable#each_with_object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18868 b2dd03c8-39d4-...
Akinori MUSHA
10:26 AM Revision 0924bcf8 (git): * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
Add (back) the test for Enumerable#with_object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18867 b2dd03c8-3...
Akinori MUSHA
07:18 AM Revision 990ffbb9 (git): * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.
Patch by Takeyuki Fujioka. [ruby-dev:35975]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18866 b2dd03c8-39d4-4d...
naruse (Yui NARUSE)
05:45 AM Revision 67515222 (git): Mark the previous change as experimental.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:45 AM Revision 3e8c3897 (git): * enumerator.c: Activate Enumerator#with_object and add
Enumerable#each_with_object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18864 b2dd03c8-39d4-4d8f-98ff-823fe...
Akinori MUSHA
05:42 AM Revision cb32985d (git): * enumerator.c (enumerator_initialize),
test/ruby/test_enumerator.rb: Add an ability to generate an
enumerator from a block. [experimental] [ruby-dev:35903...
Akinori MUSHA
04:26 AM Revision c5e46ef3 (git): * test/ruby/test_transcode.rb: added test_euc_jp
(contributed by Yoshihiro Kambayashi)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18862 b2dd03c8-39d4-4d8f-98...
duerst (Martin Dürst)
02:55 AM Revision 8ec7dce8 (git): * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.
[ruby-dev:35971]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
02:42 AM Revision ae86df99 (git): * lib/cgi.rb (nOE_element_def): fix error when cascade methods which
don't have arguments. Patch by Takeyuki Fujioka. [ruby-dev:35964]
* lib/cgi.rb (blockquote): String#collect (this de...
naruse (Yui NARUSE)
01:06 AM Feature #490: relayouting struct RNode
=begin
 ささだです.

nagachika wrote:
> ですので nd_line を拡張するのは意味解析/コンパイルエラーのメッセージには有効ですが、
> 実行時のバックトレースの情報はこの構造体の定義も拡張し...
ko1 (Koichi Sasada)
12:01 AM Bug #497 (Closed): NEWSを書く
=begin
doc/NEWSに追加すべきこと

* universal newline
* transcode
* define?
* GC deferredも含めるべき?
=end
yugui (Yuki Sonoda)

08/25/2008

10:50 PM Bug #489: cgi.rbのCGI#blockquoteとCGI#captionがエラー
=begin
引数を取らないタグ生成メソッド(CGI#ttなど)をCGI.new("html3").tt("foo")などとやるとエラーになるので
パッチを追加します。
Index: lib/cgi.rb
=======...
xibbar (Takeyuki FUJIOKA)
01:17 PM Bug #489 (Closed): cgi.rbのCGI#blockquoteとCGI#captionがエラー
=begin
String#collectが使えなくなった影響で
2つのタグ生成メソッドがエラーになります。
html3、html4、html4trで全てチェックしましたが、
以上の2つだけでした。
Index: l...
xibbar (Takeyuki FUJIOKA)
10:47 PM Bug #144 (Closed): irb fg
=begin
Applied in changeset r18837.
=end
mame (Yusuke Endoh)
09:44 PM Bug #496 (Closed): DRb.start_service(nil) is very slow
=begin
On some systems - such as mine - DRB.start_service(nil) is very slow. This is caused by the fact that DRb.ope...
hongli (Hongli Lai)
09:01 PM Bug #495 (Closed): Failure: test_priority(TestThread)
=begin
CPUなどの他の環境も影響しそうですが、
ruby 1.9.0 (2008-08-25 revision 18832) [i686-linux]
とUbuntu 8.04.1の環境で以下のFailureが発生し...
znz (Kazuhiro NISHIYAMA)
07:58 PM Feature #494 (Closed): Errno.const_missing
=begin
#493 [ruby-dev:35957]のエラーメッセージでErrno::NOMEMがErrno::NOERRORに
なってしまっている(Errno::ENOMEMのtypo?)ように、typoに気づきにくくなる...
znz (Kazuhiro NISHIYAMA)
07:56 PM Bug #493 (Closed): Failure: test_dup(TestIO)
=begin
ruby 1.9.0 (2008-08-25 revision 18832) [i686-linux]
とUbuntu 8.04.1の環境でtest-allで以下のFailureが発生します。
test/rub...
znz (Kazuhiro NISHIYAMA)
07:07 PM Bug #492 (Closed): defined? a && defined? b
=begin
Applied in changeset r18834.
=end
matz (Yukihiro Matsumoto)
06:36 PM Bug #492 (Closed): defined? a && defined? b
=begin
defined? a && defined? b がnilになります。両方定義されてるんだからnilはおかしいはずです。

irb(main):001:0> [RUBY_VERSION, RUBY_REVI...
shyouhei (Shyouhei Urabe)
06:08 PM Revision 3c66a5b2 (git): * io.c (make_writeconv): copy invalid/undef flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:58 PM Revision 446a67c0 (git): fixed a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:47 PM Revision 42307bf4 (git): * common.mk (dist): tool/make-snapshot is executable.
* tool/make-snapshot (package): supported release numbers 1.9.0-x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
yugui (Yuki Sonoda)
05:45 PM Revision 75b2d7cb (git): * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.
* io.c (make_writeconv): initialize writeconv_pre_opts.
(io_fwrite): use writeconv_pre_opts.
git-svn-id: svn+ssh...
akr (Akira Tanaka)
05:39 PM Feature #490: relayouting struct RNode
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:35947] [Feature: trunk] relayouting struct RNode"
on Mon, 25 Au...
matz (Yukihiro Matsumoto)
03:07 PM Feature #490 (Closed): relayouting struct RNode
=begin
Yuguiです。

「第7回RHGの逆襲」(http://qwik.jp/rhg-strikes-back/78.html )の結果とし
て、RNode::nd_fileは誰も利用していないことが分かりま...
yugui (Yuki Sonoda)
04:51 PM Bug #491 (Closed): makeが"string contains null byte"で失敗します
=begin
刀野といいます。

ia64 linuxでruby 1.9のmakeが以下のメッセージで失敗します。

./miniruby -I./lib -I.ext/common -I./- -r./ext/pu...
ntachino (Nobuhiro Tachino)
04:49 PM Revision 08911df3 (git): * io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:30 PM Revision 5c6d113a (git): * io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.
This is only for testing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
04:27 PM Revision 873987f2 (git): * transcode.c (str_transcode0): disable newline conversion for ASCII
incompatible encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:58 PM Revision 1a805010 (git): * transcode.c (str_transcode0): don't short cut for newline conversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:37 PM Revision 6c1190d1 (git): * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for
rb_str_transcode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:26 PM Revision 86154f63 (git): * transcode.c (make_econv_exception): show readagain part for invalid
byte sequence exception. store the part as an instance variable.
(ecerr_readagain_bytes): new method to access the...
akr (Akira Tanaka)
03:04 PM Revision 72eaacaa (git): "t" for Kernel#open described.
Encoding and Encoding::Converted described.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18847 b2dd03c8-39d4-4...
akr (Akira Tanaka)
03:03 PM Revision 4e573bf0 (git): * ext/bigdecimal/bigdecimal.c (VpMult): fix double free.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
03:01 PM Revision 1913c0e8 (git): * 2008-08-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision 04860263 (git): * transcode.c (rb_econv_open): make last_tc NULL if there are only
additional transcoders.
(econv_description): extracted from rb_econv_open_exc.
(rb_econv_open_exc): use econv_des...
akr (Akira Tanaka)
02:58 PM Revision 87746352 (git): * win32.c (init_stdhandle): set binmode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:47 PM Revision 3e75a0a7 (git): * lib/date/format.rb(strftime): can print with given arbitrary
precision.
* lib/date/format.rb(strftime): optional flags and filed width
should also affect %[nt]...
Tadayoshi Funaba
02:04 PM Revision 9839d737 (git): * compile.c (defined_expr): default defined? should return
"expression" without evaluating the expression. [ruby-dev:35967]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
matz (Yukihiro Matsumoto)
01:46 PM Revision bc3c1785 (git): * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk
of race condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
01:41 PM Revision cba52ec3 (git): * lib/irb/extend-command.rb (def_extend_command): check number of
arguments. [ruby-dev:35074]
* lib/irb/ext/multi-irb.rb (search): check if a corresponding job is
found. [ruby-de...
mame (Yusuke Endoh)
01:32 PM Revision 4da80c7d (git): * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
01:04 PM Revision aeffc67d (git): * transcode.c (rb_econv_open_by_transcoder_entries): initialize
last_error. num_trans may be zero.
(rb_econv_convert0): num_trans may be zero.
(rb_econv_putbackable): ditto.
...
akr (Akira Tanaka)
10:06 AM Revision cc3cbd29 (git): * compile.c (defined_expr): should handle NODE_{AND,OR} as
"expression". [ruby-dev:35951]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18834 b2dd03c8-39d4-4d8f-98ff-823f...
matz (Yukihiro Matsumoto)
09:47 AM Revision 6194a7ee (git): remove traling spaces and fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:36 AM Revision ce60bbc8 (git): * include/ruby/intern.h (rb_io_ungetbyte): added prototype.
* io.c (rb_io_gets): use rb_io_getline_1 for unget buffer.
* ruby.c (load_file): use rb_io_ungetbyte.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
08:35 AM Revision 10906176 (git): * transcode.c (rb_econv_substr_append): fix for buffer overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:34 AM Revision 0d0c147f (git): * transcode.c (rb_econv_substr_append): fix for buffer overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:27 AM Revision d9a1cc2f (git): * parse.y (YYSTYPE): struct RVarmap has been no longer
defnied.
see also r11717 by matz.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18829 b2dd03c8-39d4-4d8f-98ff-...
yugui (Yuki Sonoda)
01:42 AM Revision 8c6040ed (git): * transcode.c (rb_econv_open_exc): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:01 AM Bug #475: cgi.rbにNKFに依存したコードが入っている
=begin

On Sun, 24 Aug 2008 23:42:16 +0900
In article <873akuo4hl.wl%[email protected]>
[[ruby-dev:35943] Re: [B...
Tietew (Toru Iwase)

08/24/2008

10:10 PM Revision 12e61c83 (git): * enc/emacs_mule.c: fix ctype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:58 PM Revision 2c788996 (git): * configure.in (BUILTIN_TRANSSRCS): defined.
(BUILTIN_TRANSOBJS): defined.
* enc/Makefile.in (BUILTIN_TRANSES): defined.
* enc/make_encmake.rb (BUILTIN_TRANSES)...
akr (Akira Tanaka)
03:13 PM Revision 2a9369fc (git): * 2008-08-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:13 PM Revision bf5e559c (git): * transcode.c (declare_transcoder): arguments order changed.
(rb_declare_transcoder): call declare_transcoder just once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18824...
akr (Akira Tanaka)
12:27 PM Bug #472 (Closed): No ord in Net::HTTP#urlencode
=begin
Applied in changeset r18805.
=end
naruse (Yui NARUSE)
12:18 PM Bug #402 (Closed): default_external depends on the order of -K and -E
=begin

=end
naruse (Yui NARUSE)
12:12 AM Bug #402: default_external depends on the order of -K and -E
=begin
-K は default source encoding と default_external を上書き、
-E は default_external を上書き、
後のものが優先、で行きましょう。
=end
naruse (Yui NARUSE)
11:07 AM Bug #479 (Closed): 1.8で当てられたcgi.rbに対するバグのパッチが適用されていない
=begin
Applied in changeset r18801.
=end
naruse (Yui NARUSE)
10:56 AM Bug #479: 1.8で当てられたcgi.rbに対するバグのパッチが適用されていない
=begin
> == /.../n の付与
> 基本的に 1.9 では不要です。(7bit 文字列の特別扱いがあるので)

知りませんでした。ありがとうございます。

> == CGI::escape_html...
xibbar (Takeyuki FUJIOKA)
02:58 AM Bug #479 (Assigned): 1.8で当てられたcgi.rbに対するバグのパッチが適用されていない
=begin
とりあえずいくつかコメントを。

まず総論として、適用されたパッチごとに分割してくださると助かります。
まとまっているとレビューが大変です。
1.9 に適用されていないパッチの列挙でもいいですので。
...
naruse (Yui NARUSE)
01:20 AM Bug #479 (Closed): 1.8で当てられたcgi.rbに対するバグのパッチが適用されていない
=begin
1.8で適用されたパッチの1.9用のバックポートを作成しました。
添付しておきます。
=end
xibbar (Takeyuki FUJIOKA)
10:49 AM Revision ae1b02a8 (git): * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.
* transcode.c: follow the rb_econv_t change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18823 b2dd03c8-39d4...
akr (Akira Tanaka)
10:40 AM Revision 329729da (git): * io.c (rb_io_init_copy): copy encs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:32 AM Revision 98e34b22 (git): rdoc updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:18 AM Revision 79181419 (git): * io.c (rb_io_open): add an argument: vperm.
(open_key_args): call rb_io_open with perm.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18820 b2dd03c8-39d4-...
akr (Akira Tanaka)
10:11 AM Revision 6f8c2ea9 (git): * io.c (sym_invalid): removed.
(sym_undef): removed.
(sym_ignore): removed.
(sym_replace): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
akr (Akira Tanaka)
10:07 AM Revision c22f52c0 (git): * io.c (rb_io_reopen): initialize fptr->encs.opts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:40 AM Revision 071319fd (git): * io.c (rb_io_s_pipe): accept optional hash.
(rb_io_set_encoding): ditto.
(rb_io_extract_modeenc): use rb_econv_opts to initialize
ecopts.
(rb_file_open_gen...
akr (Akira Tanaka)
09:13 AM Revision 571b1147 (git): * include/ruby/io.h (rb_io_enc_t): add opts field.
(FMODE_INVALID_MASK): removed.
(FMODE_INVALID_IGNORE): ditto.
(FMODE_INVALID_REPLACE): ditto.
(FMODE_UNDEF_MASK...
akr (Akira Tanaka)
09:03 AM Revision 6d019ccb (git): * io.c (struct argf): use struct rb_io_enc_t.
(argf_enc): follow the struct argf change.
(argf_enc2): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
akr (Akira Tanaka)
08:39 AM Revision 09c7eba7 (git): * include/ruby/encoding.h (rb_str_transcode): make 3rd argument
rb_econv_option_t*.
* transcode.c (transcode_loop): take rb_econv_option_t* as a argument.
(str_transcode0): ditto...
akr (Akira Tanaka)
07:49 AM Revision d7bf4546 (git): * include/ruby/io.h (rb_io_t): make enc and enc2 as struct
rb_io_enc_t;
* io.c: follow the structure change.
(convconfig_t): defined by rb_io_enc_t.
git-svn-id: svn+ssh://...
akr (Akira Tanaka)
07:26 AM Revision 1c3d34ca (git): add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:20 AM Revision f27b7414 (git): * include/ruby/encoding.h (rb_econv_opts): declared.
* transcode.c (rb_econv_opts): defined.
* io.c (rb_io_extract_modeenc): use rb_econv_opts.
git-svn-id: svn+ssh://...
akr (Akira Tanaka)
07:12 AM Revision 9b8adfed (git): * include/ruby/encoding.h (rb_econv_option_t): defined.
(rb_econv_open): 3rd arg changed.
(rb_econv_open_exc): ditto.
* io.c (make_writeconv): use rb_econv_option_t.
(m...
akr (Akira Tanaka)
06:44 AM Revision b47c4610 (git): * transcode.c (rb_econv_substr_append): associate dst with destination
encoding when dst is created.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18809 b2dd03c8-39d4-4d8f-98ff-823fe...
akr (Akira Tanaka)
06:25 AM Revision c6d291b0 (git): * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.
* transcode.c (econv_opts): extracted from str_transcode.
(str_transcode_enc_args): extracted from str_transcode.
...
akr (Akira Tanaka)
04:28 AM Revision 51ad3df2 (git): * transcode.c (str_transcode): check last hash only if 0 < argc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:07 AM Feature #481 (Rejected): improved gcd for 1.9
=begin
Mentioned here:
http://rubyforge.org/tracker/?group_id=426&atid=1698&func=detail&aid=19034
This improves ...
Anonymous
03:22 AM Revision bc0efbc9 (git): * include/ruby/encoding.h (rb_econv_substr_append): renamed from
rb_econv_string.
(rb_econv_str_convert): declared.
(rb_econv_substr_convert): declared.
(rb_econv_str_append): ...
akr (Akira Tanaka)
03:21 AM Revision a65d2e05 (git): * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.
Patch by Junegunn Choi [ruby-core:18368]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18805 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
03:03 AM Revision 7c2c7ea3 (git): * transcode.c (rb_econv_open): return NULL on error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:42 AM Revision 8f9ed3c4 (git): * include/ruby/encoding.h (rb_econv_open_exc): declared.
* transcode.c (rb_eNoConverter): new exception.
(rb_econv_open_exc): new function.
(transcode_loop): use rb_econv...
akr (Akira Tanaka)
02:27 AM Revision 55742dce (git): * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.
[ruby-dev:35936]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
02:05 AM Revision 82dc949b (git): add ref to [ruby-dev:35936].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:58 AM Revision cc98d3e4 (git): * enc/emacs_mule.c: support Emacs/Mule internal encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:33 AM Bug #480 (Closed): Failure: test_has_expires_eh(TestTupleBag)
=begin
たぶんすべての環境で出ている以下のFailureですが、
test/rinda/test_tuplebag.rbで
def test_has_expires_eh
assert_equal fa...
znz (Kazuhiro NISHIYAMA)
12:03 AM Bug #475: cgi.rbにNKFに依存したコードが入っている
=begin
以前に
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/29284
こんなやり取りがあって、utf8は自動変換から抜かれました。
そして...
xibbar (Takeyuki FUJIOKA)

08/23/2008

11:29 PM Bug #475 (Closed): cgi.rbにNKFに依存したコードが入っている
=begin
特にメンテされるわけでもないのに、不用意に自動変換削除のような互換性を損なう変更を加えると、
ぎゃっと言う人がいそうなのを気にしていたんですが、うーん。

っと、ふじおかさんは CGIAlt への置き換えを...
naruse (Yui NARUSE)
04:11 PM Bug #475: cgi.rbにNKFに依存したコードが入っている
=begin
すみません、いずれは削除されるのかと思っていました。
languageの自動付与は日本語だけをサポートするのもどうかと思います。
しかも、UTF-8は自動付与されないですし。
contentの文字コード自動...
xibbar (Takeyuki FUJIOKA)
08:27 AM Bug #475: cgi.rbにNKFに依存したコードが入っている
=begin
1.9 になっても当面は nkf が削除される予定はありませんので、
無理に依存を削る必要はないんじゃないですかね。
# アレはテキストフィルタであって、文字コード変換しかできないわけではないので

l...
naruse (Yui NARUSE)
07:28 AM Bug #475 (Closed): cgi.rbにNKFに依存したコードが入っている
=begin
m17nが入ってNKFとかはもう使われないはずなのと、
日本語だけ自動的にheaderのlanguageにjaを入れるというのも
おかしな話だと思うので1.9からは削除した方がいいと思います。

Ind...
xibbar (Takeyuki FUJIOKA)
11:03 PM Revision e6770d94 (git): * strftime.c (daylight, timezone): not provied as dllexport on cygwin,
right now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:40 PM Revision 29449d70 (git): * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:12 PM Revision 33dd0c35 (git): * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:07 PM Bug #467 (Closed): Failure: test_rlimit_value(TestProcess)
=begin
Applied in changeset r18793.
=end
Anonymous
06:57 PM Bug #465 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/net/imap
=begin
r18777
=end
znz (Kazuhiro NISHIYAMA)
06:56 PM Bug #464 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/openssl/test_ssl.rb
=begin
r18777
=end
znz (Kazuhiro NISHIYAMA)
06:56 PM Bug #463 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/net/http
=begin
r18777
=end
znz (Kazuhiro NISHIYAMA)
04:06 PM Revision e8e84720 (git): * 2008-08-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:06 PM Revision 1b82d027 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:29 PM Revision 9c24ab3d (git): * lib/cgi.rb (CGI#out): remove auto encoding conversion and set
LANGUAGE. [ruby-dev:35922]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
11:04 AM Revision 8aaf39ce (git): * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVAL. [ruby-dev:35900]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:30 AM Revision cefcbd24 (git): * io.c (rb_scan_open_args): use pop_last_hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:41 AM Revision 2b78afeb (git): * include/ruby/io.h (FMODE_INVALID_MASK): defined.
(FMODE_INVALID_IGNORE): defined.
(FMODE_INVALID_REPLACE): defined.
(FMODE_UNDEF_MASK): defined.
(FMODE_UNDEF_IG...
akr (Akira Tanaka)
08:06 AM Revision 5378f8e5 (git): * strftime.c (rb_strftime): support more flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:01 AM Revision 74cd315a (git): * compile.c (iseq_build_body): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:18 AM Revision 400796e8 (git): * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:02 AM Revision d4fabf0e (git): * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.
(ECONV_INVALID_IGNORE): defined.
(ECONV_INVALID_REPLACE): defined.
(ECONV_UNDEF_MASK): defined.
(ECONV_UNDEF_IG...
akr (Akira Tanaka)
05:38 AM Feature #474 (Rejected): Hash#<<
=begin
This was discussed a some months ago on Ruby-talk. I don't know if that discussion led to any consideration o...
Anonymous
02:23 AM Revision 860c2331 (git): * io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:50 AM Bug #472 (Closed): No ord in Net::HTTP#urlencode
=begin
def urlencode(str)
str.gsub(/[^a-zA-Z0-9_\.\-]/n) { sprintf('%%%02x', $&[0]) }
end

Since the s...
jg (Junegunn Choi)
01:49 AM Revision 3721df73 (git): * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:45 AM Revision d2cb86c5 (git): * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
(rb_f_open): use check_pipe_command.
(rb_io_open): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18784...
akr (Akira Tanaka)
01:14 AM Revision 341abd3f (git): * io.c (read_all): fptr->enc2 is 0 if no conversion.
(rb_io_getline_fast): ditto.
(io_getc): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18783 b2dd03c8-3...
akr (Akira Tanaka)
12:47 AM Revision 895fd7ec (git): * include/ruby/io.h (rb_io_t): remove path field and add pathv field.
(MakeOpenFile): initialize pathv as Qnil.
* gc.c: mark pathv field in T_FILE.
* io.c: follow the rb_io_t field chan...
akr (Akira Tanaka)

08/22/2008

11:19 PM Bug #378 (Closed): rbconfig.rb:173: [BUG] Stack consistency error
=begin
gcc bug. see https://bugzilla.novell.com/show_bug.cgi?id=419260
=end
matz (Yukihiro Matsumoto)
10:34 PM Bug #378: rbconfig.rb:173: [BUG] Stack consistency error
=begin
Hi,

2008/7/31 Anonymous <[email protected]>:
> I've tried to compile ruby 1.9 svn HEAD on an openSUSE...
mame (Yusuke Endoh)
10:32 PM Feature #471 (Closed): pack format 'm' based on RFC 4648
=begin
遠藤です。

Python の base64.py は RFC 3548 準拠ですが、Ruby の pack の m は現在
RFC 2045 準拠で、ちょっと古いです。
そこで RFC 4648 に準...
mame (Yusuke Endoh)
09:57 PM Bug #470 (Closed): File::openのドキュメント
=begin
現状ではFile::openの挙動をrdocから読み取ることが困難です。

1. IO::openの解説に、サブクラスでIO#initializeをオーバーライドした場合に引数を含めて挙動が左右されることが書か...
yugui (Yuki Sonoda)
04:44 PM Revision 1c44355b (git): * 2008-08-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:44 PM Revision c0d3881e (git): * include/ruby/io.h (FMODE_TEXTMODE): defined.
* include/ruby/encoding.h (rb_econv_t): new field: flags.
(rb_econv_binmode): declared.
* io.c (io_unread): text m...
akr (Akira Tanaka)
02:05 PM Revision 0dd677da (git): typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:27 PM Revision 8f40b265 (git): * complex.c (nucomp_div): now behaves as quo.
* complex.c (nucomp_s_generic_p): has been removed.
* complex.c (nucomp_to_s): adopts new form.
* c...
Tadayoshi Funaba
11:12 AM Revision 2d302dfd (git): * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
rescue Errno::ENOTCONN and close. [ruby-dev:35896]
* test/openssl/test_ssl.rb (OpenSSL#start_server): ditto.
[ruby...
znz (Kazuhiro NISHIYAMA)
11:00 AM Revision 122595c2 (git): * lib/date.rb: no need to require the "lib/rational.rb" any more.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:55 AM Revision 1acc8f94 (git): revert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
06:48 AM Revision 760ee4ec (git): * lib/cgi.rb: use bytesize instead of size/length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:28 AM Revision ce2b7d3a (git): * strftime.c (rb_strftime): supported flags and precision for most
conversions. [ruby-dev:35906]
* lib/date/format.rb (Date#strftime): left-justifies %L and %N.
[ruby-dev:35909]
...
nobu (Nobuyoshi Nakada)
05:12 AM Revision 5dd5311f (git): * test/ruby/test_transcode.rb: test_shift_jis:
fixed comment strings (see r18291)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18772 b2dd03c8-39d4-4d8f-98ff...
duerst (Martin Dürst)
03:42 AM Revision 1dce3b07 (git): * io.c (rb_io_pid): use PIDT2NUM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:32 AM Revision 3337c792 (git): * dir.c (dir_enc_str_new): set US-ASCII to the path
when the path is 7bit string and encoding is ASCII compatible.
* dir.c (push_glob): set file system encoding when ar...
naruse (Yui NARUSE)
02:32 AM Revision cc17cad9 (git): * dir.c (dir_enc_str_new): renamed from dir_enc_str.
* dir.c (dir_read): use dir_enc_str_new.
* dir.c (dir_each): ditto.
* dir.c (push_pattern): ditto.
git-svn-id: svn...
naruse (Yui NARUSE)
02:30 AM Revision d914071b (git): * common.mk: remove config.h dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:52 AM Revision 504ed85d (git): * configure.in (gmtime_r): check if reentrant versions are available.
* time.c (IF_HAVE_GMTIME_R, ASCTIME, GMTIME, LOCALTIME): use reentrant
versions if available.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)

08/21/2008

09:49 PM Bug #163 (Closed): Thread.priority= is effectively a no-op
=begin
Applied in changeset r18570.
=end
mame (Yusuke Endoh)
08:33 PM Bug #467 (Closed): Failure: test_rlimit_value(TestProcess)
=begin
ruby 1.9.0 (2008-08-21 revision 18741) [powerpc-darwin9.4.0]
の環境でtest_rlimit_value(TestProcess)がFailureになりま...
znz (Kazuhiro NISHIYAMA)
08:30 PM Revision 93ee8dea (git): * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.
(UINT2NUM): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
08:19 PM Bug #466 (Closed): test_str_crypt(TestM17NComb) failed
~~~
$ ruby-trunk -v
ruby 1.9.0 (2008-08-21 revision 18753) [powerpc-darwin9.4.0]
~~~
の環境でtest_str_crypt(TestM17NC...
znz (Kazuhiro NISHIYAMA)
08:12 PM Revision f61354c4 (git): * io.c (rb_file_open_generic): take filename as a VALUE.
(rb_file_open_internal): ditto.
(rb_io_open): ditto.
(rb_file_open): pass filename as a VALUE to rb_file_open_int...
akr (Akira Tanaka)
07:50 PM Revision 2f59e313 (git): fix previsous change again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:34 PM Revision ae0ca36f (git): * include/ruby/ruby.h: fix previous change for LP64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:11 PM Bug #465 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/net/imap
=begin
test/net/imapでも同様にErrno::ENOTCONNになります。

48) Error:
test_unexpected_eof(IMAPTest):
Errno::ENOTCONN: ...
znz (Kazuhiro NISHIYAMA)
07:10 PM Bug #464 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/openssl/test_ssl.rb
=begin
test/openssl/test_ssl.rbでも同様にErrno::ENOTCONNになります。

49) Error:
test_client_auth(OpenSSL::TestSSL):
E...
znz (Kazuhiro NISHIYAMA)
06:49 PM Revision 9ee78751 (git): * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
the argument only once.
`t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x
twice.
(NUM2INT): ...
akr (Akira Tanaka)
06:03 PM Revision fbc6ea6c (git): * io.c (rb_io_s_sysopen): mode can be a Bignum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:58 PM Revision ddda4e55 (git): * io.c (rb_io_extract_modeenc): notify coerced to caller.
(rb_io_initialize): mode may be a Bignum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18760 b2dd03c8-39d4-4d8...
akr (Akira Tanaka)
05:44 PM Revision 9910ee4f (git): * io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:25 PM Revision 32c7a565 (git): * iseq.c (iseq_inspect): don't raise on uninitialized object.
show real class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:21 PM Bug #463 (Closed): `Errno::ENOTCONN: Socket is not connected' in test/net/http
=begin
Mac OS Xで以下のようにErrno::ENOTCONNになります。
その影響で他のテストのいくつかもErrno::EADDRINUSEなどで失敗します。

1) Error:
test_cer...
znz (Kazuhiro NISHIYAMA)
05:10 PM Revision 2de66ecb (git): * 2008-08-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:09 PM Revision dd7cf02e (git): * io.c (rb_io_initialize): accept hash argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:57 PM Revision a0cc5b19 (git): * strftime.c (rb_strftime): supported %F and %<precision>N.
reverted config.h to ruby.h for Windows.
* test/ruby/test_time.rb (TestTime::test_strftime): added tests
for %F and...
shugo (Shugo Maeda)
11:54 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/15 21:08 Yukihiro Matsumoto <[email protected]>:
> |ということで、
> |
> |> +#ifdef BROKEN_STRF...
shugo (Shugo Maeda)
11:54 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/18 14:34 Shugo Maeda <[email protected]>:
>> いっそ、全部自前のmissing/strftime.cを使うというのでどうでしょ
>>...
shugo (Shugo Maeda)
11:54 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:35886] Re: [Bug #437] test_strftime(TestTime) fails on Solaris"
...
usa (Usaku NAKAMURA)
11:53 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/21 0:49 U.Nakamura <[email protected]>:
>> うささん、ごめんなさい。
>
> お察しの通りなので、適当にコンパイルが通るように直...
shugo (Shugo Maeda)
11:53 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

At Thu, 21 Aug 2008 06:20:54 +0900,
Yukihiro Matsumoto <[email protected]> wrote:
> |Time.now.utc...
shugo (Shugo Maeda)
11:53 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/15 21:29 Tanaka Akira <[email protected]>:
>> 簡単な解決としては、添付のパッチのような方法しか思い付きませんでし
>> たが、もっと上手い解決方...
shugo (Shugo Maeda)
11:51 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

At Thu, 21 Aug 2008 03:43:32 +0900,
Tanaka Akira <[email protected]> wrote:
> | The fractional seconds ...
shugo (Shugo Maeda)
11:50 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:35888] Re: [Bug #437] test_strftime(TestTime) fails on Solaris"
...
matz (Yukihiro Matsumoto)
11:50 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:35870] Re: [Bug #437] test_strftime(TestTime) fails on Solaris"
...
matz (Yukihiro Matsumoto)
11:50 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:35884] Re: [Bug #437] test_strftime(TestTime) fails on Solaris"
...
matz (Yukihiro Matsumoto)
11:49 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/18 14:25 Yukihiro Matsumoto <[email protected]>:
> |> では、BROKENでない単語を使って(NOGMTOFFとか)コミットして...
shugo (Shugo Maeda)
11:49 AM Bug #437: test_strftime(TestTime) fails on Solaris
=begin
前田です。

2008/08/20 23:46 Yukihiro Matsumoto <[email protected]>:
> |とりあえず、作業してみました。パッチを添付します。
>
> コミットして...
shugo (Shugo Maeda)
11:54 AM Feature #462 (Rejected): autoload with a block
=begin
Hi,

At Mon, 18 Aug 2008 10:35:01 +0900,
Nobuyoshi Nakada wrote in [ruby-talk:311603]:
> At Fri, 15 A...
nobu (Nobuyoshi Nakada)
11:25 AM Revision 60bc53a1 (git): * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt to error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:20 AM Revision cefd28a8 (git): * file.c (rb_stat_inspect): don't raise if self is not initialized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:18 AM Revision 61acccef (git): * process.c (pst_pid): use rb_attr_get to avoid warning on
Process::Status.allocate.pid.
(pst_inspect): don't raise if self is not initialized.
git-svn-id: svn+ssh://ci.rub...
akr (Akira Tanaka)
10:07 AM Revision d34079b1 (git): * io.c (io_extract_encoding_option): if internal encoding is not
specified, enc is external encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18751 b2dd03c8-39d4-4d8f-98f...
akr (Akira Tanaka)
10:04 AM Revision 3f7bed0b (git): test O_NOFOLLOW only on FreeBSD and Linux.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:33 AM Revision 3c118f0f (git): * enumerator.c (enumerator_ptr), lib/generator.rb:
Enumerable::Enumerator is renamed to Enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@187...
Akinori MUSHA
06:30 AM Feature #108 (Closed): strftimeのusec対応
=begin
Applied in changeset r18731
=end
nobu (Nobuyoshi Nakada)
06:28 AM Feature #198 (Closed): Publish transcode code generation code and tables
=begin

=end
nobu (Nobuyoshi Nakada)
06:26 AM Bug #458 (Closed): Range#dup returns incorrect results
=begin

=end
nobu (Nobuyoshi Nakada)
06:26 AM Bug #458: Range#dup returns incorrect results
=begin
Applied in changeset r18743
=end
nobu (Nobuyoshi Nakada)
06:15 AM Bug #456 (Rejected): Ruby 1.8.6p230 SEGV on OpenSolaris
=begin

=end
nobu (Nobuyoshi Nakada)
05:28 AM Revision a0e3fe5d (git): * strftime.c: include ruby/config.h instead of ruby/ruby.h.
* common.mk: removed the old rule for missing/strftime.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18748 b...
shugo (Shugo Maeda)
12:41 AM Revision 8b799940 (git): * ChangeLog: fixed my mail address.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
12:30 AM Revision 9b4d4a8a (git): * strftime.c (rb_strftime): return "UTC" instead of "GMT".
* test/ruby/test_time.rb (test_strftime): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18746 b2dd03c8-3...
shugo (Shugo Maeda)
 

Also available in: Atom