Activity
From 05/16/2010 to 05/22/2010
05/22/2010
-
10:22 PM Bug #3331 (Closed): Suppress Warning: class <<self
- =begin
Hi,
Running a simple program under trunk with warnings, I got one that could be solved very easily:
`<<'... - 10:12 PM Revision de26aaa5 (git): * 2010-05-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:12 PM Revision 044d6010 (git): * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming API
- * ext/psych/lib/psych/stream.rb: ditto
* ext/psych/lib/psych.rb: using autoload
* ext/psych/lib/psych/json.rb: ditto
... -
02:01 PM Bug #3324 (Third Party's Issue): build failure revision 27918
- =begin
=end
-
01:31 PM Revision 8dbacbfe (git): merge revision(s) 26750:
- * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.
(Resolv::DNS::Requester#request): raise Reso... -
01:19 PM Revision a733f8f5 (git): merge revision(s) 26712:
- * ext/readline/readline.c (Init_readline): initialize
check rl_catch_signals and rl_catch_sigwinch.
... -
01:11 PM Revision 927ca6d7 (git): * test/net/http/test_connection.rb (TestHTTP::HTTPConnectionTest#test_connection_refused_in_request):
- Wrong exception to assert.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27958 b2dd03c8-39d4-4d8f... -
12:07 PM Revision 391ac601 (git): merge revision(s) 26645:
- * io.c (rb_io_modenum_mode): return "r" for O_RDONLY|O_APPEND.
[ruby-dev:40379]
git-svn-id: svn+ssh://ci.... -
11:55 AM Revision 261a74df (git): merge revision(s) 26636:26638:
- * lib/resolv.rb: fix [ruby-core:28144] reported by Hans de Graaff.
(Resolv::DNS#make_requester): pass names... -
10:50 AM Revision b6b1a387 (git): merge revision(s) 26553:
- * lib/net/http.rb (Net::HTTP#request): close @socket only after
started. [ruby-core:28028]
git-svn-id: s... -
10:41 AM Revision 5fe5a245 (git): merge revision(s) 26534:26536:
- * eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]
[ruby-dev:40059]
* eval.c (rb_mod_define... -
09:34 AM Feature #3176: Thread#priority= should actually do something
- =begin
I'm attaching a patch for using setpriority on linux and thereby bypassing (on that platform) all the priorit... -
08:14 AM Revision eb5f96d7 (git): * numeric.c (rb_num2ulong): explicit cast to suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Bug #3295: make test aborted
- =begin
小崎です
> ささだです.
>
> (2010/05/22 3:45), KOSAKI Motohiro wrote::
>> いただいたパッチはこちらでtrunkに入れておくので、コンパイルオプションで... -
06:31 AM Bug #3295: make test aborted
- =begin
ささだです.
(2010/05/22 3:45), KOSAKI Motohiro wrote::
> いただいたパッチはこちらでtrunkに入れておくので、コンパイルオプションで
> 逃げる事が出来そうな... -
03:57 AM Bug #3295 (Closed): make test aborted
- =begin
This issue was solved with changeset r27949.
Kazuhiro, thank you for reporting this issue.
Your contributio... -
03:45 AM Bug #3295: make test aborted
- =begin
小崎です
こんにちは
> 今回、Ubuntu-10.0.4 環境で Fiber が原因で Abort するのは Ubuntu-10.0.4で
> は、最適化オプションを O3 としたときに __longjmp... -
03:57 AM Bug #3311 (Closed): make test-all fails with *** stack smashing detected ***
- =begin
This issue was solved with changeset r27949.
Kazuhiro, thank you for reporting this issue.
Your contributio... -
02:19 AM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
- =begin
Good idea. Unfortunately it needs to traverse (and mark) all the "old" heaps during GC, so that it can see w... -
12:59 AM Bug #3316: Kernel#caller returns nil as well
- =begin
いまいです。
From: Yusuke ENDOH <mame_at_tsg.ne.jp>
Date: Thu, 20 May 2010 21:58:42 +0900
> 遠藤です。
>
> 201...
05/21/2010
- 09:51 PM Revision 8a22f219 (git): * 2010-05-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:51 PM Revision 291ed75c (git): * cont.c: revert FIBER_USE_NATIVE feature.
- i.e. r27635, r27643, r27646, r27682, r27701
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27951 ... -
07:38 PM Feature #3330 (Rejected): mkmf (find|have)_cxx_header
- =begin
うっかりruby-listに投げてしまったきしもとです
[ruby-list:47092] で振ってみた話題に関係して、なのですが(ツリーになりませんでしたが)、
mkmf に C++ のヘッダをチェッ... - 06:55 PM Revision 3885841d (git): * 2010-05-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:55 PM Revision 51ba9a6b (git): * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().
- [ruby-dev:41316] [Bug #3295]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27949 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:28 PM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
On May 20, 2010, at 06:18 , Zev Blut wrote:
> Issue #3320 has been updated by Zev Blut.
>
>
> I fou... -
02:53 PM Revision dad3ce7a (git): merged from trunk (r27922)
- * ext/win32ole/win32ole.c (ole_invoke): merged from trunk (r27922).
raise NoMethodError when COM method is not foun... -
12:27 PM Bug #3314 (Closed): ruby_dbl2cstrで不具合
- =begin
This issue was solved with changeset r27937.
Masaya, thank you for reporting this issue.
Your contribution ... -
11:47 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
It appears that with --disable-gems 1.9.2 is still *significantly* slower than 1.8.6 for loading gems.
o... -
10:11 AM Revision 6d1940fe (git): * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too huge
- string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:11 AM Revision 042d12d8 (git): * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too huge
- string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:21 AM Revision ca3f208b (git): * ext/syck/implicit.c (YYFILL): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 AM Revision d6fe62e9 (git): * configure.in (warnflags): removed -pedantic after all.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:10 AM Revision 87af442f (git): * suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:55 AM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
- =begin
Adding garbage_collect() before leak and after unleak
=end
-
08:39 AM Revision c6b6293b (git): * configure.in: fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Revision c09c6ee5 (git): * configure.in (warnflags): add -pedantic if gcc.
- * include/ruby/ruby.h (rb_intern): C90 needs nonempty macro
arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
08:24 AM Revision 5b6bc69f (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:10 AM Feature #3328 (Rejected): Kernel#p outputs as default_internal encoding, and so on
- =begin
樽家です。
Feature #2102 [ruby-dev:39343] でString#inspectについては強制的にencodingを揃えるようになりましたが、SymbolやRegexpについてはそう... -
06:55 AM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:41353] [Bug #3037] testrb の動作... -
05:34 AM Bug #3324: build failure revision 27918
- =begin
This is fixed upstream in rubyinstaller; git pull && rebuild
=end
-
04:55 AM Bug #3324: build failure revision 27918
- =begin
The command line requires the addition of -I ../ruby_1_9/lib, however the build still fails generating encodi... -
04:55 AM Revision 2b8fb39d (git): * configure.in (LIBRUBYARG_SHARED): shared library will not be
- created unless enable-shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27940 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:35 AM Revision 73997d38 (git): * ruby.c (ruby_init_loadpath_safe): use real path for non-shared
- build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:57 AM Revision b32e8a59 (git): * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppress
- warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:26 AM Revision e207a391 (git): * marshal.c (w_float): use dtoa directly instead of stripping
- needless trailing .0.
* numeric.c (flo_to_s): reverted. [ruby-dev:41341]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
01:24 AM Bug #2690 (Assigned): IO#select unable to select for < 0.015s
- =begin
# should backport to ruby_1_9_2 after some tests,
# so keep this ticket open until next week.
=end
-
01:17 AM Bug #2690 (Closed): IO#select unable to select for < 0.015s
- =begin
This issue was solved with changeset r27930.
Roger, thank you for reporting this issue.
Your contribution t... -
12:39 AM Bug #3084 (Assigned): ri shows the same description twice
- =begin
Hi,
2010/5/14 Tomo Kazahaya <[email protected]>:
> It seems to be fixed for most of the classes.
...
05/20/2010
-
11:53 PM Bug #3324: build failure revision 27918
- =begin
I too am hitting this problem (using rubyinstaller and mingw32)
=end
-
09:31 PM Bug #3324 (Third Party's Issue): build failure revision 27918
- =begin
they seem to have bumped the revision to 27918 and now it fails at
ruby -I../ruby_1_9 ../ruby_1_9/tool/c... -
11:51 PM Bug #3136: reuse of singleton method definition causes SEGV
- =begin
遠藤です。
2010年4月12日22:45 Yusuke Endoh <[email protected]>:
> 以下で SEGV します。
>
>
> def overlaid(obj)
... - 11:38 PM Revision 02e3cc34 (git): * 2010-05-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:38 PM Revision 81f7b2e7 (git): * common.mk (EXPORTOBJS): merged r24482 from trunk. [Bug #3326]
- * common.mk (miniruby$(EXEEXT)): ruby.imp need to be created
before creating miniruby. [Bug #3326]
git-sv... -
10:57 PM Bug #3319 (Closed): Regexp#unionの説明と動作で食い違いがある。
- =begin
This issue was solved with changeset r27929.
Masaya, thank you for reporting this issue.
Your contribution ... -
10:18 PM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
I found another related parse error. Unfortunately, I am not sure how to fix this one.
This is a multi l... -
12:21 AM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
=end
-
12:08 AM Bug #3320 (Third Party's Issue): emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
Fontification breaks when emacs sees a symbol like
:'this is a symbol?'
example code:
----------
... -
09:58 PM Bug #3316: Kernel#caller returns nil as well
- =begin
遠藤です。
2010年5月20日4:47 Nobuhiro IMAI <[email protected]>:
> が、これだと、caller(0) で返る配列のサイズを越える数を引数として渡して
> も空配列... -
04:47 AM Bug #3316: Kernel#caller returns nil as well
- =begin
いまいです。
From: Yusuke ENDOH <mame_at_tsg.ne.jp>
Date: Wed, 19 May 2010 20:05:45 +0900
> 見たところ r21932 で入っ... -
08:57 PM Bug #3277 (Closed): win32ole cannot print?
- =begin
This issue was solved with changeset r27922.
Roger, thank you for reporting this issue.
Your contribution t... -
07:36 PM Revision c3407246 (git): Backport #145 [ruby-dev:35075]; Fixes some misleading exceptions in IRB's fg command when used with no arguments or invalid arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:14 PM Revision d6cca5a5 (git): * 2010-05-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 PM Revision 5ada603a (git): lib/cgi.rb: Backport #229 [ruby-core:17634]; CGI::Cookie objects can get out of sync when CGI::Cookie#value= is used to assign a new value. Also, if a nil value ends up in the array of values for the cookie, CGI::Cookie#to_s would blow up on a gsub error when it tried to CGI::escape the nil value. This is fixed so that nils are treated as empty strings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@27932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:55 PM Bug #3323: Spawning process on unicode path is not supported on windows
- =begin
ahh, sorry, I was too optimistic ...
=end
-
06:44 PM Bug #3323 (Assigned): Spawning process on unicode path is not supported on windows
- =begin
Encoding of the arguments of CreateChild() is not UTF-8, in many cases.
=end
-
06:32 PM Bug #3323 (Closed): Spawning process on unicode path is not supported on windows
- =begin
Attached patch should address this issue.
=end
-
06:23 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:41371] Re: [Bug #3318] net/imap/test_imap.rb reports an error on W... -
04:50 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
- =begin
前田です。
2010年5月20日15:41 U.Nakamura <[email protected]>:
>> r27903で修正してみましたがどうでしょうか。
>> # synchronizeする... -
03:41 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:41360] Re: [Bug #3318] net/imap/test_imap.rb reports an error on W... -
06:11 PM Feature #3322: Simple Patch to make ruby copy-on-write-friendly
- =begin
You might want to run the GC first.
=end
-
05:58 PM Feature #3322 (Rejected): Simple Patch to make ruby copy-on-write-friendly
- =begin
A lot has been said about ruby's lack of COW-friendliness; a full solution like REE has a performance impact... - 04:13 PM Revision 0303a1ca (git): * 2010-05-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:13 PM Revision f82a6840 (git): * thread.c (subtract_tv): if the rest is zero, should finish waiting
- immediately.
* win32/win32.c (subtract): ditto.
based on a patch from Roger Pack in [ruby-core:27957].
git-svn-i... -
03:41 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
> この件ですが、test/unit のメンテナとしてリストされていた Ryan Davis に
> 問い合わせたところ (#3275) 、Ryan は test/unit のメンテナではないという
> 返事が... -
01:52 PM Revision 268f95bd (git): * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Revision 96018aca (git): * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
- <nov at yo.rim.or.jp> in [ruby-dev:41348].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27928 b2d... - 01:18 PM Revision 85ea8e9c (git): * 2010-05-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:18 PM Revision 2f4dd821 (git): * vm.c (vm_backtrace_each): now takes an init function to distinguish
- an empty stack from out of stack. [ruby-dev:41366]
* vm_eval.c (print_backtrace, rb_thread_backtrace): ditto.
git-... -
01:09 PM Revision 5c94d2d4 (git): * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI
- <nov at yo.rim.or.jp> in [ruby-dev:41348].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27925 b2dd03c8-39d4-4d8... -
01:07 PM Revision 9219029d (git): * vm.c (vm_backtrace_each): now takes an init function to distinguish
- an empty stack from out of stack. [ruby-dev:41366]
* vm_eval.c (print_backtrace, rb_thread_backtrace): ditto.
git-... - 12:26 PM Revision c15517c9 (git): * win32/Makefile.sub (miniruby.exe): merge miss of r27053, too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 AM Revision c3a13f6c (git): * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodError
- when COM method is not found. [ruby-core:30160] [Bug #3277]
* test/win32ole/test_win32ole.rb (test_no_method_error):... - 10:12 AM Revision d391cd57 (git): merge from trunk (parts of r27457)
- * ext/openssl/extconf.rb: check some functions added at OpenSSL 1.0.0.
* ext/openssl/ossl_engine.c (ossl_engine_s_lo... - 09:55 AM Revision e0d28328 (git): * 2010-05-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:55 AM Revision 57b9ac65 (git): * win32/Makefile.sub (ARCHMINIOBJ): merge miss of r27053.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:14 AM Bug #3306: rbconfig.rb RPATHFLAG wrong for AIX
- =begin
Hi,
Thank you very much for reporting this issue.
I think this can be fixed by r27307. I will ask branc... -
07:58 AM Revision 4fd8847d (git): merge revision(s) 26346:
- * lib/webrick/httpservlet/filehandler.rb (make_partial_content):
add bytes-unit. [ruby-dev:40030]
git-sv... -
07:21 AM Revision 8ed4d5a4 (git): merge revision(s) 26326:
- * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.
* r18029 ext/zlib/zlib.c (rb_deflate_params): flu... - 07:18 AM Revision df45be04 (git): * ext/psych/emitter: f..king C99(gcc)-ism.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision b1ca15e4 (git): merge revision(s) 26307:
- * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923]
git... -
06:57 AM Revision a6d4e182 (git): merge revision(s) 26277:
- * eval.c (recursive_push): Taint internal hash to prevent
unexpected SecurityError; fixes #1864.
git-svn-... -
06:45 AM Revision 5988c787 (git): merge revision(s) 26253:
- * io.c (io_fwrite): preserve errno. [ruby-core:27425]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... -
04:03 AM Revision 5256d102 (git): * ext/psych/lib/psych/stream.rb: adding YAML streaming API for
- infinite length streams.
* ext/psych/lib/psych.rb: refactoring for streaming API
* ext/psych/lib/psych/{handler, stre...
05/19/2010
-
11:57 PM Bug #3307 (Closed): ext/tk がheader fileの有無を誤判定する
- =begin
This issue was solved with changeset r27904.
Masaya, thank you for reporting this issue.
Your contribution ... -
11:47 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
永井@知能.九工大です.
From: Masaya Tarui <[email protected]>
Subject: [ruby-dev:41334] [Bug #3307] ext/tk がhea... -
11:47 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
永井@知能.九工大です.
From: Masaya Tarui <[email protected]>
Subject: [ruby-dev:41334] [Bug #3307] ext/tk がhea... -
11:27 PM Bug #3318: net/imap/test_imap.rb reports an error on Windows
- =begin
前田です。
2010年5月19日18:22 Usaku NAKAMURA <[email protected]>:
> imapのテストが以下のようなエラーを出します。
>
> 1) Error:... -
11:27 PM Bug #3318 (Closed): net/imap/test_imap.rb reports an error on Windows
- =begin
This issue was solved with changeset r27903.
Usaku, thank you for reporting this issue.
Your contribution t... -
06:22 PM Bug #3318 (Closed): net/imap/test_imap.rb reports an error on Windows
- =begin
imapのテストが以下のようなエラーを出します。
1) Error:
test_idle_done_not_during_idle(IMAPTest):
IOError: closed strea... -
11:25 PM Bug #2502: strange behavior of anonymous class inside a proc
- =begin
Hi,
2009/12/19 caleb clausen <[email protected]>:
> I have a problem in 1.9.1 when I run this code... -
11:17 PM Bug #3319: Regexp#unionの説明と動作で食い違いがある。
- =begin
樽家です。
probablyは酷かったですね。すいません。
代案ありがとうございます。これで個人的には特に不満ありません。
=end
-
10:14 PM Bug #3319: Regexp#unionの説明と動作で食い違いがある。
- =begin
遠藤です。
2010年5月19日21:43 Masaya Tarui <[email protected]>:
> ドキュメントでは要素のどれにでもマッチする正規表現を返すとしているのに対し、
> 実... -
09:43 PM Bug #3319 (Closed): Regexp#unionの説明と動作で食い違いがある。
- =begin
樽家です。
[ruby-dev:41247]から議論したもので、Regexp#unionの説明と動作で食い違いがあります。
食い違いの具体的な例については、
[ruby-dev:41247]及び... -
09:05 PM Bug #3275: incompatibility of testrb
- =begin
=end
-
09:04 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
遠藤です。
2010年3月29日18:21 okkez _ <[email protected]>:
> 1.8.7 の testrb では --help オプションで使用可能なオプションが詳しく... -
08:27 PM Bug #3316 (Closed): Kernel#caller returns nil as well
- =begin
This issue was solved with changeset r27895.
Nobuhiro, thank you for reporting this issue.
Your contributio... -
08:05 PM Bug #3316: Kernel#caller returns nil as well
- =begin
遠藤です。
2010年5月19日12:49 Nobuhiro IMAI <[email protected]>:
> [ruby-dev:41330] の件ですが、トップレベル云々は置いといて、
> ... -
12:49 PM Bug #3316 (Closed): Kernel#caller returns nil as well
- =begin
[ruby-dev:41330] の件ですが、トップレベル云々は置いといて、
nil が返ることもあるというのを RDoc に書いてみました。
trunk や branches/ruby_1_9_2 にそのまま... -
07:57 PM Bug #3312 (Closed): crash in mspec+patch
- =begin
This issue was solved with changeset r27892.
caleb, thank you for reporting this issue.
Your contribution t... -
07:16 PM Feature #3176: Thread#priority= should actually do something
- =begin
Hi
> Kosaki, I have tried using setpriority on linux to get the OS to handle priorities, but it failed
> ... -
02:35 PM Feature #3176: Thread#priority= should actually do something
- =begin
I've divided my patch into 13 pieces for easier consumption. Since I can only upload 1 file at a time, I tarr... -
05:56 PM Bug #3317 (Closed): test/rake/test_win32.rb does strange tests and reports errors and failures
- =begin
See the results in the end of this message first.
1):
Why this test assume that ruby expands '~' even ... - 05:15 PM Revision f0b0dd29 (git): * 2010-05-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:15 PM Revision 38376906 (git): * ext/psych/emitter.c: output strings are automatically transcoded
- * test/psych/test_emitter.rb: supporting tests
* test/psych/test_encoding.rb: more supporting tests
git-svn-id: svn+... -
04:49 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
> In message "[ruby-core:30296] Re: [Bug #1685] Some windows unicode path issues re... -
02:54 PM Revision 28f9376f (git): * ChangeLog: sorry. fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 PM Revision f5d24947 (git): * ChangeLog: sorry. fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 PM Revision 6f59b4d0 (git): * ChangeLog: commit miss. sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:45 PM Revision 06bbaea4 (git): * 2010-05-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:45 PM Revision 6e23ac0c (git): * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:45 PM Revision 3c80aa56 (git): * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching tcl.h/tk.h. Thanks, Masaya Tarui.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 PM Revision f1ff36a3 (git): * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAP
- object only when it is not closed. [ruby-dev:41350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27903 b2dd03c... - 01:48 PM Revision 0a8d53e8 (git): merge from trunk (r27893)
- * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it's
not exist as such name in ruby static library,... - 01:47 PM Revision c2ff1696 (git): merge from trunk (r27887-r27889)
- * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should use
assert_equal instead of assert in such... -
12:36 PM Revision 70987407 (git): merge revision(s) 27897:
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 PM Revision 42ad60bc (git): merge revision(s) 27891:
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 PM Revision 5d58894c (git): merge revision(s) 27890:
- * numeric.c (rb_num2ulong): use rb_big2ulong for data from
Bignum. Without this 32bit integer on 32bit envi... -
11:50 AM Revision 92b7ae2b (git): Fix test to follow NetBSD's setenv(3).
- On NetBSD, setenv("FOO=bar", "buzz") is interpreted that environ is
"FOO=buzz". This is from API change in POSIX.1-20... -
11:30 AM Revision 621b15ce (git): * vm_eval.c (rb_f_caller): return [] instead of nil when the function
- is called on toplevel. [ruby-dev:41348]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27896 b2dd0... -
11:18 AM Revision 56036e35 (git): * vm_eval.c (rb_f_caller): return [] instead of nil when the function
- is called on toplevel. [ruby-dev:41348]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27895 b2dd03c8-39d4-4d8f-... -
11:06 AM Revision 0aef6008 (git): * iseq_compile_each (NODE_DEFINED): put nil first to fix stack
- consistency. [ruby-core:30293]
Now, lfinish[0] of defined_expr seems not to be used. Refactoring
may be needed.... - 10:59 AM Revision 61086883 (git): * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it's
- not exist as such name in ruby static library, so mkmf.rb cannot
find it.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
10:48 AM Revision 59af57e2 (git): * iseq_compile_each (NODE_DEFINED): put nil first to fix stack
- consistency. [ruby-core:30293]
Now, lfinish[0] of defined_expr seems not to be used. Refactoring
may be needed.... -
10:15 AM Revision 7eb7f063 (git): Fix test to follow the behavior of NetBSD's dlsym.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 AM Revision 20eebb85 (git): * numeric.c (rb_num2ulong): use rb_big2ulong for data from
- Bignum. Without this 32bit integer on 32bit environment
can't converted into long.
This fixes 1) and 2) of [ruby-... - 09:10 AM Revision 230ffa11 (git): * test/csv/test_interface.rb (test_write_hash): may need to set binary mode
- when converter is specified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27889 b2dd03c8-39d4-4d8f-98ff-823fe6... - 09:07 AM Revision ec21e843 (git): * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:03 AM Revision 55400cb8 (git): * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should use
- assert_equal instead of assert in such cases.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27887 b2dd03c8-39d4... -
08:22 AM Revision bc85fde3 (git): * version.h (RUBY_VERSION_TEENY): revert to API version 1.9.1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:20 AM Revision 53b89477 (git): merge from trunk (r27877, r27879, r27880, r27883, r27884)
- * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
they are not implemented.
* test/sock... - 05:14 AM Revision 4b1a1f77 (git): * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised on
- Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:08 AM Revision 11986371 (git): * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like as
- Errno::EBADF and Errno::EINVAL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27883 b2dd03c8-39d4-4d8f-98ff-823... -
03:32 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
On Tue, May 18, 2010 at 08:30:14PM +0900, Yuki Sonoda wrote:
> Issue #3112 has been updated by Yuki Sonoda.
... -
03:22 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Yugui,
I am worried about possible encoding issues that can come in Syck that will
be hard to fix. For in... -
03:24 AM Revision c1b29ff5 (git): * ext/psych/lib/psych.rb: Adding Psych::Exception
- * ext/psych/parser.c: Do not allow extern_encoding to be set twice
* test/psych/test_parser.rb: test
git-svn-id: svn... -
03:12 AM Revision 15335f8a (git): * ext/psych/emitter.c: using xmalloc and xfree for memory allocation
- * ext/psych/lib/psych/nodes/stream.rb: encoding should be read / write
* ext/psych/parser.c: supporting UTF-16 and UT... - 03:05 AM Revision a8f8b617 (git): * test/logger/test_logger.rb: close logger (or logdevice) if it's related to
- a file because some platforms such as Windows cannot remove opened files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... - 02:55 AM Revision 52064732 (git): * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Object
- if the constant is not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27879 b2dd03c8-39d4-4d8f-98ff-8... - 02:42 AM Revision 31fd9c15 (git): * 2010-05-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:42 AM Revision fa104492 (git): * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
- they are not implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:46 AM Revision e184e61a (git): * 2010-05-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:46 AM Revision 36abd250 (git): merge from trunk (r27862)
- * win32/win32.c (argv_size): merged into join_argv() to maintain the
agreement with it. removed code has a calclul... -
01:01 AM Bug #3311: make test-all fails with *** stack smashing detected ***
- =begin
=end
-
01:00 AM Bug #3295: make test aborted
- =begin
遠藤です。
Fiber の高速化のせいのようです。以下のパッチで現象が消えます。
早急に直してください。できなければ 1.9.2 は見送りとします。
release plan に基づき、期限は 5 月... -
12:46 AM Bug #3314 (Closed): ruby_dbl2cstrで不具合
- =begin
樽家です。
r27774でruby_dbl2cstrが分離されていますが、これまでString型をリサイズして処理してた所で、
固定長のbufをそのまま使おうとして不具合が起きています。
rub...
05/18/2010
-
10:13 PM Bug #3305: test_processのMANDATORY_ENVS
- =begin
実は再現に成功してないのですが、どうしてかなあ。
Windows7+VC9で確認。
なんか他に再現条件がありそうではあります。なんだろう。
=end
-
03:56 AM Bug #3305: test_processのMANDATORY_ENVS
- =begin
樽家です。
少し説明不足だったので追記しておくと、
SystemRootが必要かどうかは、厳密に調べたわけではないですがmsvcのランタイムに拠るようです。
msvcrt.dllにリンクしているアプリ... -
10:08 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:41338] Re: [Bug #3307] ext/tk がheader fileの有無を誤判定する"
on May.1... -
10:06 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
> ところで、樽家さんはよく貢献してくれているので、コミット権を
> 差し上げるのはどうでしょうか。
> ChangeLog には樽家さんの名前が 7 つほど載ってます。
+1 :)
=end
-
09:26 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
遠藤です。
2010年5月18日4:41 Masaya Tarui <[email protected]>:
> 樽家です。
> tcl.hが無いのにコンパイルをしようとして失敗します。
>
*s... -
04:41 AM Bug #3307 (Closed): ext/tk がheader fileの有無を誤判定する
- =begin
樽家です。
tcl.hが無いのにコンパイルをしようとして失敗します。
mkmf.logを見ると次のようになっていました。
"cl -nologo -E -I../../.ext/include/i38... -
10:07 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30296] Re: [Bug #1685] Some windows unicode path issues remain"
on May.... -
07:31 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
Bill Kelly wrote:
>>
>> 1) matz: the grand designer of Ruby
>> 2) naruse: an authority of Ruby M17N... -
09:05 PM Bug #3015: NetBSD vs test/dl
- =begin
I set this ticket to Low priority because there is no maintainer
for NetBSD. A patch is welcome.
--
... -
08:59 PM Bug #2641 (Feedback): Seg fault running miniruby during ruby build on Haiku
- =begin
I set this ticket to Low priority because there is no maintainer
for Haiku. Contribution is welcome.
... -
08:30 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
I think syck works more or less correctly unlike dl2. So I want to decide it conservatively. I don't want to ... -
03:40 PM Feature #3176: Thread#priority= should actually do something
- =begin
More test results:
With the latest patch, make test and make test-all both pass. (Well, make test-all dies ... -
02:24 PM Feature #3176: Thread#priority= should actually do something
- =begin
>> setschedparam()? no, it's for real time thread mess. please don't use it.
>
> But setpriority always mod... -
07:47 AM Feature #3176: Thread#priority= should actually do something
- =begin
Here's the test code I'm using right now. All the different parameters to this I've tried are working right n... -
04:26 AM Feature #3176: Thread#priority= should actually do something
- =begin
> I tried to make it use pthread_setschedparam on linux. That would seem to be
> the 'right' way to do what ... -
02:41 AM Feature #3176: Thread#priority= should actually do something
- =begin
Here's an updated version of my patch. I've incorporated changes according to Yusuke's and Tanaka'a comments ... -
03:35 PM Bug #3312 (Closed): crash in mspec+patch
- =begin
After applying a simple (but hacky) patch to mspec, make test-rubyspec crashes with a segmentation fault.
... -
02:45 PM Bug #3311 (Closed): make test-all fails with *** stack smashing detected ***
- =begin
When I run make test-all it eventually fails with the error 'stack smashing detected'. I'm using ubuntu 9.04 ... -
04:03 AM Bug #3306 (Closed): rbconfig.rb RPATHFLAG wrong for AIX
- =begin
When I do:
gem install curb
(as an example), a shared library is created but the shared library c... -
01:41 AM Bug #3302: segfault in 1.8.6 p398 in Ruby::DL
- =begin
Does this work with 1.9.x?
=end
05/17/2010
- 09:51 PM Revision c5b5ab09 (git): * enum.c: Documentation: small fixes
- * file.c: ditto
* io.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27874 b2dd03c8-39d4-4d8f-98ff-823fe... - 09:50 PM Revision 51208b8e (git): * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision c9839633 (git): * proc.c: Small documentation fixes.
- * re.c: ditto
* string.c: ditto
* time.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27... - 09:50 PM Revision e2ee4678 (git): * 2010-05-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision 26134a6d (git): * array.c: Documentation: change => in call-seq to ->.
- Harmonize "#=>" in examples. [ruby-core:30206]
* bignum.c: ditto
* class.c: ditto
* compar.c: ditto
* cont.c: dit... -
09:48 PM Bug #3305 (Closed): test_processのMANDATORY_ENVS
- =begin
現状だと以下のようになります。OSはWindowsXP SP3です。
>c:\bin\ruby.exe test\ruby\test_process.rb
(snip)
2) Failure:... - 09:31 PM Revision c1ecff1b (git): * hash.c: Documentation: change => in call-seq to ->.
- * enum.c: Documentation: whitespace fix for r27865
* error.c: ditto
* file.c: ditto
* io.c: ditto
* load.c: ditto... - 09:09 PM Revision ef83d7a9 (git): * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:07 PM Revision 914efd0b (git): * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.
- * re.c: ditto
* string.c: ditto
* time.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27867 b2dd03c8-3... - 09:07 PM Revision 410ae9d4 (git): * 2010-05-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:07 PM Revision 7729de4d (git): * array.c: Documentation: change => in call-seq to ->.
- Harmonize "#=>" in examples. [ruby-core:30206]
* bignum.c: ditto
* class.c: ditto
* compar.c: ditto
* cont.c: dit... -
06:07 PM Feature #2190: FileUtils::chmod - allow symbolic mode
- =begin
Hi. I'm takkanm.
FileUtils:: chmod () that I wrote a patch to use the symbolic mode.
How about this?
=end
-
04:43 PM Feature #3300: onig_number_of_captures に相当するメソッド Regexp#ncapture
- [ruby-dev:41223] からのスレッド。
[ruby-dev:41294] へのコメントと、あとは名前が課題ですかね -
01:21 PM Revision e181ae53 (git): * process.c: suppress warning for signed and unsigned type
- inconsistency.
* ext/psych/parser.c: ditto.
* ext/sdbm/_sdbm.c: ditto.
* ext/syck/rubyext.c: ditto.
git-svn-id: s... -
12:31 PM Revision 0f074e65 (git): * .gitignore: updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:15 PM Revision d165fa25 (git): * win32/win32.c (argv_size): merged into join_argv() to maintain the
- agreement with it. removed code has a calclulation bug.
fixed [Bug#2388]
* win32/win32.c (join_argv): calc and re... -
11:15 AM Bug #1605 (Closed): TestProcess failure
- =begin
now all tests are passed or skipped.
=end
-
08:40 AM Revision 9c5fb33a (git): merge revision(s) 27860:
- * enc/iso_2022_jp.h: add CP50220.
* enc/trans/iso2022.trans: add converter for CP50220.
git-svn-id: svn+ssh... -
06:28 AM Revision f8d97b00 (git): * enc/iso_2022_jp.h: add CP50220.
- * enc/trans/iso2022.trans: add converter for CP50220.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27860 b2dd03... -
02:45 AM Bug #3302 (Closed): segfault in 1.8.6 p398 in Ruby::DL
- =begin
I tried to call a simple method on Windows (XP 32bit, Win7 64bit - didn't matter)
machine and it seems tha... - 02:10 AM Revision 29cc1e6d (git): * 2010-05-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:10 AM Revision 777f2129 (git): merge from trunk (r27856, r27857)
- * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
UTF-8 on Windows to allow FileUtils accessing a... - 02:07 AM Revision 6b15bccf (git): * test/ruby/test_dir_m17n.rb: changes for windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:41 AM Revision fef3c0a4 (git): * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
- UTF-8 on Windows to allow FileUtils accessing all pathnames
internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
05/16/2010
-
11:50 PM Revision 2f399885 (git): * ext/psych/lib/psych/emitter.rb: removing unused file.
- * ext/psych/lib/psych/json/tree_builder.rb: moving tree builder to an
event based external class.
* ext/psych/lib/p... -
10:57 PM Bug #3287: proc.cのコンパイルでウォーニング
- =begin
遠藤です。
2010年5月16日22:30 Takahiro Kambe <[email protected]>:
> ruby_1_9_2ブランチでの問題ですので、そちらに反映されて初めてClosed... -
10:30 PM Bug #3287: proc.cのコンパイルでウォーニング
- =begin
ruby_1_9_2ブランチでの問題ですので、そちらに反映されて初めてClosedとされるべきではないでしょうか?
=end
-
10:27 PM Bug #3287 (Closed): proc.cのコンパイルでウォーニング
- =begin
This issue was solved with changeset r27849.
Takahiro, thank you for reporting this issue.
Your contributio... -
10:27 PM Bug #3283 (Closed): SystemStackError Backtrace returns String not Array
- =begin
This issue was solved with changeset r27848.
Peter, thank you for reporting this issue.
Your contribution t... -
09:57 PM Bug #2501 (Closed): \c before a hex or octal encoded character is no longer allowed
- =begin
This issue was solved with changeset r27847.
caleb, thank you for reporting this issue.
Your contribution t... -
09:19 PM Revision eaed6d18 (git): * common.mk (revision.h.tmp): use double quotes for Windows.
- [ruby-core:30270]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27854 b2dd03c8-39d4-4d8f-98ff-823fe... -
04:23 PM Revision d62a9f00 (git): * dln.c (dln_load): check imported addresses only when compiled
- for ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:07 PM Revision b45f04a6 (git): * dln.c (rb_w32_check_imported): workaround for VC6.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 PM Revision 54aadf55 (git): * version.c (ruby_description): RUBY_REVISION_STR may be empty.
- [ruby-core:30268]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27851 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:46 PM Bug #3296 (Closed): windows で iconv.dll の使用する MSVC runtime DLL のバージョンが、ruby 本体が使用するものと一致していない場合に[BUG]が出る。
- =begin
This issue was solved with changeset r27805.
Masaya, thank you for reporting this issue.
Your contributio... -
01:52 PM Revision 0deda73c (git): * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.
- [ruby-dev:41312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27850 b2dd03c8-39d4-4d8f-98ff-823fe... -
01:42 PM Bug #3275: incompatibility of testrb
- =begin
Hi,
2010/5/16 Ryan Davis <[email protected]>:
> I am not nor have I ever been. Yes, please take me... -
01:19 PM Bug #3275: incompatibility of testrb
- =begin
On May 15, 2010, at 20:45 , Yusuke ENDOH wrote:
> Hi, Ryan
>
> Thank you for your response!
>
>
... -
12:45 PM Bug #3275: incompatibility of testrb
- =begin
Hi, Ryan
Thank you for your response!
2010/5/15 Ryan Davis <[email protected]>:
> testrb isn'... -
08:46 AM Bug #3275: incompatibility of testrb
- =begin
=end
-
08:43 AM Bug #3275: incompatibility of testrb
- =begin
On May 14, 2010, at 22:14 , Nobuyoshi Nakada wrote:
> Hi,
>
> At Sat, 15 May 2010 09:28:42 +0900,
> ... -
01:25 PM Revision db609916 (git): * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.
- [ruby-dev:41312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:20 PM Revision 0ee8d28e (git): * eval.c (setup_exception): let SystemStackError#backtrace return an
- single element array instead of string itself. [ruby-core:30196]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
12:54 PM Revision 3cd67ce5 (git): * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or
- octal encoded character after \c. This seemed to be prohibited at
r13836, but its ChangeLog mentions nothing about... -
12:46 PM Revision 8bd4d73e (git): merges r27817 from trunk into ruby_1_9_2.
- --
* proc.c (proc_binding): don't propagative filename and line_no of
binding that is created from C level. [ruby-... -
12:46 PM Revision 2479d426 (git): merges r27813 from trunk into ruby_1_9_2.
- --
* error.c (rb_loaderror): use locale string, not ascii-8bit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
12:46 PM Revision a07eebbc (git): merges r27806 from trunk into ruby_1_9_2.
- --
* ext/psych/lib/psych/visitors/json_tree.rb: using factory methods for
node creation
* ext/psych/lib/psych/visit... -
12:20 PM Revision 11e078fb (git): * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
- fixes "NoMethodError: undefined method `[]=' for nil:NilClass"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@278... -
12:16 PM Revision 6bbe1db1 (git): * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
- fixes "NoMethodError: undefined method `[]=' for nil:NilClass"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
12:16 PM Revision f9d00430 (git): merges r27791 from trunk into ruby_1_9_2.
- --
* test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):
use opened pipes by with_pipe.
git-svn-id: sv... -
12:15 PM Revision 63034a52 (git): merges r27789 from trunk into ruby_1_9_2.
- --
* vm_core.c (rb_thread_struct): add a field for sigaltstack.
* thread_pthread.c (thread_start_func_1): initialize... -
12:15 PM Revision 28b21588 (git): merges r27787 from trunk into ruby_1_9_2.
- --
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27839 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:15 PM Revision 76bd722e (git): merges r27784 from trunk into ruby_1_9_2.
- --
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),
(TestIO_M17N#test_textmode_paragraphmode): close pip... -
12:15 PM Revision d7b06414 (git): merges r27780 from trunk into ruby_1_9_2.
- --
* vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
12:15 PM Revision 5da19dd2 (git): merges r27764 from trunk into ruby_1_9_2.
- --
* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.
fix compilation problem on FreeBSD 6.4.
git-svn-i... -
12:15 PM Revision 49f9df12 (git): merges r27762 from trunk into ruby_1_9_2.
- --
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27835 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:15 PM Revision 5b86607e (git): merges r27742 and r27746 from trunk into ruby_1_9_2.
- --
* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.
* ext/socket/mkconstants.rb: define macros f... -
12:15 PM Revision 1aabe245 (git): merges r27743 from trunk into ruby_1_9_2.
- --
* re.c (rb_reg_initialize_m): fix wrong index for the lang
option's value 'N'. reported by Masaya TARUI via IRC.... -
11:36 AM Revision a1fecc01 (git): merges r27737 from trunk into ruby_1_9_2.
- --
* test/rake/test_task_arguments.rb: makes ENV empty during tests
because ENV may change the behavior of Rake::Ta... -
11:35 AM Revision 4549056f (git): merges r27731 from trunk into ruby_1_9_2.
- --
* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
11:35 AM Revision c1e34be1 (git): merges r27729 from trunk into ruby_1_9_2.
- --
* eval_intern.h (rb_vm_get_sourceline): add prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
11:35 AM Revision 9459bd71 (git): merges r27728 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gcc
extension.
git-svn-id: svn+ssh://ci.ruby-lan... -
11:35 AM Revision c2760819 (git): merges r27727 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c: fixed broken indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27828 ... -
11:35 AM Revision cff0cfc4 (git): merges r27714 from trunk into ruby_1_9_2.
- --
* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,
vm_throw): allow "return" and "yield" even in... -
11:35 AM Revision 7dce73a2 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 AM Revision 4a6d81b0 (git): merges r27723 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (parse): Return strings encoded as
Encoding.default_internal if set.
* test/psych/test_enco... -
11:35 AM Revision 476eeef8 (git): merges r27717 from trunk into ruby_1_9_2.
- --
* common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
is miniruby, it can run after miniruby is built... -
11:35 AM Revision a913e98c (git): merges r27716 from trunk into ruby_1_9_2.
- --
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
of binding. [ruby-dev:38767] [ruby-core:2... -
11:35 AM Revision b7074e4b (git): merges r27713 and r27715 from trunk into ruby_1_9_2.
- --
* cont.c (fiber_switch): raise FiberError when returning to dead
fiber. [ruby-dev:40833]
git-svn-id: svn+ssh:/... -
11:35 AM Revision 25f47e28 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 AM Revision 18855322 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27820 b2d... -
10:52 AM Revision d35759d8 (git): merges r27703 from trunk into ruby_1_9_2.
- --
* proc.c (proc_dup): copy blockprocval. proc_dup is used by
define_method, which made blockprocval be GC'ed mis... -
09:41 AM Revision 414727ca (git): * win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
=end
-
08:18 AM Revision 7e7420cc (git): * proc.c (proc_binding): don't propagative filename and line_no of
- binding that is created from C level. [ruby-dev:41322]
* vm_eval.c (eval_string_with_cref): ditto.
git-svn-id: svn... -
06:28 AM Feature #3176: Thread#priority= should actually do something
- =begin
> Note: if we use /proc/sys/kernel/sched_compat_yield=1, we can get better result.
>
> % taskset -c 1 ./ru... -
05:21 AM Feature #3176: Thread#priority= should actually do something
- =begin
Hi
> [[a slick little patch to just use setpriority]]
>
> And that works?!?
Do you mean my test resul... -
02:48 AM Feature #3176: Thread#priority= should actually do something
- =begin
> The test result of caleb's testcase is,
>
> ./ruby projects/thrprio/thrprio.rb
> 315662770 209679 ... -
01:51 AM Feature #3176: Thread#priority= should actually do something
- =begin
> Issue #3176 has been updated by Yusuke Endoh.
>
> Assigned to set to Koichi Sasada
> Target version set ... -
06:09 AM Revision 6c05f91b (git): * dln.c (rb_w32_check_imported): check if extension library to be
- loaded imports from different ruby dll.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27816 b2dd03c8-39d4-4d8f-... -
05:55 AM Revision 3b32f485 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Revision fdac9a36 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 6b3a1f7b (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 2d8bbfa5 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Revision 40caeb6b (git): * error.c (rb_loaderror): use locale string, not ascii-8bit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision c1dc27f7 (git): merges r27723 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (parse): Return strings encoded as
Encoding.default_internal if set.
* test/psych/test_enco... -
03:07 AM Revision 675fde2e (git): merges r27717 from trunk into ruby_1_9_2.
- --
* common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
is miniruby, it can run after miniruby is built... -
03:07 AM Revision a81daa68 (git): merges r27716 from trunk into ruby_1_9_2.
- --
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
of binding. [ruby-dev:38767] [ruby-core:2... -
03:07 AM Revision ee56b165 (git): merges r27713 and r27715 from trunk into ruby_1_9_2.
- --
* cont.c (fiber_switch): raise FiberError when returning to dead
fiber. [ruby-dev:40833]
git-svn-id: svn+ssh:/... -
02:46 AM Revision df54a2e6 (git): * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),
- node.c (dump_node): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27808 b2dd03c8-39d4-4d8f-9... -
02:39 AM Revision 802578a3 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 AM Revision e2f2cf42 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Revision 37910b13 (git): * ext/psych/lib/psych/visitors/json_tree.rb: using factory methods for
- node creation
* ext/psych/lib/psych/visitors/yaml_tree.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
01:49 AM Revision f52547c2 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27805 b2dd... -
01:49 AM Revision 421c0aaf (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27805 b2... -
01:49 AM Revision d9615c85 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27805 b2dd03c8-39d4-4d...
Also available in: Atom