Activity
From 10/02/2010 to 10/08/2010
10/08/2010
-
11:36 PM Feature #3436: Spawn the timer thread lazily
- =begin
(2010/10/08 15:12), Nobuyoshi Nakada wrote:
> Hi,
>
> At Tue, 5 Oct 2010 03:09:42 +0900,
> Mark Somerville wrote in [ruby-core:32686]:
>> The thread is now only used when it is required to schedule
>> Ruby threads. When th... -
11:13 PM Feature #3436: Spawn the timer thread lazily
- =begin
Hi,
At Tue, 5 Oct 2010 03:09:42 +0900,
Mark Somerville wrote in [ruby-core:32686]:
> The thread is now only used when it is required to schedule
> Ruby threads. When there is only the main thread, signals are
> handled imm... -
11:21 PM Bug #3686: Error in parsing musicbrainz.org with rexml
- =begin
It seems that this bug was fixed. I can parse the page with ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux] under ubuntu 10.10.
=end
-
11:16 PM Revision 88533a53 (git): * thread.c (rb_threadptr_remove_event_hook): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:29 PM Feature #3845: "in" infix operator
- =begin
Hi,
2010/10/8 "Martin J. Dürst" <duerst@it.aoyama.ac.jp>:
> I would understand that if it were [a, b, c].included? x
> But it's include?, so the order seems just fine. Easy to read as
> "does [a, b, c] include x?". Any othe... -
04:17 PM Feature #3845: "in" infix operator
- =begin
Hello Yusuke,
On 2010/10/05 23:28, Yusuke ENDOH wrote:
> Hi,
>
> 2010/9/24 "Martin J. Dürst"<duerst@it.aoyama.ac.jp>:
>> Just my two cents, but I don't see why this case is important enough to
>> warrant deviating from th... -
07:24 PM Bug #3920: WEBrick::HTTPServlet::ProcHandler が動かない
- =begin
すみません。
WEBrick::HTTPServer#mount_proc を使うんですね。
リジェクトしてください。
=end
-
07:18 PM Bug #3920: WEBrick::HTTPServlet::ProcHandler が動かない
- =begin
さっき付けた添付ファイルはテストです。
=end
-
07:16 PM Bug #3920 (Rejected): WEBrick::HTTPServlet::ProcHandler が動かない
- =begin
以下のパッチで直りますが、テストが必要なように思います。
Index: httpservlet/prochandler.rb
===================================================================
--- httpservlet/prochandler.rb (revision 29410)
+++ httpservlet/prochandler.rb (worki... -
06:38 PM Bug #3919: Ruby in PowerTOP - too many CPU wakeups
- =begin
On Fri, Oct 08, 2010 at 03:28:26PM +0900, Suraj Kurapati wrote:
> Bug #3919: Ruby in PowerTOP - too many CPU wakeups
> http://redmine.ruby-lang.org/issues/show/3919
This is a duplicate of #3436.
> Ruby causes too many CPU... -
06:08 PM Bug #3919: Ruby in PowerTOP - too many CPU wakeups
- =begin
On Oct 7, 2010, at 23:28 , Suraj Kurapati wrote:
> Ruby causes too many CPU wakeups according to Intel's PowerTOP tool.
> For example, this simple I/O bound program causes 99 wakeups/second
> and accounts for 14% of the CP... -
03:28 PM Bug #3919 (Closed): Ruby in PowerTOP - too many CPU wakeups
- =begin
Hello,
Ruby causes too many CPU wakeups according to Intel's PowerTOP tool.
For example, this simple I/O bound program causes 99 wakeups/second
and accounts for 14% of the CPU wakeups on my system:
ruby -e gets
... -
03:14 PM Feature #3010 (Closed): slow require gems in ruby 1.9.1
- =begin
thanks for reminder
=end
-
03:08 PM Feature #3010: slow require gems in ruby 1.9.1
- =begin
I think this issue can be closed;
the Ruby 1.9.2 release fixed it.
=end
-
12:38 PM Feature #3917: [proposal] called_from() which is much faster than caller()
- =begin
ささだです。
基本的に賛成なんですが、alternative なアイデアということで。
(1) caller の拡張案
(a) 配列の要素数を指定するオプショナル引数を加える
caller(n, m) => n 個上の caller から、m 個だけ情報を取り出す
caller(0, 1) => ['...']
caller(0, 2) => ['...', '...']
*一個しか... -
08:45 AM Feature #3917 (Closed): [proposal] called_from() which is much faster than caller()
- =begin
I propose to introduce Kernel#called_from() which is similar to caller()
but much faster than it.
Background
----------
There are some cases to want to know from where current method is called.
In this case, K... -
01:54 AM Revision 9c06fa13 (git): * common.mk (RBCONFIG): depends on version.h due to
- RUBY_PATCHLEVEL. [ruby-core:32709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:52 AM Revision a1d7e691 (git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 AM Revision 26ea7068 (git): * common.mk (RBCONFIG): depends on version.h due to
- RUBY_PATCHLEVEL. [ruby-core:32709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:27 AM Bug #3915 (Closed): [PATCH] fix typo in csv documentation
- =begin
This issue was solved with changeset r29422.
okkez, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
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 be really handy when debugging and testing to make warnings fatal.
It's not always obvious what bit of code is causi... -
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 <usa@garbagecollect.jp> wrote:
> Hello,
>
> In message "[ruby-core:32695] [Ruby 1.9-Bug#3889] Incorrectly detected i686-w64-mingw32 as x64-mingw"
>
>> Who is the maintainer that pro... -
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-mingw"
on Oct.05,2010 23:16:07, <redmine@ruby-lang.org> wrote:
> Please apologize my lack of understanding of Ruby dev... - 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 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-98ff-823fe69b080e - 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-39d4-4d8f-98ff-823fe69b080e
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 にするべきだと思います。
=end
-
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 Ruby is greatly appreciated.
May Ruby be with you.
=end
-
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 Patterson
> <aaron@tenderlovemaking.com> wrote:
> > On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
> >> Iss... -
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
<aaron@tenderlovemaking.com> wrote:
> On Tue, Oct 05, 2010 at 02:03:23PM +0900, Shyouhei Urabe wrote:
>> Issue #3889 has been updated by Shyouhei Urabe.
>>
>> Status changed fr... -
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 Urabe.
>
> Status changed from Closed to Open
>
> Reopening. We need a port maintainer.
I think Luis should be ... -
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 <redmine@ruby-lang.org>:
> > Who make the final decision?
> > Wanabe, are you (or, do you want to become) the maintainer of mingw port?
>
>... -
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: incompatible character encodings: UTF-8
and ASCII-8BIT
from /usr/local/ruby-trunk/lib/ruby/1.9.1/cgi/util.rb... -
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]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 Mutex object
in the future.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29415 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
12:41 AM Feature #3908: private constant
- =begin
On Tue, Oct 5, 2010 at 17:19, Yusuke Endoh <redmine@ruby-lang.org> wrote:
> What do you think?
Yes! Finally! Thanks!
=end
-
12:19 AM Feature #3908 (Closed): private constant
- =begin
Hi,
I'd propose "private constant."
Private constant provides method-like visibility for constant.
=== Sample code ===
module SomeModule
class PublicClass
...
end
class PrivateC... - 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 <rogerdpack2@gmail.com>:
> I like it. There's a kind of elegance in it
>
> if a in [1,2,3]
> p ' it is in 1,2,3'
> end
>
> It works well with my head. +1
Thanks, but it is a bit differ... -
11:29 PM Feature #3845: "in" infix operator
- =begin
Hi,
2010/9/24 "Martin J. Dürst" <duerst@it.aoyama.ac.jp>:
> Just my two cents, but I don't see why this case is important enough to
> warrant deviating from the usual, object-oriented syntax (which may not
> always look opt... -
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' specifics in mkexports breaks the mingw-w64 work.
Who is the maintainer that provides "best effort" in relation t... -
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 <redmine@ruby-lang.org>:
> Who make the final decision?
> Wanabe, are you (or, do you want to become) the maintainer of mingw port?
No, I am not. (and I do not want to)
> I'm very dissatisfied wi... -
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?
I'm very dissatisfied with the current state, but I don't have a mind to
object to the maintainer's decision.
There... -
11:14 PM Bug #3907 (Closed): WIN32OLE_TYPELIB Can't load while envvar in the pathname .
- =begin
WIN32OLE_TYPELIB.newで、TypeLibのパス名に環境変数が含まれているとロードに失敗します。
以下のパッチで修正します。(REG_EXPAND_SZだった場合にExpnadEnvironmentStringsで展開)
添付のtest_win32ole_typelib.rbのパッチは、ADO 2.0のロードを試すものです。
ただし、ADO 2.0はWindows7ではREG_EXPAND_SZを使っていますが、Windows... - 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 45secs to 2mins. After consulting a few people, I was told that it's a Ruby I/O issue on Windows. There's even a plugin to... -
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 no longer clear cache with empty modules in r28813,
the GC phase still scans and clears the cache when the extended o... -
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 threads. When there is only the main thread, signals are handled immediately in sighandler().
I only have access to Lin...
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 29036) [x86_64-linux]
% ruby-1.9.2-p0 -ropenssl -e '43.to_bn'
/home/ohai/opt/ruby-1.9.2-p0/lib/ruby/1.9.1/openssl/... -
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-4d8f-98ff-823fe69b080e -
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.ruby-lang.org/ruby/trunk@29408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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://ci.ruby-lang.org/ruby/trunk@29407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 Ruby is greatly appreciated.
May Ruby be with you.
=end
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-39d4-4d8f-98ff-823fe69b080e -
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-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:44 PM Feature #3901 (Closed): WIN32OLE_VARIANT.new method lacks consistency
- =begin
WIN32OLE_VARIANT.newの引数が配列かどうかで変換可否が変わります。
一貫性が無いので気になりました。
詳細:
WIN32OLE_VARIANT.new(Kernel)はTypeError: can not convert WIN32OLE_VARIANT from type Moduleとなります。
WIN32OLE_VARIANT.new([Kernel])は、KernelにIDispatchをラップしたWIN... -
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-4d8f-98ff-823fe69b080e -
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 to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:11 PM Bug #3339: win32ole test failure
- =begin
助田です。
On Sun, Oct 03, 2010 at 07:12:20PM +0900, Akio Tajima wrote:
> 上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。
ありがとうございます。
Windows XP でも Link でOKでした。
コミットしていただけますか?
助田 雅紀
=end
-
07:12 PM Bug #3339: win32ole test failure
- =begin
artonです。
以下の方法でテスト可能です。
上で出ていますが、英語Verbなら利用可能で、かつショートカット作成の英語VerbはLinkです。
*** test_folderitem2_invokeverb.rb~ Tue Jul 27 00:00:56 2010
--- test_folderitem2_invokeverb.rb Sun Oct 03 19:11:17 2010
*********... -
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 i386-mingw32 and x86_64-w64-mingw32 as x86_64-mingw32
Also, find another patch that unifies MinGW 32 and 64 bits mkex... -
04:27 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
- =begin
IDの最下位3ビットは、ローカル変数やメソッド名、定数名、インスタンス変数名、クラス変数名、グローバル変数名などの、シンボルの分類のために使われています。
したがって、異なる名前のシンボルとしてはID全体の1/8しか作ることはできません。
=end
-
04:05 PM Bug #3899 (Rejected): 32 ビットマシンにおいて、symbol table overflow (RuntimeError) が 2Mi 個のシンボルで起きる
- =begin
32 ビットマシンにおいて、
gc.c の rb_obj_id のコメントには、
* symbol ssssssssssssssssssssssss00001110
* symbol 000SSSSSSSSSSSSSSSSSSSSSSSSSSS0 S...S % A = 4 (S...S = s...s * A + 4)
とあり、symbol のための id = hash のた... - 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 [ruby-core:32678].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-823fe69b080e
10/02/2010
-
08:20 PM Feature #3897: Pathname sub_ext! method
- =begin
On Sat, Oct 2, 2010 at 09:41, Semyon Perepelitsa <redmine@ruby-lang.org> wrote:
> Feature #3897: Pathname sub_ext! method
> http://redmine.ruby-lang.org/issues/show/3897
>
> Author: Semyon Perepelitsa
> Status: Open, Priorit... -
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 of returning a new one.
=end
- 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].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 of void *
are equal, but it's not true on LLP64 platform: mswin64.
originally patched by shintaro kuwamoto [ruby-dev:... -
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_2@29391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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::Boolean
encoding issue for OpenSSL 1.0.0 compatibility.
ASN1::Boolean.new(false).to_der wrongly gener... -
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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 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] #3459
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e