Activity
From 06/09/2009 to 06/15/2009
06/15/2009
- 10:58 PM Revision 7a71dff0 (git): avoid signbit() and adjust indentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:42 PM Bug #1540: read on win32 now defaults to blocking
- =begin
Appears that with 1.9 + windows you must use fcntl [instead of direct ioctlsocket] so that ruby adds the sock... -
08:07 PM Feature #1623: rb_objspace_each_objects
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> |> なんて名前がいいでしょうかね.
> |
> | ちょっと考えたのですが,こんなのはどうでしょうか.
> |
> |voi... -
07:00 PM Feature #1623: rb_objspace_each_objects
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38605] Re: [Feature: trunk] rb_objspace_each_objects"
on Sun, 1... -
06:57 PM Bug #1632 (Closed): ARGF's Iterators Return nill Instead of self
- =begin
Applied in changeset r23694.
=end
-
05:24 AM Bug #1632 (Closed): ARGF's Iterators Return nill Instead of self
- =begin
ARGF#each_char, ARGF#each_byte, ARGF#bytes, and ARGF#chars now return nil when passed a block. On 1.8 they re... -
06:45 PM Feature #1630: *_memsize()
- =begin
Yukihiro Matsumoto wrote::
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:38627] Re: [Feature: trunk] *_mems... -
06:34 PM Feature #1630: *_memsize()
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38627] Re: [Feature: trunk] *_memsize()"
on Mon, 15 Jun 2009 18... -
06:27 PM Feature #1630: *_memsize()
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> | あるオブジェクトがどの程度メモリを食っているのか調べるための体系を作る
> |のはどうでしょうか.
>
> 強い反対というわ... -
05:43 PM Feature #1630: *_memsize()
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38609] [Feature: trunk] *_memsize()"
on Mon, 15 Jun 2009 02:07:... -
02:11 AM Feature #1630: *_memsize()
- =begin
SASADA Koichi wrote::
> 多分,数え間違ってるだろうし,メモリアローケーション,まぁ,死ぬ
> (SEGV)することもないだろう,とか.
編集していたら,変な文章を送ってしまいました... -
02:07 AM Feature #1630 (Closed): *_memsize()
- =begin
ささだです.
あるオブジェクトがどの程度メモリを食っているのか調べるための体系を作る
のはどうでしょうか.
rb_ary_memsize(), onig_memsize(), rb_str_... -
06:44 PM Bug #595: Fiber ignores ensure clause
- =begin
ワナベです。
2009/06/15 6:33 に SASADA Koichi<[email protected]> さんは書きました:
> wanabe wrote::
>> かなり前のチケットですが、題名の件につい... -
06:33 AM Bug #595: Fiber ignores ensure clause
- =begin
ささだです.
返事が随分遅くなってしまってすみません.
wanabe wrote::
> かなり前のチケットですが、題名の件についてパッチを書きました。
> もしまだどなたもパッチを書かれていないよ... -
06:31 PM Bug #1638 (Closed): called on terminated object
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38625] Re: [BUG: trunk] called on terminated object"
on Mon,... -
06:23 PM Feature #1628: GC.stat
- =begin
ささだです.
Tanaka Akira wrote::
>> {:count=>1, # これまで GC が起こった回数
>> :elapsed_time=>0.004... -
06:07 PM Bug #1634 (Closed): called on terminated object
- =begin
Applied in changeset r23693.
=end
-
05:41 PM Bug #1634: called on terminated object
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38613] [BUG: trunk] called on terminated object"
on Mon, 15 Jun... -
06:18 AM Bug #1634 (Closed): called on terminated object
- =begin
ささだです.
ObjectSpace.each_object で inspect してまわっていると,"called on
terminated object" と言われてしまうのですが,とくに問題ないんで... - 04:52 PM Revision d25a5d9a (git): * 2009-06-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:52 PM Revision 5aac6548 (git): * vm_eval.c (rb_call0): refine exception message for hidden objects.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:39 PM Revision 04388f9f (git): * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return
- -HUGE_VAL (-Infinity).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 PM Feature #1637 (Closed): RTypedData
- =begin
ささだです.
現在,RData に格納された情報は,その元になった型情報がなくなってしまい
ますが,型情報を陽に持たせた RTypedData を新設するのはどうでしょうか.型
には,従来どおり ... -
11:25 AM Bug #1636 (Closed): Rational#coerce(Rational) Raises TypeError
- =begin
On 1.9.2 trunk:
>> Rational(2).coerce(Rational(2))
TypeError: Rational can't be coerced into R... -
09:54 AM Revision c6cb5726 (git): * io.c (argf_each_line): should return self. [ruby-core:23852]
- * io.c (argf_each_byte, argf_each_char): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23694 b2dd03c8-39d... -
09:06 AM Revision 50e7cb3b (git): * gc.c (os_obj_of): invoke garbage collection before iteration, to
- avoid accessing half recycled object references. [ruby-dev:38613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
06:36 AM Bug #1501: Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
ささだです.
返事が随分遅くなってしまってすみません.
Yusuke ENDOH wrote::
> なるほど、rb_block_call は必ずメソッドを呼び出すから大丈夫
> なんですね。
>... -
06:07 AM Bug #1633 (Closed): ARGF#close and ARGF#skip are Often Fatal on 1.9
- =begin
I don't claim to fully understand this issue, but I'd like to explain some differences between ARGF#close/#s... -
03:02 AM Bug #1614: startup failure with non-ascii path
- =begin
ワナベと申します。
2009/06/12 14:51 に Nobuyoshi Nakada<[email protected]> さんは書きました:
> なかだです。
>
> http://d.haten... -
02:04 AM Revision b1f3890b (git): * .gdbinit (rp, iseq): load dummy_gdb_enums on demand.
- [ruby-dev:38606]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/14/2009
-
03:58 PM Feature #1628 (Closed): GC.stat
- =begin
ささだです.
現在の GC 関連の状態を表示するためのメソッド GC.stat を追加するのはど
うでしょうか.
{:count=>1, # これまで G... -
12:31 PM Feature #1623: rb_objspace_each_objects
- =begin
ささだです.
SASADA Koichi wrote::
>> * each_objectと単数形ではないだろうか
>
> なんて名前がいいでしょうかね.
ちょっと考えたのですが,こんなのは... -
02:08 AM Feature #1623: rb_objspace_each_objects
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> * each_objectと単数形ではないだろうか
なんて名前がいいでしょうかね.
> * VALUE*ではなくVAL... -
02:01 AM Feature #1623: rb_objspace_each_objects
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38602] [Feature: trunk] rb_objspace_each_objects"
on Sun, 14 Ju... -
01:53 AM Feature #1623 (Closed): rb_objspace_each_objects
- =begin
ささだです.
C レベルで ObjectSpace.each_object 相当の処理をするための C API を作る
のはどうでしょうか.動機は,[ruby-dev:38584] で提案した機能を,... -
11:00 AM Bug #1627: Kernel.require Should Canonicalise Paths
- =begin
In addition, require './a.rb' and require '.\a.rb' should be regarded as identical on Windows.
=end
-
10:57 AM Bug #1627 (Closed): Kernel.require Should Canonicalise Paths
- =begin
Applied in changeset r23689.
=end
-
07:34 AM Bug #1627 (Closed): Kernel.require Should Canonicalise Paths
- =begin
Kernel.require on 1.9 is far saner than 1.8 with respect to normalizing path names before storing them in $".... -
10:27 AM Bug #1624 (Closed): [PATCH] Documentation for File#size
- =begin
Applied in changeset r23688.
=end
-
02:45 AM Bug #1624 (Closed): [PATCH] Documentation for File#size
- =begin
Attached is documentation for the new File#size method.
=end
-
06:49 AM Bug #1626 (Closed): Set Raises NoMethodError for Non-Enumerable Arguments
- =begin
Attempting to construct a Set on 1.9 with a non-Enumerable argument causes a NoMethodError to be raised, whic... -
05:59 AM Revision 63bd8a74 (git): * thread.c, vm_eval.c: add Thread.backtrace.
- * test/ruby/test_thread.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23691 b2dd03c8-39d4-4d8f... -
05:50 AM Revision d3027870 (git): * transcode.c (transcode_restartable0): revert last commit because
- this change cause SEGV at test-all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23690 b2dd03c8-39d4-4d8f-98f... -
01:49 AM Revision 439ad47e (git): * file.c (rb_find_file_ext, rb_find_file): canonicalize absolute
- paths. [ruby-core:23845]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:23 AM Revision 122018e8 (git): * file.c (rb_file_size): added rdoc. a patch from Run Paint Run
- Run at [ruby-core:23839].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/13/2009
- 10:57 PM Revision 9540aa5b (git): * complex.c (nucomp_fdiv): use fdiv recursively.
- * complex.c (nucomp_expt): reduced code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23687 b2dd03c8-39d4-4d8... -
06:55 PM Revision d9cf0f82 (git): * enc/trans/utf8_mac.trans: remove wrong optimization.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:54 PM Revision 44a8a150 (git): * transcode.c (transcode_restartable0): can't build with VC9.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:25 PM Revision 5b697c7e (git): * 2009-06-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:25 PM Revision 63721ea5 (git): * rational.c (nurat_to_f): use fdiv.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Bug #1621 (Closed): autoload Doesn't Call #to_path on non-String Argument
- =begin
Applied in changeset r23678.
=end
-
10:49 AM Bug #1621 (Closed): autoload Doesn't Call #to_path on non-String Argument
- =begin
Both `require` and `load` call #to_path on non-String arguments. `autoload` is conceptually similar, but does... -
11:01 AM Bug #1622 (Closed): [PATCH] Module.autoload Documentation Fix
- =begin
The documentation for Module.autoload uses _name_ and _module_ to refer to the same variable. This patch stan... -
10:29 AM Bug #1620 (Closed): [PATCH] Kernel.require Normalises Paths in 1.9
- =begin
diff --git a/load.c b/load.c
index 5f9d4f2..c87775d 100644
--- a/load.c
+++ b/load.c
@@ -416,10 +416,... -
09:59 AM Revision 6066cfad (git): Fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:17 AM Bug #1619 (Closed): [PATCH] Kernel.local_variables Documentation: Symbols are Returned on 1.9
- =begin
Applied in changeset r23676.
=end
-
03:33 AM Bug #1619 (Closed): [PATCH] Kernel.local_variables Documentation: Symbols are Returned on 1.9
- =begin
The documentation for Kernel.local_variables shows an Array of Strings being returned, when in fact it is an ... -
07:07 AM Bug #1618 (Closed): Kernel.catch without Arguments
- =begin
Applied in changeset r23675.
=end
-
02:51 AM Bug #1618 (Closed): Kernel.catch without Arguments
- =begin
In 1.9 Kernel.catch can be called with neither a symbol nor object to catch, e.g.:
catch { }
In... -
06:57 AM Bug #1616 (Closed): Net::BufferedIO tries to raise Timeout::TimeoutError
- =begin
Applied in changeset r23674.
=end
-
02:04 AM Bug #1616 (Closed): Net::BufferedIO tries to raise Timeout::TimeoutError
- =begin
in lib/net/protocol.rb in the Net::BufferedIO#rbuf_fill method, in some cases Timeout::TimeoutError is raised... -
06:47 AM Bug #1617 (Closed): Exception Raised by Uncaught Throw (Disagreement Between Documentation and Reality)
- =begin
Applied in changeset r23673.
=end
-
02:07 AM Bug #1617 (Closed): Exception Raised by Uncaught Throw (Disagreement Between Documentation and Reality)
- =begin
On 1.9 an ArgumentError is raised when a symbol is thrown without being subsequently caught:
>> ... -
06:03 AM Revision 3bfa955a (git): * load.c (load_lock): show backtrace at circular require.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:00 AM Revision b26e4cbb (git): * load.c (rb_provide): assumes us-ascii only.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 AM Revision 7d8ae412 (git): * load.c (rb_require_safe): FilePathValue() implies rb_str_new4().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:57 AM Revision 087ecdf5 (git): * load.c (rb_mod_autoload): try conversion to path like as
- require. [ruby-core:23834]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23678 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:58 AM Revision d70719b0 (git): * marshal.c (r_ivar): should not set internal encoding ivar as an
- ordinary ivar. [ruby-dev:38596]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23677 b2dd03c8-39d4-4d8f-98ff-82...
06/12/2009
-
10:08 PM Revision 4150c2c0 (git): * vm_eval.c (rb_f_local_variables): now returns symbols. a patch from
- Run Paint Run Run at [ruby-core:23828].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23676 b2dd03c8-39d4-4d8f-... -
10:06 PM Revision 6e678a2d (git): * vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
- and the case without arguments. [ruby-core:23827]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23675 b2dd03c8... -
09:50 PM Revision 63118829 (git): * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is
- obsolete, use Timeout::Error instead. [ruby-core:23821]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23674 b2... -
09:45 PM Revision 6d781384 (git): * vm_eval.c (rb_f_throw): fixed rdoc about execption.
- [ruby-core:23824]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:38 PM Bug #1614 (Open): startup failure with non-ascii path
- =begin
=end
-
02:57 PM Bug #1614 (Closed): startup failure with non-ascii path
- =begin
Applied in changeset r23670.
=end
-
02:51 PM Bug #1614 (Closed): startup failure with non-ascii path
- =begin
なかだです。
http://d.hatena.ne.jp/mirichi/20090611/p1 のように、実行ファイル
のパスにnon-ascii文字が含まれているとencdbのロードの際に失敗して
... -
12:33 PM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
help message with --help is good.
But don't use optparse to keeptest system small.
=end
-
08:29 AM Feature #977: caller for all threads patch
- =begin
Roger Pack wrote::
>> Roger Pack wrote::
>>> I really like it.
>>> Appears that it wants default to be lev... -
07:39 AM Revision 5eef94c8 (git): merge revision(s) 23662:
- * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
in r23613. [ruby-talk:338957]
git-svn... -
05:56 AM Revision a860431e (git): * file.c (file_expand_path): associate the input encoding when
- copying an absolute path. [ruby-dev:38594]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23670 b2dd03c8-39d4-4... -
02:47 AM Bug #1580 (Closed): TestIOScanF failure in windows
- =begin
Applied in changeset r23669.
=end
-
12:24 AM Bug #1612 (Closed): StringScanner#matchedsize warn "use #matched_size instead"
- =begin
StringScanner#matchedsize はそろそろ消してもいいのではないでしょうか。
Ruby1.8.2 から warning で obsolete であることを警告しています。
=end
06/11/2009
-
11:59 PM Bug #1611: win32ole errors from make test all
- =begin
This error is due to the line:
WIN32OLE.locale = 0x0411 # set locale Japanese
I guess it will wor... -
10:48 PM Bug #1611 (Closed): win32ole errors from make test all
- =begin
133) Error:
test_conversion_str2cy(TestWIN32OLE_VARIANT):
WIN32OLERuntimeError: not installed locale: 104... -
10:47 PM Bug #1610 (Closed): BasicSocket errors (doze)
- =begin
128) Failure:
test_getsockopt(TestSocket_BasicSocket)
[c:/dev/downloads/ruby_trunk/test/socket/test_basic... -
10:46 PM Bug #1609 (Closed): inetv6 failures in windows
- =begin
117) Error:
test_addrinfo_inspect_sockaddr_inet6(TestSocketAddrinfo):
SocketError: getaddrinfo: The stora... -
10:45 PM Bug #1607: TestSocket failures
- =begin
this one might be related, too
115) Error:
test_tcp_server_sockets_port0(TestSocket):
NoMethod... -
10:44 PM Bug #1607 (Closed): TestSocket failures
- =begin
110) Error:
test_accept_loop(TestSocket):
NoMethodError: undefined method `each' for nil:NilClass
c:... -
10:45 PM Bug #1608 (Closed): einval in getsockname (windows)
- =begin
Sorry for the flood--almost got them all :)
112) Error:
test_initialize(TestSocket):
Errno::EINVA... -
10:43 PM Bug #1606 (Rejected): TestRequire failure
- =begin
105) Error:
test_require_invalid_shared_object(TestRequire):
IOError: closed stream
c:/dev/downloads... -
10:40 PM Bug #1605 (Closed): TestProcess failure
- =begin
wasn't sure if these were all related, so I'll clump them for now
94) Skipped:
test_execopts_clo... -
10:39 PM Bug #1604 (Closed): TestPath failure (mingw)
- =begin
93) Failure:
test_extname(TestPath) [c:/dev/downloads/ruby_trunk/test/ruby/test_path.rb:230]:
<""> expect... -
10:38 PM Bug #1603 (Closed): TestOpen3 failure (windows)
- =begin
92) Failure:
test_commandline(TestOpen3) [c:/dev/downloads/ruby_trunk/test/test_open3.rb:64]:
<"quux"> ex... -
10:37 PM Bug #1602 (Closed): TestInvokeVerb failure mingw (win32ole)
- =begin
84) Failure:
test_invokeverb(TestInvokeVerb)
[c:/dev/downloads/ruby_trunk/test/win32ole/test_folderitem2_... -
09:25 PM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
+1
having mini test tests output help information would be great.
-=r
=end
-
07:13 PM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
Then what should this produce?
$ ruby `which gem` --help
=end
-
04:55 PM Feature #1599 (Closed): ruby test_foo.rb --help do not show help message
- =begin
I execute below command.
I think it shows help messages, but execute tests only.
$ ruby test_foo.rb --... -
09:05 PM Bug #1601 (Closed): ドットの含まれた exe ファイルの実行
- =begin
ファイル名にドットが含まれているような exe ファイルを、
exe を省略して system で呼ぶことができません。
$ cat x.c
#include <stdio.h>
in... -
05:41 PM Revision 7915aed8 (git): * string.c (str_replace_shared): shared target must be frozen.
- [ruby-core:23727]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:37 PM Bug #1598 (Closed): typo in lib/prime.rb
- =begin
Applied in changeset r23665.
=end
-
02:05 PM Bug #1598 (Closed): typo in lib/prime.rb
- =begin
prime.rb のドキュメントに typo を見つけたのでパッチを添付します。
よろしくお願いします。
=end
-
12:34 PM Bug #1134: [PATCH] Update racc runtime and fix warnings
- =begin
Hi,
In message "Re: [ruby-core:23790] [Bug #1134] [PATCH] Update racc runtime and fix warnings"
on Th... -
12:03 PM Bug #1134: [PATCH] Update racc runtime and fix warnings
- =begin
Hi,
At Tue, 10 Feb 2009 05:24:07 +0900,
Aaron Patterson wrote in [ruby-core:21944]:
> This updates the r... -
05:46 AM Bug #1134: [PATCH] Update racc runtime and fix warnings
- =begin
Can I check this in?
It has been four months.
=end
-
12:29 PM Feature #1597: ObjectSpace.count_nodes
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38584] [Feature: trunk] ObjectSpace.count_nodes"
on Thu, 11 Jun... -
08:06 AM Feature #1597 (Rejected): ObjectSpace.count_nodes
- =begin
ささだです.
ObjectSpace.count_objects という,オブジェクトの種類を数えるメソッドが
ありますが,同じように ObjectSpace.count_nodes というものを加え... - 12:08 PM Revision e03cafe1 (git): * lib/cmath.rb (exp): omitted redundant function call.
- and some adjustments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:49 AM Revision bbfe7388 (git): * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.
- * ext/bigdecimal/bigdecimal.c (VpInit): fixed format modifiers.
* ext/bigdecimal/bigdecimal.c (VPrint): constified.
... -
08:49 AM Revision 610c0568 (git): * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.
- * ext/bigdecimal/bigdecimal.c (VpInit): fixed format modifiers.
* ext/bigdecimal/bigdecimal.c (VPrint): constified.
... - 06:29 AM Revision 831e03eb (git): * 2009-06-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:29 AM Revision cf8c9c3d (git): * lib/prime.rb: documentation typo fixed. a patch from okkez.
- [ruby-dev:38586]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:06 AM Revision 1e7898d7 (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): big number should result
- to infinite. backported from 1.9.
* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): rounding mode
condition check up... - 04:34 AM Revision 3bb5d074 (git): * 2009-06-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:34 AM Revision 5e183bb4 (git): * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
- in r23613. [ruby-talk:338957]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23662 b2dd03c8-39d4-4d8...
06/10/2009
-
11:39 AM Feature #977: caller for all threads patch
- =begin
Roger Pack wrote::
> I really like it.
> Appears that it wants default to be level 0 [?]
Thank you for y... -
05:24 AM Feature #977: caller for all threads patch
- =begin
Rocky Bernstein wrote::
> I was suggesting that rather than raise an error here, treat this like array
> in... -
10:49 AM Feature #1596 (Closed): GC.time
- =begin
ささだです.
今まで何回 GC をやったか調べるための GC.count というのがあるのですが,
これまでの GC にかかった時間を返す GC.time というメソッドを追加するのは
どうでしょ... - 09:15 AM Revision a610b0a9 (git): * dir.c (dir_s_getwd): directory path's encoding should be filesystem's
- one.
* lib/tmpdir.rb: ditto (but not finished yet.)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@236...
06/09/2009
- 09:39 PM Revision b28d9b6d (git): * 2009-06-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:38 PM Revision 31c94ffe (git): Update to RubyGems 1.3.4 r2223
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:43 PM Revision a6afbaeb (git): * lib/cmath.rb (log10): raised exception when the given number is
- a negative real.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:32 AM Feature #1591: DATA handle unusable in required modules
- =begin
=end
-
10:24 AM Feature #1591 (Rejected): DATA handle unusable in required modules
- =begin
I have a Module defined in a file that gets required by a script. Inside the module I set a class variable:
... -
09:33 AM Feature #977: caller for all threads patch
- =begin
Rocky Bernstein wrote::
> One thing I think might be cool is rather than raising an error for a
> negative ... -
08:33 AM Feature #977: caller for all threads patch
- =begin
Hongli Lai wrote::
> SASADA Koichi wrote:
>> I made a patch to Thread#caller(lev=1). It may be more flexib... -
08:06 AM Feature #977: caller for all threads patch
- =begin
I made a patch to Thread#caller(lev=1). It may be more flexible than
fetching "all" backtrace.
How about i... -
06:13 AM Revision d1dd8717 (git): * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at
- [ruby-core:23767].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:11 AM Revision 11fd9224 (git): * dir.c (sys_warning): get rid of type-punning function cast.
- * dir.c (ruby_glob0): get rid of possible overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23656 b2dd03c... -
01:58 AM Revision a5488474 (git): * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 AM Bug #1588 (Closed): ブロックの中断でset_trace_funcのreturnイベントが呼び出されない
- =begin
set_trace_funcでフックを設定した時に、ブロック中のbreakや例外で脱出をすると
'return'や'c-return'イベントが発生せずフックが呼び出されません。
$ cat tracef...
Also available in: Atom