Project

General

Profile

Activity

From 01/11/2010 to 01/17/2010

01/17/2010

07:23 PM Revision fbc0b59b (git): * ext/digest/digest.c (rb_digest_instance_digest)
(rb_digest_instance_hexdigest): Save a method call of reset()
for a disposable clone.
* ext/digest/digest.c (rb_di...
Akinori MUSHA
07:12 PM Revision 5b92feaa (git): * 2010-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:12 PM Revision d8f265b3 (git): * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fix
rdoc.
* ext/digest/lib/digest.rb (Digest::Class.base64digest)
(Digest::Instance#base64digest{,!}): New methods.
...
Akinori MUSHA
06:43 PM Revision f9ce73f6 (git): * 2010-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:43 PM Revision c1627030 (git): * lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64,
urlsafe_decode64): New methods backported from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@...
Akinori MUSHA
01:57 PM Revision 7bfdad3b (git): * ext/digest/digest.c (rb_digest_instance_digest)
(rb_digest_instance_hexdigest): Save a method call of reset()
for a disposable clone.
git-svn-id: svn+ssh://ci.r...
Akinori MUSHA
10:24 AM Revision 2bfe3c67 (git): * math.c (domain_check): check errno first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:24 AM Revision 441619b7 (git): * math.c (domain_check): check errno first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:57 AM Bug #2611 (Closed): Hang while executing END blocks with redirected stderr
=begin
The following code hangs with CPU on 100% at a random point during execution of END blocks.

class C
...
tmat (Tomas Matousek)
05:31 AM Revision 12278f0b (git): * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.
* lib/webrick/ssl.rb (listen): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26334 b2dd03c8-39d4-4d8f-98...
nobu (Nobuyoshi Nakada)
05:24 AM Revision 9b58e845 (git): * ext/iconv/iconv.c (rb_str_derive): use long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:23 AM Revision bb6e6903 (git): * ext/iconv/iconv.c (iconv_convert): suppress a warning.
* lib/mkmf.rb (check_signedness): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26332 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
05:18 AM Revision 37db97c0 (git): * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/16/2010

04:53 PM Revision 8eacd6d9 (git): Add *.o
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:53 PM Revision b1892774 (git): * 2010-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:53 PM Revision 8a73c0ec (git): Fix test when default_external is US-ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:09 PM Bug #2610 (Closed): c-return hooks aren't always there
=begin
With this snippet:

[1,2,3].any? {|n| n}

If you set a (c-based) event hook before calling it, you ...
rogerdpack (Roger Pack)
10:37 AM Bug #2606: Ruby crashes when Logger is used in trap handler
=begin
Yuki -- My apologies. Where should I have reported it?

Nobuyoshi -- Thank you for trying. I'm disappoint...
jgold.bg (Jonathan Gold)

01/15/2010

10:20 PM Revision c5393634 (git): * 2010-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:20 PM Revision be546199 (git): * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.
* r18029 ext/zlib/zlib.c (rb_deflate_params): flush before
deflateParams. [ruby-core:17675] (by mame)
...
Hiroshi Nakamura
10:57 AM Bug #2606 (Feedback): Ruby crashes when Logger is used in trap handler
=begin
I couldn't reproduce it on i386-linux, i386-darwin9.8.0 and x86_64-darwin9.8.0.
=end
nobu (Nobuyoshi Nakada)
09:40 AM Bug #2606: Ruby crashes when Logger is used in trap handler
=begin
This issue was reported to a wrong project.


---------- Forwarded message ----------
From: Jonathan Gold...
yugui (Yuki Sonoda)
04:56 AM Bug #2606: Ruby crashes when Logger is used in trap handler
=begin
Update: after trying to build a workaround in my program to just use STDOUT in place of Logger, I've come to ...
jgold.bg (Jonathan Gold)
02:09 AM Bug #2606 (Closed): Ruby crashes when Logger is used in trap handler
=begin
I've run into what I consider to be a strange issue causing the ruby interpreter
to crash (on 1.9.1-p0, 1.9...
jgold.bg (Jonathan Gold)
05:22 AM Bug #1135 (Closed): Problem renaming CMath.hypot in Ruby1.9
=begin
fixed by r26255.
=end
wanabe (_ wanabe)
01:56 AM Bug #1074: crash on variable reference in BEGIN inside class
=begin
This change, r21876, should be applied to trunk, shouldn't this?
It is allowed already.
=end
wanabe (_ wanabe)
12:28 AM Bug #1018: return in an eigenclass definition
=begin
When TAG_RETURN is thrown, how about updating lfp after pass ISEQ_TYPE_CLASS?
=end
wanabe (_ wanabe)

01/14/2010

04:07 AM Revision 41d8e49d (git): * numeric.c (flo_hash, int_chr): fixed type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:50 AM Revision 441dbecf (git): * string.c (rb_str_concat): fixed range check for Fixnum, and
added checks for integer overflow and invalid char code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26324 b2...
nobu (Nobuyoshi Nakada)
12:39 AM Revision b3d8a406 (git): * string.c (rb_str_concat): raise RangeError when the argument is
negative value. [ruby-core:27583]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26323 b2dd03c8-39d4-4d8f-98ff-82...
naruse (Yui NARUSE)

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
 

Also available in: Atom