Project

General

Profile

Activity

From 01/07/2010 to 01/13/2010

01/13/2010

11:51 PM Revision 4bf4ddb6 (git): * time.c (time_to_r): convert to rational if internal representation
is not rational.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:40 PM Bug #2601: BasicObject.initialize should raise an error
=begin

=end
marcandre (Marc-Andre Lafortune)
03:35 PM Bug #2601: BasicObject.initialize should raise an error
=begin
Hi,

In message "Re: [ruby-core:27577] [Bug #2601] BasicObject#initialize should raise an error"
on We...
matz (Yukihiro Matsumoto)
11:55 AM Bug #2601 (Closed): BasicObject.initialize should raise an error
=begin
While having fun cloning BasicObject (see issue 2443), I found the amusing bug that :initialize could success...
marcandre (Marc-Andre Lafortune)
08:02 PM Bug #865 (Closed): [Fwd: some mistakes in Rake RDoc]
=begin
fixed by r22854.
=end
wanabe (_ wanabe)
07:54 PM Bug #693: Thread#set_trace_func seems not to work
=begin
It seems that thread_reset_event_flags() doesn't work well.
This function should set th->event_flags, I thi...
wanabe (_ wanabe)
07:49 PM Revision 49ab7b42 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:04 PM Revision d5a96ece (git): * time.c (time_mdump): use nano_num and nano_den instead of subnano to
avoid Rational class in marshaled data which prevent unmarshal by
Ruby 1.8.
(time_mload): use nano_num and nano_d...
akr (Akira Tanaka)
06:45 PM Bug #595: Fiber ignores ensure clause
=begin

