Project

General

Profile

Activity

From 09/29/2010 to 10/05/2010

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...
mame (Yusuke Endoh)
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...
mame (Yusuke Endoh)
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...
luislavena (Luis Lavena)
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
wanabe (_ wanabe)
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...
wanabe (_ wanabe)
01:56 PM Bug #3889 (Open): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Reopening. We need a port maintainer.
=end
shyouhei (Shyouhei Urabe)
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?

...
usa (Usaku NAKAMURA)
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...
arton (Akio Tajima)
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 svn[bot]
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 wanabe (_ wanabe)
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...
djrobby (Robby Dhillon)
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...
normalperson (Eric Wong)
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...
Spakman (Mark Somerville)

10/04/2010

10:31 AM Bug #3902 (Closed): Integer#to_bn in OpenSSL
=begin
r29407で修正しました
=end
naruse (Yui NARUSE)
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...
ohai (Ippei Obayashi)
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...
nobu (Nobuyoshi Nakada)
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
naruse (Yui NARUSE)
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...
naruse (Yui NARUSE)
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://...
naruse (Yui NARUSE)
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...
wanabe (_ wanabe)

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...
naruse (Yui NARUSE)
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...
naruse (Yui NARUSE)
09:44 PM Feature #3901 (Closed): WIN32OLE_VARIANT.new method lacks consistency
=begin
WIN32OLE_VARIANT.newの引数が配列かどうかで変換可否が変わります。
一貫性が無いので気になりました。

詳細:
WIN32OLE_VARIANT.new(Kernel)はTypeEr...
arton (Akio Tajima)
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...
naruse (Yui NARUSE)
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...
arton (Akio Tajima)
08:11 PM Bug #3339: win32ole test failure
=begin
助田です。

On Sun, Oct 03, 2010 at 07:12:20PM +0900, Akio Tajima wrote:

> 上で出ていますが、英語Verbなら利用可能で、かつショートカット作成...
suke (Masaki Suketa)
07:12 PM Bug #3339: win32ole test failure
=begin
artonです。

以下の方法でテスト可能です。
上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。

*** test_folderitem2_in...
arton (Akio Tajima)
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...
luislavena (Luis Lavena)
04:27 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
=begin
IDの最下位3ビットは、ローカル変数やメソッド名、定数名、インスタンス変数名、クラス変数名、グローバル変数名などの、シンボルの分類のために使われています。
したがって、異なる名前のシンボルとしてはID全体の1/8し...
nobu (Nobuyoshi Nakada)
04:05 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
=begin
32 ビットマシンにおいて、
gc.c の rb_obj_id のコメントには、

* symbol ssssssssssssssssssssssss00001110

* ...
metanest (Makoto Kishimoto)
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 svn[bot]
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 [...
wanabe (_ wanabe)
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 arton (Akio Tajima)
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 arton (Akio Tajima)
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 arton (Akio Tajima)
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 svn[bot]
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
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)

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...
now (Nikolai Weibull)
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...
semaperepelitsa (Simon Perepelitsa)
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 svn[bot]
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 suke (Masaki Suketa)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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_...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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 svn[bot]
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]...
yugui (Yuki Sonoda)

10/01/2010

01:41 PM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは

>  この問題に関しては、まさに native_thread_yield() の実装というか、その
> 辺の実装(GVLの受け渡しの実装)の問題として、既知のものです

なるほど了解です。

...
beuniv (shintaro kuwamoto)
10:02 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
笹田さんが把握してて直す気もあるということなのでアサインしておきますね。
=end
usa (Usaku NAKAMURA)
01:57 AM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
 ささだです。

(2010/09/30 12:48), kuwamoto shintaro wrote:
> コア数のようですね。Corei7 940 HT有りで見かけ上8コアで動かしてます。
> affin...
ko1 (Koichi Sasada)
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 svn[bot]
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...
shyouhei (Shyouhei Urabe)
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-...
nobu (Nobuyoshi Nakada)
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...
U.Nakamura
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 svn[bot]
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...
U.Nakamura

09/30/2010

08:49 PM Bug #3890: ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは。

コア数のようですね。Corei7 940 HT有りで見かけ上8コアで動かしてます。
affinity maskを設定して動かすと3コアぐらいから競合が増えているように見えます。
時間は結構ぶれが...
beuniv (shintaro kuwamoto)
10:18 AM Bug #3890 (Assigned): ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin

