Activity
From 10/01/2010 to 10/07/2010
10/07/2010
-
11:46 PM Feature #3916 (Closed): Add flag to ruby to make warnings fatal.
- =begin
I have a feature request: Please add a flag to the ruby command line to make warnings fatal.
It would b... -
11:43 PM Bug #3915 (Closed): [PATCH] fix typo in csv documentation
- =begin
There are some typos in csv documentation.
This patch fixes it.
=end
-
09:01 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Thu, Oct 7, 2010 at 3:33 AM, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-c... -
03:33 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
In message "[ruby-core:32695] [Ruby 1.9-Bug#3889] Incorrectly detected i686-w64-mingw32 as x64-ming... - 03:25 PM Revision b6c817e3 (git): * 2010-10-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:25 PM Revision b6e0e981 (git): * lib/csv.rb: Fixing documentation typos. [ruby-core:32712]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:10 AM Revision 3958011e (git): * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend on
- real config.rb file. [ruby-core:32709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29421 b2dd03... -
09:10 AM Revision 0dd56a82 (git): * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend on
- real config.rb file. [ruby-core:32709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29421 b2dd03c8-39d4-4d8f... - 12:48 AM Revision 9b158969 (git): * 2010-10-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 AM Revision fba68f4c (git): * vm_exec.c (vm_exec_core): Treat clang as non gcc on this
- context: It has __asm__ but doesn't works well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29419 b2dd03c8-39d...
10/06/2010
-
03:27 PM Bug #3911 (Closed): WEBrick::HTTPAuth::ProxyDigestAuth#check_uri should be private
- =begin
WEBrick::HTTPAuth::DigestAuth#check_uri は private なので WEBrick::HTTPAuth::ProxyDigestAuth#check_uri も private ... -
12:37 PM Bug #3788 (Closed): URI cannot parse IPv6 addresses propertly
- =begin
This issue was solved with changeset r29416.
Adam, thank you for reporting this issue.
Your contribution to... -
11:50 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Wed, Oct 06, 2010 at 03:41:01AM +0900, Luis Lavena wrote:
> On Tue, Oct 5, 2010 at 2:17 PM, Aaron Patters... -
03:41 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Tue, Oct 5, 2010 at 2:17 PM, Aaron Patterson
<[email protected]> wrote:
> On Tue, Oct 05, 2010 ... -
02:17 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
> Issue #3889 has been updated by Shyouhei U... -
02:16 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Tue, Oct 05, 2010 at 08:59:06PM +0900, wanabe wrote:
> 2010/10/5, Usaku NAKAMURA <[email protected]>:... -
10:32 AM Bug #3909: CGI.unescape("あ%E3%81%82")で例外
- =begin
なかださんによる、http://www.atdot.net/sp/raw/7hhs9l のパッチの方がforce_encodingの適用が1回なのでよいかと思います。
=end
-
10:13 AM Bug #3909 (Closed): CGI.unescape("あ%E3%81%82")で例外
- =begin
tDiaryの方で例外が起きるという報告がありました。
irb(main):004:0> CGI.unescape("あ%E3%81%82")
Encoding::CompatibilityError: ... -
03:32 AM Revision 4f8376c6 (git): describe the reporter.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 AM Revision e5a47fb6 (git): describe URI::Generic#hostname and URI::Generic#hostname=.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision 5fd45a4b (git): * lib/uri/generic.rb (URI::Generic#hostname): new method.
- (URI::Generic#hostname=): ditto.
* lib/open-uri.rb: use URI#hostname
* lib/net/http.rb: ditto.
[ruby-core:32056]... -
02:52 AM Revision 915ae780 (git): * io.c (fptr_finalize): write_mutex might have been destroyed
- already in finalization phase, as the order of finalizers is not
guaranteed. rb_mutex_t should be used in place of... -
12:41 AM Feature #3908: private constant
- =begin
On Tue, Oct 5, 2010 at 17:19, Yusuke Endoh <[email protected]> wrote:
> What do you think?
Yes! Fi... -
12:19 AM Feature #3908 (Closed): private constant
- =begin
Hi,
I'd propose "private constant."
Private constant provides method-like visibility for constant.
... - 12:08 AM Revision a413c84e (git): * 2010-10-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 AM Revision 046a5818 (git): * vm_core.h: add missing prototypes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/05/2010
-
11:33 PM Feature #3845: "in" infix operator
- =begin
Hi,
2010/9/29 Roger Pack <[email protected]>:
> I like it. There's a kind of elegance in it
>
> if... -
11:29 PM Feature #3845: "in" infix operator
- =begin
Hi,
2010/9/24 "Martin J. Dürst" <[email protected]>:
> Just my two cents, but I don't see why this c... -
11:15 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
Please apologize my lack of understanding of Ruby development hierarchy, but the revert of 'mingw... -
10:26 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
I commited r29411 to revert win32/mkexports.rb.
Sorry again.
=end
-
08:59 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
2010/10/5, Usaku NAKAMURA <[email protected]>:
> Who make the final decision?
> Wanabe, are you (or, do... -
01:56 PM Bug #3889 (Open): Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Reopening. We need a port maintainer.
=end
-
01:36 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Who make the final decision?
Wanabe, are you (or, do you want to become) the maintainer of mingw port?
... -
11:14 PM Bug #3907 (Closed): WIN32OLE_TYPELIB Can't load while envvar in the pathname .
- =begin
WIN32OLE_TYPELIB.newで、TypeLibのパス名に環境変数が含まれているとロードに失敗します。
以下のパッチで修正します。(REG_EXPAND_SZだった場合にExpnadEnvironment... - 01:20 PM Revision cd936ca5 (git): * 2010-10-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 PM Revision 349c3c7a (git): * win32/mkexports.rb: revert r29320 and r29402.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:36 AM Feature #3906 (Closed): Initializing and loading Rails environment takes really long on Windows XP
- =begin
Initializing and loading Rails environment takes really long on Windows XP. I experience anywhere from 45se... -
06:56 AM Feature #3905 (Closed): rb_clear_cache_by_class() called often during GC for non-blocking I/O
- =begin
This still causes performance problems with frequent EAGAIN compared to 1.9.1
While akr fixed extend to... -
03:09 AM Feature #3436: Spawn the timer thread lazily
- =begin
I've attached a patch to fix this.
The thread is now only used when it is required to schedule Ruby thre...
10/04/2010
-
10:31 AM Bug #3902 (Closed): Integer#to_bn in OpenSSL
- =begin
r29407で修正しました
=end
-
04:19 AM Bug #3902 (Closed): Integer#to_bn in OpenSSL
- =begin
ext/openssl で定義されている Integer#to_bn が以下のように正しく動作しません。
% ruby-1.9.2-p0 -v
ruby 1.9.2p0 (2010-08-18 revision... -
03:43 AM Revision d3dabbca (git): * parse.y (regexp): dregexp has literal string only at the head
- and successors are array. [ruby-core:32682]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29410 b2dd03c8-39d4-4... -
01:24 AM Revision 25eebc3a (git): * random.c (rand_init): This checks the value is in 32bit or not,
- so use int32_t, not int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:23 AM Revision b259e449 (git): * random.c (rand_init): remove useless assignment.
- * re.c (update_char_offset): remove unused variable.
* re.c (read_escaped_byte): ditto.
git-svn-id: svn+ssh://ci.ru... -
12:33 AM Revision 3a633b81 (git): * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new
- accepts only Strings, so call Integer#to_s(16).
16 is for an optimization. [ruby-dev:42336]
git-svn-id: svn+ssh://... -
12:07 AM Bug #3889 (Closed): Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
This issue was solved with changeset r29402.
Luis, thank you for reporting this issue.
Your contribution to...
10/03/2010
-
11:00 PM Revision eaa4e02d (git): * cont.c (fiber_memsize): Return size.
- Before this change, fiber_memsize always returns 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29406 b2dd03c8... -
10:57 PM Revision e1d5d4e7 (git): * enc/unicode.c (onigenc_unicode_property_name_to_ctype):
- remove useless assignment.
* vm.c (vm_make_proc_from_block): ditto.
* variable.c (rb_ivar_count): ditto.
git-svn-i... -
09:44 PM Feature #3901 (Closed): WIN32OLE_VARIANT.new method lacks consistency
- =begin
WIN32OLE_VARIANT.newの引数が配列かどうかで変換可否が変わります。
一貫性が無いので気になりました。
詳細:
WIN32OLE_VARIANT.new(Kernel)はTypeEr... -
09:42 PM Revision c51e356c (git): * Makefile.in (clean-rdoc): Don't use \ in variable expantion.
- BSD make treats it as an escape character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29404 b2dd03c8-39d4-4d8... -
08:47 PM Bug #3339 (Closed): win32ole test failure
- =begin
This issue was solved with changeset r29399.
Usaku, thank you for reporting this issue.
Your contribution t... -
08:11 PM Bug #3339: win32ole test failure
- =begin
助田です。
On Sun, Oct 03, 2010 at 07:12:20PM +0900, Akio Tajima wrote:
> 上で出ていますが、英語Verbなら利用可能で、かつショートカット作成... -
07:12 PM Bug #3339: win32ole test failure
- =begin
artonです。
以下の方法でテスト可能です。
上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。
*** test_folderitem2_in... -
04:27 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
Please find attached the corrections to tool/config.sub to properly detect i686-w64-mingw32 as i3... -
04:27 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
- =begin
IDの最下位3ビットは、ローカル変数やメソッド名、定数名、インスタンス変数名、クラス変数名、グローバル変数名などの、シンボルの分類のために使われています。
したがって、異なる名前のシンボルとしてはID全体の1/8し... -
04:05 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
- =begin
32 ビットマシンにおいて、
gc.c の rb_obj_id のコメントには、
* symbol ssssssssssssssssssssssss00001110
* ... - 03:06 PM Revision edd008c9 (git): * 2010-10-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:06 PM Revision a21409ff (git): * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365
- to automake-1.11.1. [ruby-core:32634]
* win32/mkexports.rb: no longer use 'mingw64'. a patch from Luis Lavena
at [... -
11:50 AM Revision 65119c75 (git): add filename.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 AM Revision 8cf50c74 (git): fix test/win32ole/test_folderitem2_invokeverb.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:45 AM Revision 4ad4083b (git): Change creating shortcut verb to 'Link' [Bug #3339]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:44 AM Revision 67330643 (git): * 2010-10-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:44 AM Revision fc8c4690 (git): * configure.in (Makefile): get rid of duplicated ruby target when
- already there it was.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:30 AM Revision a1ab2bc8 (git): * parse.y (rb_intern): should check symbol table overflow.
- #3900 [ruby-dev:42330]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29396 b2dd03c8-39d4-4d8f-98ff...
10/02/2010
-
08:20 PM Feature #3897: Pathname sub_ext! method
- =begin
On Sat, Oct 2, 2010 at 09:41, Semyon Perepelitsa <[email protected]> wrote:
> Feature #3897: Pathname su... -
04:40 PM Feature #3897 (Rejected): Pathname sub_ext! method
- =begin
There is already sub_ext method for Pathname, but there is no sub_ext! to modify the object itself instead o... - 02:03 PM Revision 8e5c46c8 (git): * 2010-10-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:03 PM Revision cb8deae6 (git): test/win32ole/test_thread.rb: add for win32ole with Thread.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 AM Revision 2ba6fbf4 (git): merges r29113 from trunk into ruby_1_9_2.
- --
* object.c (rb_obj_class): remove mention of obsolete method.
a patch from Run Paint Run Run at [ruby-core:31842... -
11:20 AM Revision 90918d35 (git): merges r29102 from trunk into ruby_1_9_2. fixes #3743.
- --
* regint.h (OnigStackIndex): the type should be intptr_t.
Original Oniguruma assumes the size of long and that o... -
11:20 AM Revision 4c513b5e (git): merges r29101 from trunk into ruby_1_9_2.
- --
Creating dummy library for dl/fiddle tests on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_... -
11:20 AM Revision c4c0c9d1 (git): merges r29091 from trunk into ruby_1_9_2.
- --
* ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.
reported by kuwamoto shintaro in [ruby-dev:42125... -
11:20 AM Revision 76c0f01b (git): merges r29075 from trunk into ruby_1_9_2.
- --
* backport r29071 from ruby_1_8;
* ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boole... -
11:19 AM Revision 6f52fccb (git): merges r29076 from trunk into ruby_1_9_2.
- --
* common.mk (version.o): depends on both of version.h and
include/ruby/version.h. [ruby-dev:42063]
git-svn-id... - 11:15 AM Revision 63beea62 (git): * 2010-10-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:15 AM Revision 9f3d470e (git): merges r29074 from trunk into ruby_1_9_2.
- --
* re.c (rb_reg_search): fix: 4th argument should be regexp
object. patched by shintaro kuwamoto [ruby-dev:41667]...
10/01/2010
-
01:41 PM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
- =begin
こんにちは
> この問題に関しては、まさに native_thread_yield() の実装というか、その
> 辺の実装(GVLの受け渡しの実装)の問題として、既知のものです
なるほど了解です。
... -
10:02 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
- =begin
笹田さんが把握してて直す気もあるということなのでアサインしておきますね。
=end
-
01:57 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
- =begin
ささだです。
(2010/09/30 12:48), kuwamoto shintaro wrote:
> コア数のようですね。Corei7 940 HT有りで見かけ上8コアで動かしてます。
> affin... - 08:04 AM Revision 0b1bccdb (git): * 2010-10-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:04 AM Revision 43ce320c (git): * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):
- My machine fails this test at this line, saying 503 service unavailable.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:54 AM Revision b5dde871 (git): * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of
- obsolete and deprecated Config.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29383 b2dd03c8-39d4-... - 06:13 AM Revision 7b1b979b (git): * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.
- backport r11362 from trunk. [ruby-core:31445]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29382 b... - 06:09 AM Revision 503c0d15 (git): * 2010-10-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:09 AM Revision be8bdd3c (git): * ext/-test-/threadswitch/threadswitch_hook.c (event_hook,
- threadswitch_event_hook, restore_hook, threadswitch_hook): use
rb_thread_current() instead of rb_curr_thread->threa...
Also available in: Atom