Project

General

Profile

Activity

From 08/23/2008 to 08/29/2008

08/29/2008

11:59 PM Revision 24aba080 (git): * include/ruby/intern.h (rb_file_s_absolute_path),
(rb_file_absolute_path): prototyped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18935 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
11:49 PM Bug #516 (Closed): REXML::Text#wrapは空白が含まれない場合を想定していない
=begin
空白が含まれない string に対して place = string.rindex(' ', width) とすると nil が返るところ、
これをチェックせずそのまま分割位置に利用しています。

$ ...
sakuro (Sakuro OZAWA)
11:10 PM Revision 727625d9 (git): * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.
[ruby-dev:36048]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
10:50 PM Revision 5159f500 (git): * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
* test/ruby/test_m17n.rb (test_compatible): fix test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18933 b2dd03...
naruse (Yui NARUSE)
05:49 PM Revision 41d50725 (git): * object.c (rb_obj_freeze): update rdoc to mention RuntimeError
(not TypeError any longer) would be raised. [ruby-dev:35982]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1893...
matz (Yukihiro Matsumoto)
05:27 PM Bug #513 (Closed): Tempfile yields [BUG] Stack consistency error
=begin
Applied in changeset r18918.
=end
ko1 (Koichi Sasada)
04:56 PM Revision 66529e38 (git): * bignum.c (bigdivmod): remove redundant code. a patch from
TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in [ruby-dev:36044].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
matz (Yukihiro Matsumoto)
04:38 PM Revision d9455240 (git): * lib/cgi.rb (CGI#initialize): remove unused constants. a patch
from Takeyuki Fujioka in [ruby-dev:36046].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18930 b2dd03c8-39d4-4d8...
matz (Yukihiro Matsumoto)
04:25 PM Revision c2ba5cf9 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:38 PM Revision 31ad4603 (git): * 2008-08-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:38 PM Revision 2ccc4304 (git): removed some lines which gain the score of coverage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:50 PM Revision a5bdf63a (git): * bignum.c: added an alias (#magnitude).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:41 PM Revision 5185955f (git): * complex.c ({nucomp,numeric}_rect): new.
* complex.c: added some aliases
(::rectangular, ::rect, #rectangular, #rect, #phase,
#magnitude)....
Tadayoshi Funaba
11:27 AM Bug #515 (Closed): String#rindexが期待通りに動かない
=begin
Applied in changeset r18916.
=end
naruse (Yui NARUSE)
10:20 AM Bug #515: String#rindexが期待通りに動かない
=begin
藤岡です。

usaさんとnaruseさんのパッチを取り込んだら
期待通りの結果になりました。

> regexp は中身にまで踏み込む必要はないんじゃないですかね。
> regexp の場合、もとから e...
xibbar (Takeyuki FUJIOKA)
09:00 AM Bug #515: String#rindexが期待通りに動かない
=begin

=end
naruse (Yui NARUSE)
07:49 AM Bug #515: String#rindexが期待通りに動かない
=begin
成瀬です

U.Nakamura wrote:
> String#indexおよびString#rindexで第二引数が文字単位での位置で
> なくバイト単位の位置になっています。
>
> それは末尾のパ...
naruse (Yui NARUSE)
11:22 AM Revision fa4c17e7 (git): * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
09:37 AM Revision 889acc81 (git): * encoding.c (enc_compatible_p): raise TypeError when argument is not
String nor Regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:22 AM Revision 56c34324 (git): * string.c (rb_str_index_m): only regexp uses byte offset.
* string.c (rb_str_rindex_m): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18919 b2dd03c8-39d4-4d8f-98ff...
naruse (Yui NARUSE)
08:24 AM Revision 100d0a56 (git): * vm_insnhelper.c (vm_call_method): copy arguments to allocated
memory from machine stack. [ruby-dev:36028]
* KNOWNBUGS.rb, bootstraptest/test_method.rb: move fixed test.
git-sv...
ko1 (Koichi Sasada)
03:19 AM Revision 379fa42f (git): * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for
initialization of r18168.
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): ditto.
* ext/openssl/ossl_x509name.c...
nobu (Nobuyoshi Nakada)
02:20 AM Revision 7fc16c23 (git): * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII
regexp is compatible. [ruby-dev:36033]
* string.c (rb_str_index_m): second argument is position of character.
by u...
naruse (Yui NARUSE)
12:58 AM Feature #512: String#% behavior
=begin
Well, we get into the semantics of #to_ary there. My view is that an object responding to #to_ary means that ...
rue (Eero Saynatkari)
12:23 AM Feature #512: String#% behavior
=begin
On 28-08-2008, at 10:50, Eero Saynatkari wrote:

> Issue #512 has been updated by Eero Saynatkari.
>
>
>...
rabarca (Rolando Abarca)

08/28/2008

11:57 PM Bug #500 (Closed): TZ=HSTでFailure: test_strftime(TestTime)
=begin
Applied in changeset r18901.
=end
mame (Yusuke Endoh)
11:12 PM Bug #500: TZ=HSTでFailure: test_strftime(TestTime)
=begin
遠藤です。

2008/08/28 22:35 Shugo Maeda <[email protected]>:
> 2008/08/27 1:23 Kazuhiro NISHIYAMA <redmine@r...
mame (Yusuke Endoh)
10:40 PM Bug #500: TZ=HSTでFailure: test_strftime(TestTime)
=begin
前田です。

2008/08/27 1:23 Kazuhiro NISHIYAMA <[email protected]>:
> http://zunda.freeshell.org/d/20080825...
shugo (Shugo Maeda)
11:55 PM Feature #512: String#% behavior
=begin
Nakada said: "It's an implementation detail"

I would disagree it is an implementation detail for the rea...
rue (Eero Saynatkari)
07:07 PM Feature #512: String#% behavior
=begin
&gt; It's an implementation detail.
&gt; I don't think it should be a part of the spec.

Somewhat contriv...
larsch (Lars Christensen)
07:52 AM Feature #512: String#% behavior
=begin
It's an implementation detail.
I don't think it should be a part of the spec.
=end
nobu (Nobuyoshi Nakada)
07:26 AM Feature #512: String#% behavior
=begin
The potential issue is that String#% _always_ calls #to_ary when available, even if the format string only ha...
rue (Eero Saynatkari)
06:56 AM Feature #512: String#% behavior
=begin
Sorry but I can't get your point.
String#% always can receive only one argument.
=end
nobu (Nobuyoshi Nakada)
06:33 AM Feature #512 (Rejected): String#% behavior
=begin
Right now String#% is calling #to_ary on the its arguments for every case. Should it call it on cases where...
febuiles (Federico Builes)
11:24 PM Bug #515: String#rindexが期待通りに動かない
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:36033] [Bug #515] String#rindexが期待通りに動かない"
on Aug.28,2008 23:0...
usa (Usaku NAKAMURA)
11:12 PM Bug #515 (Closed): String#rindexが期待通りに動かない
=begin
# -*- coding: utf-8 -*-
str="原稿システム原稿原稿<DT>"
p str.size
p str.rindex(/<DT/,str.size)

% ruby -Ku /t...
xibbar (Takeyuki FUJIOKA)
11:24 PM Bug #513: Tempfile yields [BUG] Stack consistency error
=begin
遠藤です。

2008/08/28 23:09 Yusuke ENDOH <[email protected]>:
> 遠藤です。
>
> 2008/08/28 21:40 Yukihiro Matsumoto <...
mame (Yusuke Endoh)
11:14 PM Bug #513: Tempfile yields [BUG] Stack consistency error
=begin
遠藤です。

2008/08/28 21:40 Yukihiro Matsumoto <[email protected]>:
> まつもと ゆきひろです
>
> In message "Re: [ruby...
mame (Yusuke Endoh)
09:45 PM Bug #513: Tempfile yields [BUG] Stack consistency error
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:36029] Re: [Bug #513] Tempfile yields [BUG] Stack consistency error"...
matz (Yukihiro Matsumoto)
08:57 PM Bug #513: Tempfile yields [BUG] Stack consistency error
=begin
遠藤です。

2008/08/28 11:18 Shyouhei Urabe <[email protected]>:
> zsh % gdb --args ~/target/trunk/bin/ruby...
mame (Yusuke Endoh)
11:23 AM Bug #513 (Closed): Tempfile yields [BUG] Stack consistency error
=begin
zsh % gdb --args ~/target/trunk/bin/ruby -rtempfile -ve
Tempfile.open("") do |f|
f.write "\n";
f...
shyouhei (Shyouhei Urabe)
07:49 PM Revision d2d37173 (git): * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handling
of wait result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:28 PM Revision d4afbe49 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:17 PM Feature #474: Hash#<<
=begin
> Not this case. String is no longer Enumerable.

Thank you, my mistake. I'm not chasing the moving target ...
candlerb (Brian Candler)
06:00 PM Revision 2c801886 (git): * transcode.c (econv_finish): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:46 PM Revision 23d10cbb (git): * transcode.c (econv_convert): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:39 PM Revision ad8cfb1b (git): * transcode.c (econv_primitive_convert): accept nil as
destination_bytesize for unlimited destination size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18911 b2dd03...
akr (Akira Tanaka)
05:13 PM Revision 3811bb53 (git): * transcode.c (econv_primitive_convert): accept nil as input for empty
input.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:06 PM Revision 63846d48 (git): * strftime.c (rb_strftime): supported %s and %P.
* time.c (time_strftime): ditto.
* test/ruby/test_time.rb (test_strftime): ditto.
git-svn-id: svn+ssh://ci.ruby-lan...
shugo (Shugo Maeda)
04:59 PM Revision c23ec90e (git): * transcode.c (sym_invalid_byte_sequence): new variable.
(sym_undefined_conversion): ditto.
(sym_destination_buffer_full): ditto.
(sym_source_buffer_empty): ditto.
(sym...
akr (Akira Tanaka)
03:54 PM Revision 77d7a80f (git): * strftime.c (rb_strftime): fixed a bug of padding.
* test/ruby/test_time.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18907 b2dd03c8-39d4-4d8f-98ff-82...
shugo (Shugo Maeda)
03:21 PM Revision 9f317066 (git): * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:15 PM Bug #514 (Closed): OpenSSL::OCSP::Response's to_der always returns an empty string
=begin
The OCSP response object always seems to produce an empty string when to_der is called. The correct response...
squanderingtime (Chris Chandler)
03:03 PM Revision 2fcd15d4 (git): * file.c (file_expand_path): check invalid access.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
03:01 PM Revision b283b1d8 (git): * 2008-08-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision 6a7481c3 (git): * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
return "0", not "".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
02:55 PM Revision 5ef4c567 (git): * test/ruby/test_time.rb: suppress warning during test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
02:51 PM Revision 846f142a (git): * test/ruby/test_time.rb (test_strftime): make test for %a independent
from local timezone. [ruby-dev:35992]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18901 b2dd03c8-39d4-4d8f-9...
mame (Yusuke Endoh)
02:40 PM Revision c543447e (git): * string.c (rb_str_shared_replace): remove corrupt noembed string
which causes SEGV. [ruby-dev:35989]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18900 b2dd03c8-39d4-4d8f-98f...
mame (Yusuke Endoh)
02:36 PM Revision fbfd2370 (git): * common.mk: dependency updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:29 PM Revision 503d8529 (git): * KNOWNBUGS.rb: add a test. see [ruby-dev:36028]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
12:46 PM Revision 3c8dca55 (git): * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file
I/O support.
* win32/win32.c, include/ruby/win32.h (rb_w32_pipe): overlapped pipe
I/O support.
...
U.Nakamura
12:08 PM Revision cf6334e1 (git): * vm_method.c (rb_method_node): fail earlier if no method found.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
11:50 AM Revision 84b144f6 (git): * object.c (convert_type): call less rb_intern() less frequently
by using cache structure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
11:29 AM Revision f7f07842 (git): * vm_insnhelper.c (vm_yield_setup_args): object with to_ary should
behave like array. a patch from Yusuke Endoh <mame at tsg.ne.jp>
in [ruby-dev:35988]. [ruby-dev:35977]
git-svn-...
matz (Yukihiro Matsumoto)
10:05 AM Revision a7fa5122 (git): * bootstraptest/test_io.rb: no need to create real file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
09:37 AM Feature #510 (Closed): cgi.rbのtest追加(multipart)
=begin
Applied in changeset r18890.
=end
naruse (Yui NARUSE)
09:27 AM Feature #509 (Closed): cgi.rbのtest追加(modruby)
=begin
Applied in changeset r18889.
=end
naruse (Yui NARUSE)
09:27 AM Feature #507 (Closed): cgi.rbのtest追加
=begin
Applied in changeset r18887.
=end
naruse (Yui NARUSE)
09:11 AM Feature #503 (Closed): cgi.rbのtest追加
=begin

=end
naruse (Yui NARUSE)
03:51 AM Revision d68321c1 (git): * file.c (rb_file_s_expand_path): new class method for class File.
* file.c (file_expand_path): add absolute_path handling (no ~user
expansion). [ruby-core:18319]
git-svn-id: svn+s...
matz (Yukihiro Matsumoto)
01:38 AM Bug #505 (Assigned): 1.upto 2 {|i| p i }
matz (Yukihiro Matsumoto)
01:26 AM Bug #505: 1.upto 2 {|i| p i }
まつもと ゆきひろです
In message "Re: [ruby-dev:36020] Re: [Bug #505] 1.upto 2 {|i| p i }"
on Thu, 28 Aug 2008 01:00:56...
matz (Yukihiro Matsumoto)
01:05 AM Bug #505: 1.upto 2 {|i| p i }
卜部です。
むろん、私自身は理解していますが、他人に説明ができないという話です。
Yukihiro Matsumoto さんは書きました:
> え?
>
> `a {|i| ...}` がメソッド呼び出しとして解釈で...
shyouhei (Shyouhei Urabe)
12:47 AM Bug #505: 1.upto 2 {|i| p i }
まつもと ゆきひろです
In message "Re: [ruby-dev:36017] Re: [Bug #505] 1.upto 2 {|i| p i }"
on Thu, 28 Aug 2008 00:31:36...
matz (Yukihiro Matsumoto)
12:36 AM Bug #505: 1.upto 2 {|i| p i }
卜部です。
Yukihiro Matsumoto さんは書きました:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:36008] [Bug #505] 1.upto 2 {|i| ...
shyouhei (Shyouhei Urabe)
12:16 AM Bug #505 (Rejected): 1.upto 2 {|i| p i }
matz (Yukihiro Matsumoto)
12:13 AM Bug #505: 1.upto 2 {|i| p i }
まつもと ゆきひろです
In message "Re: [ruby-dev:36008] [Bug #505] 1.upto 2 {|i| p i }"
on Wed, 27 Aug 2008 19:08:15 +09...
matz (Yukihiro Matsumoto)
12:41 AM Revision cbd71ac4 (git): mentioned CGIAlt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:30 AM Revision 283e57e3 (git): * test/cgi/test_cgi_multipart.rb: add test for multipart.
Patch by Takeyuki Fujioka. [ruby-dev:36014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18890 b2dd03c8-39d4-4d...
naruse (Yui NARUSE)
12:22 AM Revision 692395b8 (git): * test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.
Patch by Takeyuki Fujioka. [ruby-dev:36013]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18889 b2dd03c8-39d4-4d...
naruse (Yui NARUSE)
12:19 AM Revision f3067000 (git): * test/cgi/test_cgi_header.rb: add test for CGI::Header.
Patch by Takeyuki Fujioka. [ruby-dev:36010] [ruby-dev:36011]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18888...
naruse (Yui NARUSE)
12:18 AM Revision 5d93e408 (git): * test/cgi/test_cgi_header.rb: add test for CGI::Header.
Patch by Takeyuki Fujioka. [ruby-dev:36010] [ruby-dev:36011]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18887...
naruse (Yui NARUSE)

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)
 

Also available in: Atom