=end
usa (Usaku NAKAMURA)
09:42 AM Bug #3890 (Closed): ビジースレッドがあるとコンテキストスイッチが起きづらくなる
=begin
こんにちは、なかむら(う)です。
とりあえずチケット化するために全文引用します。
遅いのはfeatureかbugか... bugでいいか。

ちなみに
ruby 1.9.3dev (2010-0...
usa (Usaku NAKAMURA)
04:54 PM Bug #3892 (Closed): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
=begin
ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じになっています。
=end
okkez (okkez _)
04:17 PM Bug #3891 (Closed): Unexpected result of ENV[""] on Windows
=begin
This issue was solved with changeset r29378.
Heesob, thank you for reporting this issue.
Your contribution ...
usa (Usaku NAKAMURA)
03:30 PM Bug #3891 (Closed): Unexpected result of ENV[""] on Windows
=begin
I noticed that ENV[""] returns "::=::\\" on Windows.

This bug exists almost all versions of ruby from 1....
phasis68 (Heesob Park)
02:17 PM Revision b602f651 (git): * parse.y (command_asgn): allow command_call to be right hand side
expression of chained assignment. [ruby-dev:42313]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29379 b2dd03c8...
matz (Yukihiro Matsumoto)
11:07 AM Bug #3825 (Closed): ENV.delete raise Exception on Windows
=begin
This issue was solved with changeset r29377.
Heesob, thank you for reporting this issue.
Your contribution ...
usa (Usaku NAKAMURA)
10:58 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
Hello,

In message "[ruby-core:32647] Re: [Ruby 1.9-Bug#3825] ENV.delete raise Exception on Windows"
o...
usa (Usaku NAKAMURA)
10:32 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
2010/9/30 Usaku NAKAMURA <[email protected]>:
> Issue #3825 has been updated by Usaku NAKAMURA.
>
>
>...
phasis68 (Heesob Park)
10:23 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
Does this occur in trunk?
Though I cannot reproduce.
=end
usa (Usaku NAKAMURA)
09:37 AM Bug #3886 (Closed): cannot list the pathname of my own modules in backtrace on mswin64
=begin
This issue was solved with changeset r29374.
Usaku, thank you for reporting this issue.
Your contribution t...
usa (Usaku NAKAMURA)
07:12 AM Revision 1fcb7a5e (git): * win32/win32.c (rb_w32_getenv): should return NULL if specified name
is empty. a patch from Heesob Park at [ruby-core:32650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29378 b2d...
U.Nakamura
01:57 AM Revision 85bcd258 (git): * hash.c (ruby_setenv): workaround for old Windows. a patch from
Heesob Park. [ruby-core:32353]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29377 b2dd03c8-39d4-4d8f-98ff-823f...
U.Nakamura
12:58 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
One thing I forgot to mention.

If the revisions I've mentioned above are backported to 1.9.2 (which seem...
luislavena (Luis Lavena)
12:56 AM Bug #3889 (Closed): Incorrectly detected i686-w64-mingw32 as x64-mingw
=begin
Hello,

*-w64-mingw32 repesent the GCC compilers and headers by mingw-w64 project:

http://mingw-w64....
luislavena (Luis Lavena)
12:48 AM Revision c4087bcb (git): * lib/uri/common.rb (URI.encode_www_form): change treatment of
undefined value in given array as latest internet draft for
application/www-form-urlencoded.
http://tools.ietf.or...
naruse (Yui NARUSE)
12:35 AM Revision 652ab6d3 (git): * 2010-09-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:35 AM Revision 02a0e528 (git): * vm_dump.c (dump_thread): fixed wrong type of return value of
SymGetModuleBase64(). [ruby-dev:42306]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29374 b2dd03c8-39d4-4d8f-9...
U.Nakamura
12:32 AM Feature #3888 (Closed): configure.in compatibility with autoconf 2.68
=begin
MacPorts just updated to autoconf to version 2.68:

autoconf (GNU Autoconf) 2.68

And now Ruby trunk ...
luislavena (Luis Lavena)

09/29/2010

07:42 PM Bug #3886: cannot list the pathname of my own modules in backtrace on mswin64
=begin
ちょうど手元でSEGVしたので見てました。型宣言が違うようです。

Index: ../vm_dump.c
=================================================...
beuniv (shintaro kuwamoto)
01:23 PM Bug #3886 (Closed): cannot list the pathname of my own modules in backtrace on mswin64
=begin
r29352 によって、WindowsでもSEGV時等にバックトレースが出力さ
れるようになりましたが(ぱちぱちぱち)、64bit版だと、なぜかruby
自身のモジュールのパス名が出力できていません。

...
usa (Usaku NAKAMURA)
12:25 PM Revision ace1ad26 (git): merges r29073 from trunk into ruby_1_9_2.
--
* util.c (ruby_strtod): make sure to have digit-sequence after 'p'
for hexadecimal-floating-constant. [ruby-dev:...
yugui (Yuki Sonoda)
12:25 PM Revision 96f0473e (git): merges r29068 from trunk into ruby_1_9_2.
--
* include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64.
reported by Daniel Gutmanas. [ruby-core:31778]...
yugui (Yuki Sonoda)
12:25 PM Revision 99f18d4d (git): merges r29066 from trunk into ruby_1_9_2.
--
* configure.in: fix typo. a patch from Eric Wong at
[ruby-core:31810].
git-svn-id: svn+ssh://ci.ruby-lang.org/...
yugui (Yuki Sonoda)
12:25 PM Revision 2fd98b1d (git): merges r29044 from trunk into ruby_1_9_2.
--
* array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_combination, rb_ary_product): use ary_...
yugui (Yuki Sonoda)
12:25 PM Revision 15fd502f (git): merges r29043 from trunk into ruby_1_9_2.
--
* enum.c (enum_inject): fix typo of rdoc.
patched by Andrei Kulakov [ruby-core:31768]
git-svn-id: svn+ssh://ci....
yugui (Yuki Sonoda)
12:22 PM Revision 91b4ac3f (git): * 2010-09-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:22 PM Revision 1c82ddc4 (git): merges r29040 from trunk into ruby_1_9_2.
--
* vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patch
from Peter Weldon at [ruby-core:31757].
git-...
yugui (Yuki Sonoda)
12:06 PM Revision c637e7b4 (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):
As usual, PTY is not always available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29366 b2dd03c8-39d4-4d8f-9...
shyouhei (Shyouhei Urabe)
09:38 AM Revision 7d61b7e1 (git): * tool/config.sub (x64): regularize only for pc vendor, and strip
useless 64 suffix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:55 AM Revision 3e85e584 (git): * ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):
VPrint is usually disabled. It's only used in debugging.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29364 b2...
Kenta Murata
08:55 AM Revision ecfc868b (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):
return the result of a block.
* test/bigdecimal/test_bigdecimal.rb (test_save_limit):
add a test for the above chan...
Kenta Murata
08:34 AM Feature #3875: [Patch] backtrace for i386-mswin32_100
=begin
Tested in:
* ruby 1.9.3dev (2010-09-28 trunk 29354) [i386-mingw32]
* ruby 1.9.3dev (2010-09-28) [i386-msw...
pweldon (Peter Weldon)
07:59 AM Bug #3884 (Rejected): rake does not respect LC_* vars for encoding
=begin
LC_* vars only affect the source encoding of -e option, but not of script file.

$ echo 'puts __ENCODING_...
nobu (Nobuyoshi Nakada)
04:19 AM Bug #3884 (Rejected): rake does not respect LC_* vars for encoding
=begin
$ ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29034) [universal.x86_64-darwin10.4.0]

$ export -n LC_ALL ...
kch (Caio Chassot)
07:18 AM Revision e6ad1539 (git): * vm_dump.c (dump_thread): remove ununsed optional arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:32 AM Revision fed832d7 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):
return the result of a block.
* test/bigdecimal/test_bigdecimal.rb (test_save_rounding_mode):
add a test for the ab...
Kenta Murata
03:48 AM Revision 98d7c2b8 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2,
BigDecimal_sub2, BigDecimal_mult2, VpLimitRound): remove meaningless
casts to get rid of compiler warnings.
git-s...
U.Nakamura
03:37 AM Revision ee1a4eef (git): * ext/openssl/ossl_config.c (parse_config): remove dead declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:35 AM Revision f20f30fc (git): * ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:31 AM Revision a236e734 (git): * 2010-09-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:31 AM Revision 510ae756 (git): * lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:29 AM Revision bb49917c (git): * ext/*: svn:ignore
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
 

Also available in: Atom