=end
wanabe (_ wanabe)
06:45 PM Bug #595: Fiber ignores ensure clause
=begin
以前このチケットについて書いたパッチが SEGV すると書きましたが、
パッチの問題ではなく Bug #1325 の影響だったようです。
改めて確認したところ make test-all では SEGV しませ...
wanabe (_ wanabe)
05:00 PM Revision 17f04eb4 (git): * 2010-01-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:00 PM Revision 55a4c972 (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:09 PM Revision 1a3abb62 (git): * test/zlib/test_zlib.rb: backport tests for 1.9
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
11:23 AM Revision aac3a6bd (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:57 AM Bug #2587 (Closed): Forced definition of struct timezone under MinGW
=begin
This issue was solved with changeset r26311.
Luis, thank you for reporting this issue.
Your contribution to...
nobu (Nobuyoshi Nakada)
06:26 AM Revision cce8e777 (git): Add news.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:57 AM Revision fb2941a4 (git): * object.c (rb_class_initialize): Make sure BasicObject doesn't get initialized twice [ruby-core:27577]
* class.c (rb_class_init_copy): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26314 b2dd03c8-39d4-4d8f-98f...
Marc-Andre Lafortune
02:54 AM Revision 187a3249 (git): * ChangeLog: small typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:38 AM Revision 93fb4aae (git): * ChangeLog: added reporter's name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:54 AM Bug #2591 (Closed): ENV.[]= should raise an error on failure
=begin

=end
naruse (Yui NARUSE)
12:37 AM Bug #2599 (Closed): shell/command-processor.rb に typo
=begin
This issue was solved with changeset r26309.
Sho, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)

01/12/2010

10:30 PM Bug #2599 (Closed): shell/command-processor.rb に typo
=begin
shell/command-processor.rb に typo があるようです。

--- lib/shell/command-processor.rb (revision 26303)
++...
sho-h (Sho Hashimoto)
09:54 PM Revision a0006c10 (git): * configure.in: check for if struct timezone is defined.
* missing.h (struct timezone): define if not defined.
* win32/win32.h (struct timezone): defined in the newer w32api...
nobu (Nobuyoshi Nakada)
09:54 PM Revision 23a4f816 (git): * configure.in: check for if struct timezone is defined.
* missing.h (struct timezone): define if not defined.
* win32/win32.h (struct timezone): defined in the newer w32api...
nobu (Nobuyoshi Nakada)
03:55 PM Feature #2595: Add crc32_combine and adler32_combine to zlib API
=begin
Wait 3days or 1 week as the importance and the size of the patch, and no objection,
you can apply the patch...
naruse (Yui NARUSE)
07:36 AM Feature #2595 (Closed): Add crc32_combine and adler32_combine to zlib API
=begin
zlib is missing the crc32_combine and adler32_combine methods.

I've attached a patch which implements th...
tenderlovemaking (Aaron Patterson)
03:35 PM Revision 12d78274 (git): * 2010-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision 19f6839c (git): * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.
reported and patched at [ruby-dev:40058] [Bug #2599]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26309 b2dd03c...
naruse (Yui NARUSE)
03:00 PM Revision 51e3a6b5 (git): * 2010-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision a61588c6 (git): merge r26304.
* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git-svn-i...
Sutou Kouhei
02:57 PM Revision 7847b286 (git): revert r26305.
* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git-svn-i...
Sutou Kouhei
02:57 PM Feature #2579 (Closed): Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
This issue was solved with changeset r26297.
Yui, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)
02:57 PM Bug #2552 (Closed): HOME 変数を空にして起動すると、再度空にできなくなる
=begin
This issue was solved with changeset r26296.
_, thank you for reporting this issue.
Your contribution to Ru...
usa (Usaku NAKAMURA)
02:55 PM Bug #2552: HOME 変数を空にして起動すると、再度空にできなくなる
=begin
なるほど、現象を誤解していました。
というわけで対応してみました。汚いけど。
=end
usa (Usaku NAKAMURA)
12:44 PM Bug #2552: HOME 変数を空にして起動すると、再度空にできなくなる
=begin
HOMEを自力で設定していること自体は(少なくともチケット作成時は)
問題と思っていませんでした。
子プロセス起動時に "C:/" が設定されたあと、改めて ENV.delete "HOME" しているのに
...
wanabe (_ wanabe)
09:43 AM Bug #2552: HOME 変数を空にして起動すると、再度空にできなくなる
=begin
元々msvcrtのgetenvは使っていません。
win32/win32.cのrb_w32_getenvを参照してください。

ところで、元の話(HOMEを削除しても子プロセスでは復活している件)ですが、
...
usa (Usaku NAKAMURA)
02:55 PM Revision c680899e (git): merge r26304.
* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git-svn-i...
Sutou Kouhei
02:52 PM Revision 06dfb68d (git): * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26304 b2dd03c8...
Sutou Kouhei
12:56 PM Revision f6f3d1bc (git): * string.c (rb_str_set_len): call rb_str_modify.
* file.c (realpath_rec): don't call rb_str_modify before
rb_str_set_len.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
akr (Akira Tanaka)
11:47 AM Revision d60d63ef (git): * file.c (realpath_internal): call rb_secure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:19 AM Feature #2571: 文字列のハミング距離
=begin
成瀬です。

2010/1/12 Yukihiro Matsumoto <[email protected]>:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:40...
naruse (Yui NARUSE)
03:50 AM Feature #2571: 文字列のハミング距離
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40038] str_strlen() の公開名 (was Re: Re: [Feature #2571] 文字列のハミング距離)"
...
matz (Yukihiro Matsumoto)
10:05 AM Bug #2591: ENV.[]= should raise an error on failure
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40026] Re: [Bug:trunk] ENV.[]= should raise an error on failure"
...
usa (Usaku NAKAMURA)
07:54 AM Bug #2587: Forced definition of struct timezone under MinGW
=begin
Roger:

No cross-compiler, native.

Timezone is part of the newer w32api packages for MinGW. Will gra...
luislavena (Luis Lavena)
07:48 AM Bug #2587: Forced definition of struct timezone under MinGW
=begin
is this a cross compile? Which version of gcc?
r
=end
rogerdpack (Roger Pack)
07:48 AM Revision 3b42acc8 (git): * lib/net/http.rb (Net::HTTP.start): options may not be given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:48 AM Revision 0d354933 (git): * ext/readline/readline.c (readline_readline): check if instream
is closed instead of fd 0.
* ext/readline/readline.c (Init_readline): use STDIN for input.
http://d.hatena.ne.jp/c...
nobu (Nobuyoshi Nakada)
07:41 AM Revision e10f4786 (git): * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:41 AM Revision 8f3f9d71 (git): * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:12 AM Revision a6b81a6b (git): * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS might
not be a part of ENV. e.g. TMPDIR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26298 b2dd03c8-39d4-4d8f-98ff...
wanabe (_ wanabe)
05:56 AM Revision b5227ae1 (git): * lib/net/http.rb (Net::HTTP#start): add hash argument to
set ssl related options. when use_ssl is set default value
of verify_mode is OpenSSL::SSL::VERIFY_PEER. [ruby-dev:4...
naruse (Yui NARUSE)
05:54 AM Revision 4301bbbe (git): * win32/win32.c (init_env): use _wputenv() instead of
SetEnvironmentVariableW() because latter doesn't set msvcrt's environ
work area, of course.
[Bug #2552]
git-svn...
U.Nakamura
04:35 AM Revision 37ce3f6e (git): * file.c (realpath_rec): trace symbolic link only when supporting
readline().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:49 AM Revision 6c8ba69e (git): * misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-doc
which ends with an underscore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26294 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)
03:49 AM Revision 33ede4d0 (git): * misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-doc
which ends with an underscore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26294 b2dd03c8-39d4-4d8f-98ff-823f...
nobu (Nobuyoshi Nakada)
02:31 AM Feature #2012: Set event_flags on thread creation if hook exists
=begin

=end
mame (Yusuke Endoh)
01:00 AM Revision ca52e3be (git): * hash.c: need to include errno.h for EINVAL.
* hash.c (ruby_setenv): fixed typo. see [ruby-dev:40026]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26293 b...
U.Nakamura
12:59 AM Revision 8001de14 (git): add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:39 AM Revision e1b928c5 (git): delete RUBYLIB for ruby spawned in test_no_curdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:32 AM Revision 853dd6ca (git): * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]
* include/ruby/intern.h: declare rb_dir_getwd.
* dir.c (rb_dir_getwd): copied from dir_s_getwd to export.
(dir_s_g...
akr (Akira Tanaka)

01/11/2010

08:16 PM Feature #2586: openssl: Load root certificates on Windows
=begin

=end
naruse (Yui NARUSE)
08:16 PM Feature #2586: openssl: Load root certificates on Windows
=begin
You are right; I posted to OpenSSL ML.
http://www.mail-archive.com/[email protected]/msg26956.html
=end
naruse (Yui NARUSE)
07:35 PM Bug #2583 (Closed): クラス定義中の defined? yield が "yield" を返す
=begin
ご指摘ありがとうございます。
r26283 でそのように変更してコミットしました。
=end
wanabe (_ wanabe)
02:14 PM Bug #2583: クラス定義中の defined? yield が "yield" を返す
=begin
(2010/01/10 5:36), _ wanabe wrote::
> Bug #2583: クラス定義中の defined? yield が "yield" を返す
> http://redmine.ruby...
ko1 (Koichi Sasada)
09:59 AM Bug #2583: クラス定義中の defined? yield が "yield" を返す
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40009] [Bug #2583] クラス定義中の defined? yield が "yield" を返す"
on Su...
matz (Yukihiro Matsumoto)
06:21 PM Revision f86cca6f (git): add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:15 PM Revision 05c4d8b9 (git): * 2010-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:15 PM Revision 7c6df6dc (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:35 PM Feature #2571: 文字列のハミング距離
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40033] Re: [Feature #2571] 文字列のハミング距離"
on Mon, 11 Jan 2010 ...
matz (Yukihiro Matsumoto)
04:32 PM Feature #2571: 文字列のハミング距離
=begin
成瀬です。

パッチが誤っていました、これだけですね。

diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 14e23b8..1...
naruse (Yui NARUSE)
04:27 PM Feature #2571: 文字列のハミング距離
=begin
成瀬です。

(2010/01/11 16:17), Yukihiro Matsumoto wrote:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:40029]...
naruse (Yui NARUSE)
04:17 PM Feature #2571: 文字列のハミング距離
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40029] Re: [Feature #2571] 文字列のハミング距離"
on Mon, 11 Jan 2010 15...
matz (Yukihiro Matsumoto)
03:54 PM Feature #2571: 文字列のハミング距離
=begin
成瀬です。

(2010/01/11 15:35), Kenta Murata wrote:
> ところで、拡張ライブラリにする際に、str_strlen を公開 API にしてもらいたいのですが、
> それは...
naruse (Yui NARUSE)
03:35 PM Feature #2571: 文字列のハミング距離
=begin
むらたです。

On 2010/01/07, at 17:35, Yukihiro Matsumoto wrote:

> まつもと ゆきひろです
>
> In message "Re: [ruby-de...
mrkn (Kenta Murata)
01:58 PM Revision 217a4bd2 (git): * hash.c (ruby_setenv): Improve the emulatation of setenv(3) on
environments where putenv(3) is used. Raise EINVAL If a
variable name contains an '='.
git-svn-id: svn+ssh://ci...
Akinori MUSHA
01:42 PM Revision 8c801be9 (git): Make sure that ENV.[]= fails when an invalid variable name is given.
Fix this if there is an environment where a variable name containing
an '=' is allowed.
git-svn-id: svn+ssh://ci.ru...
Akinori MUSHA
11:43 AM Bug #2589: mkmf.rb bug on "make distclean" if build fails
=begin
It's empty. 0 byte file.
=end
djberg96 (Daniel Berger)
08:51 AM Bug #2589: mkmf.rb bug on "make distclean" if build fails
=begin
Hi,

At Sun, 10 Jan 2010 23:57:45 +0900,
Daniel Berger wrote in [ruby-core:27517]:
> If the build fails, ...
nobu (Nobuyoshi Nakada)
09:39 AM Revision f60a5d6f (git): forgot to add ticket ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
09:33 AM Revision 760f0b06 (git): * vm_insnhelper.h (GET_BLOCK_PTR): return 0 when in class frame.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
09:28 AM Bug #2591 (Closed): ENV.[]= should raise an error on failure
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40023] [Bug:trunk] ENV.[]= should raise an error on failure"
...
matz (Yukihiro Matsumoto)
07:58 AM Revision a3973ab1 (git): * string.c (rb_str_strlen): added. [ruby-dev:40028]
* include/ruby/intern.h (rb_str_strlen): declared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26282 b2dd03c8-...
naruse (Yui NARUSE)
04:30 AM Revision 50c99dc9 (git): * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.
* lib/webrick/httpstatus.rb (WEBrick::HTTPStatus::Status#initialize):
accept 0 or more arguments. [ruby-dev:40021]...
nobu (Nobuyoshi Nakada)
04:30 AM Revision 6dcd551a (git): * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.
* lib/webrick/httpstatus.rb (WEBrick::HTTPStatus::Status#initialize):
accept 0 or more arguments. [ruby-dev:40021]...
nobu (Nobuyoshi Nakada)
03:58 AM Revision 19c6e240 (git): * 2010-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:58 AM Revision af23025d (git): * hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)
or putenv(3) fails. [ruby-dev:40023]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26279 b2dd03c8-39d4-4d8f-9...
Akinori MUSHA

01/10/2010

11:57 PM Bug #2589 (Closed): mkmf.rb bug on "make distclean" if build fails
=begin
Hi,

If the build fails, and I try to run "gmake distclean" I see this error:

gcc -g -O2 -DRUBY_EX...
djberg96 (Daniel Berger)
06:27 PM Bug #2588 (Closed): Forced definition of stati64 and _stati64 under MinGW
=begin
Appears that stati64 and _stati64 definition is being forced for non-MS compilers:

...
luislavena (Luis Lavena)
06:07 PM Revision b3fe8d48 (git): * 2010-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:07 PM Revision 386c4b9d (git): * eval.c (recursive_push): Taint internal hash to prevent
unexpected SecurityError; fixes #1864.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26277 b2dd03c...
Akinori MUSHA
06:07 PM Bug #2587 (Closed): Forced definition of struct timezone under MinGW
=begin
It appears that win32.h is forcing the definition of timezone structure, even when it has been defined by Min...
luislavena (Luis Lavena)
06:02 PM Feature #2586 (Open): openssl: Load root certificates on Windows
=begin
should be rejected.

ruby-openssl is a wrapper of OpenSSL. It's good to ask OpenSSL team to accept this f...
nahi (Hiroshi Nakamura)
03:27 PM Feature #2586 (Rejected): openssl: Load root certificates on Windows
=begin
On Unix, ext/openssl can use the system's root certificates.
But on Windows root certificates are not provi...
naruse (Yui NARUSE)
03:40 PM Feature #2567: Net::HTTP does not handle encoding correctly
=begin

=end
naruse (Yui NARUSE)
03:18 PM Revision 1070cbd1 (git): * 2010-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 PM Revision 576a3495 (git): Fix to escape logs in order to avoid escape sequence injection bug. Also inserted an old comment into ChangeLog for a change that got missed last year.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
02:31 PM Bug #2552: HOME 変数を空にして起動すると、再度空にできなくなる
=begin
・putenv()で設定したものは、getenv()でもGetEnvironmentVariable()でも取得できる
・SetEnvironmentVariable()で設定したものは、GetEnvironmen...
pegacorn (pegacorn jp)
01:56 PM Feature #2579: Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
ビットフラグですね。
で、VERIFY_FAIL_IF_NO_PEER_CERT ですがこれはサーバー用のフラグなので、
クライアント用ライブラリである net/http では使われないはずです。
=end
naruse (Yui NARUSE)
09:00 AM Feature #2579: Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
なかだです。

At Sun, 10 Jan 2010 07:34:48 +0900,
Yui NARUSE wrote in [ruby-dev:40012]:
> SSL 証明書の検証をしないというイマイチ...
nobu (Nobuyoshi Nakada)
07:34 AM Feature #2579: Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
SSL 証明書の検証をしないというイマイチオススメできない挙動を意味する、
OpenSSL::SSL::VERIFY_NONE の指定をわざわざ楽にする必要はないと思います。
=end
naruse (Yui NARUSE)
02:42 AM Feature #2579: Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
なかだです。

At Sat, 9 Jan 2010 20:34:23 +0900,
Yui NARUSE wrote in [ruby-dev:40003]:
> この提案では、Net::HTTP(addr,...
nobu (Nobuyoshi Nakada)
11:34 AM Revision 0b0aafce (git): Fix for the previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
11:31 AM Revision eb87f155 (git): * 2010-01-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:31 AM Revision 0924ea85 (git): merges r26267 from trunk into ruby_1_9_1.
--
* lib/webrick/accesslog.rb : Escape needed.
* lib/webrick/httpstatus.rb : ditto.
* lib/w...
yugui (Yuki Sonoda)
10:30 AM Revision f2d2dfe9 (git): merge revision(s) 26267:
* lib/webrick/accesslog.rb : Escape needed.
* lib/webrick/httpstatus.rb : ditto.
* lib/webrick/httpre...
shyouhei (Shyouhei Urabe)
09:33 AM Revision 73cd7b66 (git): * lib/webrick/accesslog.rb : Escape needed.
* lib/webrick/httpstatus.rb : ditto.
* lib/webrick/httprequest.rb : ditto.
* lib/webrick/httputils....
shyouhei (Shyouhei Urabe)
09:33 AM Revision 467f3771 (git): * lib/webrick/accesslog.rb : Escape needed.
* lib/webrick/httpstatus.rb : ditto.
* lib/webrick/httprequest.rb : ditto.
* lib/webrick/httputils....
shyouhei (Shyouhei Urabe)
08:14 AM Revision 9982c929 (git): * test: eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:40 AM Bug #2584 (Rejected): クラス定義中の defined? yield が "yield" を返す
=begin
すみません、二重に送信してしまいました。
=end
wanabe (_ wanabe)
05:36 AM Bug #2584 (Rejected): クラス定義中の defined? yield が "yield" を返す
=begin
クラス定義中は yield を呼べないにも関わらず、defined?(yield) が "yield" を返します。

$ ruby -ve 'class Foo;p defined?(yield);end'
...
wanabe (_ wanabe)
05:36 AM Bug #2583 (Closed): クラス定義中の defined? yield が "yield" を返す
=begin
クラス定義中は yield を呼べないにも関わらず、defined?(yield) が "yield" を返します。

$ ruby -ve 'class Foo;p defined?(yield);end'
...
wanabe (_ wanabe)

01/09/2010

11:15 PM Bug #2581 (Closed): require_relative depends on current directory
=begin
遠藤です。

ソースファイルを相対パスで指定して起動したとき、require_relative が
カレントディレクトリに依存するようですが、これは仕様でしょうか。

$ cat /tmp/t1.r...
mame (Yusuke Endoh)
10:11 PM Revision 8d3498f9 (git): * test/yaml/test_struct.rb Test for dealing with structs that have
instance variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
08:39 PM Revision 71ecd899 (git): reverted r26263.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:35 PM Revision 655cb34f (git): * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.
* lib/matrix.rb (Matrix#determinant): ditto. [ruby-core:27507]
* lib/matrix.rb (Matrix#rank): ditto.
* lib/matrix....
nobu (Nobuyoshi Nakada)
08:35 PM Revision 2ae2d9dd (git): * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.
* lib/matrix.rb (Matrix#determinant): ditto. [ruby-core:27507]
* lib/matrix.rb (Matrix#rank): ditto.
* lib/matrix....
nobu (Nobuyoshi Nakada)
08:34 PM Feature #2579 (Closed): Net::HTTP.start("www.ruby-lang.org", use_ssl: true) で SSL 利用を可能に
=begin
従来、Net::HTTP で https アクセスをするためには

http = Net::HTTP.new("www.ruby-lang.org", 443) # port を指定
http.use_ss...
naruse (Yui NARUSE)
07:54 PM Revision b4da2534 (git): * class.c (rb_define_class): raise TypeError same as class
statement. [ruby-core:27504]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26262 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
07:54 PM Revision 6051cf52 (git): * class.c (rb_define_class): raise TypeError same as class
statement. [ruby-core:27504]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26262 b2dd03c8-39d4-4d8...
nobu (Nobuyoshi Nakada)
07:41 PM Revision 01629be7 (git): * lib/mkmf.rb (configuration): needs ARCH_FLAG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:35 PM Bug #2578 (Closed): Requiring a relative path with an empty $LOAD_PATH raises LoadError on 1.8
=begin
Hi,

While revising the rubyspecs for Kernel#require, I noticed the following difference between 1.8 and...
brixen (Brian Shirai)
05:21 AM Revision f3833630 (git): * common.mk (install-all): maybe typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:03 AM Revision f01d5801 (git): * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:37 AM Revision dfa27de3 (git): Add news: net/http merges net/https.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

01/08/2010

11:47 PM Bug #2397 (Closed): cannot call public'ed method via public_method
=begin
This issue was solved with changeset r26256.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
11:40 PM Revision 417435f2 (git): * win32/configure.bat (WIN32DIR): regularise file separators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:40 PM Revision 9e72f979 (git): * win32/configure.bat (WIN32DIR): regularise file separators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:08 PM Bug #2577: Ruby 1.9.2 Preview 1 Aborts when script/generate is used
=begin
Hello,

Lot of things happened since preview1.

Also, a smaller, reproducible case is better than att...
luislavena (Luis Lavena)
10:59 PM Bug #2577 (Closed): Ruby 1.9.2 Preview 1 Aborts when script/generate is used
=begin
Hi, I'm seeing the following when issue when I attempt

$ ruby -v
ruby 1.9.2dev (2009-07-18 trunk 2418...
Anonymous
09:27 PM Feature #2574 (Closed): merging net/https
=begin
This issue was solved with changeset r26254.
Yui, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)
09:14 PM Feature #2574: merging net/https
=begin
net/http は青木プロダクトなのでメンテナは青木さんでした。
つまり、今はメンテナがいません。

というわけで、まつもとさんが賛成したのでこれはコミットしてしまいます。
=end
naruse (Yui NARUSE)
04:59 PM Feature #2574: merging net/https
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39986] [Feature #2574] merging net/https"
on Fri, 8 Jan 2010 09...
matz (Yukihiro Matsumoto)
09:40 AM Feature #2574 (Closed): merging net/https
=begin
現在 net/https はほとんど抜け殻で、ほぼ require 'openssl' するためだけに存在するのですが、
残っているロジックも net/http に移してしまって、net/http だけで http...
naruse (Yui NARUSE)
06:36 PM Feature #2022: Patch for openssl-1.0
=begin
Hi,

At Tue, 5 Jan 2010 19:05:54 +0900,
Hongli Lai wrote in [ruby-core:27417]:
> There are some compila...
nobu (Nobuyoshi Nakada)
02:40 PM Revision 8e8bb6c1 (git): * proc.c (mnew): don't check visibility of method body if public
ZSUPER method is found. [ruby-dev:39767]
* test/ruby/test_method.rb: add a test for above.
git-svn-id: svn+ssh://c...
mame (Yusuke Endoh)
02:10 PM Revision 479a3c4c (git): * vm_method.c (rb_alias): skip ZSUPER method when searching body of
source method. [ruby-dev:39760]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26255 b2dd03c8-39d4-4d8f-98ff-823...
mame (Yusuke Endoh)
12:17 PM Revision e0cdab5f (git): * lib/net/http, lib/net/https: move content from net/https to
net/http. [ruby-dev:39986]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:51 AM Revision c1d3b01b (git): * io.c (io_fwrite): preserve errno. [ruby-core:27425]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:08 AM Revision ddc17914 (git): * io.c (rb_io_s_read): close the IO if an exception is raised on
seeking. [ruby-core:27429]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26252 b2dd03c8-39d4-4d8f-9...
U.Nakamura
08:02 AM Revision 520c6b73 (git): * ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization.
[ruby-core:27402]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26251 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
07:47 AM Revision ef6e5363 (git): * io.c (rb_io_s_read): close the IO if an exception is raised on
seeking. [ruby-core:27429]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26250 b2dd03c8-39d4-4d8f-98ff-823fe69b...
U.Nakamura
04:12 AM Revision 902b1094 (git): * marshal.c (w_symbol): dump no encoding for 7bit only coderange
symbol. [ruby-core:27375]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26249 b2dd03c8-39d4-4d8f-98ff-823fe69b...
nobu (Nobuyoshi Nakada)

01/07/2010

11:29 PM Feature #2012: Set event_flags on thread creation if hook exists
=begin
Hi --

Sorry for very late response!


2009/8/30 Mark Moseley <[email protected]>:
> In ruby-debug,...
mame (Yusuke Endoh)
08:07 PM Feature #2565: adding hooks for better tracing
=begin
Hi,

2010/1/6 Yugui <[email protected]>:
> What do you think? Can I commit the patch I attached?

All the ...
mame (Yusuke Endoh)
06:18 PM Feature #2571: 文字列のハミング距離
=begin
> このメソッドを Ruby で実装しようとすると、String#[] を使って比較することになると思います。

String#codepoints を使うという方法があります。
また、まつもとさんのご指摘...
naruse (Yui NARUSE)
05:35 PM Feature #2571: 文字列のハミング距離
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39975] [Feature #2571] 文字列のハミング距離"
on Thu, 7 Jan 2010 17:06:10...
matz (Yukihiro Matsumoto)
05:12 PM Feature #2571: 文字列のハミング距離
=begin
このメソッドを Ruby で実装しようとすると、String#[] を使って比較することになると思います。
その場合、String#[] が呼び出される度に新たな文字列が生成されてしまい無駄なオブジェクトがいくつも...
mrkn (Kenta Murata)
05:06 PM Feature #2571 (Closed): 文字列のハミング距離
=begin
文字列のハミング距離を求めるメソッドが欲しかったため、String#hamming_distance を実装しました。
hamming_distance は長くて使いにくかったので、String#^ も定義しました...
mrkn (Kenta Murata)
01:14 PM Feature #2567: Net::HTTP does not handle encoding correctly
=begin
You can get Content-Type's parameter by result.type_params

I'm nervous about setting encoding to result ...
naruse (Yui NARUSE)
06:20 AM Feature #2567 (Closed): Net::HTTP does not handle encoding correctly
=begin
A string returned by an HTTP get does not have its encoding set appropriately with the charset field, nor do...
slide_rule (Ryan Sims)
 

Also available in: Atom