Activity
From 12/09/2009 to 12/15/2009
12/15/2009
-
05:21 PM Revision 6aafca91 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:54 PM Revision 79933d66 (git): * 2009-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision 9ab779aa (git): * lib/find.rb (Find.find): rescue more exceptions which is possible to
- occur by other process change the directory tree.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26105 b2dd03c8-... -
03:03 AM Feature #2480 (Closed): request to add GC::Profiler.time method
- =begin
currently we have
GC::Profiler.enable
# ... stuff
report = GC::Profiler.result # report is set to a ver... - 02:50 AM Revision 5bb57c60 (git): * 2009-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:50 AM Revision d0c1160f (git): * string.c (rb_str_inspect): wrong result of UTF-8 inspect because of
- the mistake of calculation. reported by eban via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... -
12:56 AM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
> include の順番のテストが欲しいならば 別に用意するべきで、FileUtils でやるべきではありません。
include の順番のテストではなく、 include FileUtils した Fil... - 12:16 AM Revision d698bd8a (git): * test_find.rb: close temporary files before removing them.
- * test_find.rb: skip symlink tests if not implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26102 b2dd... - 12:06 AM Revision 36863793 (git): * 2009-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:06 AM Revision 0d9340f2 (git): * lib/find.rb (Find.find): get rid of race condition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/14/2009
-
09:58 PM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
> include FileUtils をした時の rm_f の挙動を確認するテストのはずなのに
む、あの行はこのチケット用ですか。
ならばあの行が存在すること自体が誤りでしょう。
include の... -
03:52 PM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
include FileUtils をした時の rm_f の挙動を確認するテストのはずなのに
FileUtils.rm_f を使うように変更しても良いのでしょうか?
=end
-
12:27 PM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
This issue was solved with changeset r26090.
Kazuhiro, thank you for reporting this issue.
Your contributio... -
08:56 PM Bug #2479 (Third Party's Issue): bugs in ruby-mode
- =begin
'"?' don't close string highlight.
"'?" emits the same error.
I tried searching for duplicates b... -
05:06 PM Bug #2476: instance_eval ArgumentError
- =begin
Hi,
2009/12/14 Lourens Naudé <[email protected]>:
> I believe I've found an edge case referencing the... -
01:11 AM Bug #2476 (Third Party's Issue): instance_eval ArgumentError
- =begin
Hi,
I believe I've found an edge case referencing the recent (Dec 4) changes of instance_eval etc. compa... -
01:34 PM Revision 779aba2d (git): * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Revision 92e9bf7a (git): * lib/find.rb (Find.find): narrow rescue region.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 PM Bug #2139 (Assigned): backquotes method modifies unexpectedly returned content
- =begin
=end
-
12:07 PM Feature #2323 (Assigned): "Z".."Z".succが空
- =begin
Ruby 1.9 Feature に移動した上で、優先度 Low にしておきます
=end
-
11:56 AM Revision 4df4a743 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:08 AM Revision bcde0b6d (git): merge revision(s) 24621:
- * lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc.
[ruby-core:25034]
git-svn-id: svn+ssh:... -
04:28 AM Revision 34bda680 (git): merge revision(s) 25009:
- * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
04:16 AM Revision 90dc4551 (git): merge revision(s) 20573:
- * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG
is set. [ruby-talk:322136]
git-svn-id:... -
04:01 AM Revision 9c3d9bb6 (git): merge revision(s) 26033:
- * lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
03:53 AM Revision 0cdd4e00 (git): merge revision(s) 26032:
- * object.c (rb_Float): Allow results of to_f to be NaN
[ruby-core:26733]
git-svn-id: svn+ssh://ci.ruby-la... -
03:39 AM Revision fd13ad8c (git): merge revision(s) 25975:
- * eval.c (proc_invoke): unbound block created by define_method
cannot call super. [ruby-core:26984]
git-... -
03:19 AM Revision 315cab12 (git): Explicitly use FileUtils.rm_f. [ruby-dev:39345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 AM Revision b9d74fd1 (git): merge revision(s) 25921:
- * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
call rb_inspect() on an object that does n... -
02:55 AM Revision d515deb4 (git): merge revision(s) 25890:
- * eval.c (rb_method_missing): adjusted format and argument number.
* eval.c (rb_call): fixed for super in cac... -
02:46 AM Revision d4ad42a6 (git): merge revision(s) 25766:
- * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.
[ruby-core:26668]
git-svn-id: svn+ssh://ci.... -
02:40 AM Revision 25c243bf (git): merge revision(s) 25735:
- * lib/cgi.rb: fix command-line option of
non-interactive terminal. [ruby-core:23016]
git-svn-id: svn+ssh:... -
12:20 AM Revision cc744ef9 (git): * lib/find.rb (Find.find): removed already unnecessary code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/13/2009
-
11:13 PM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
r26061 fixes a bug related this.
Does this still happen?
=end
-
10:48 PM Revision b3ea5a17 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:50 PM Revision c9e70071 (git): merge revision(s) 25693:
- * eval.c (method_inspect, method_name, mnew): Bug fix when
method created from an alias.
Based on... -
06:35 PM Revision c5178471 (git): merge revision(s) 25670:
- * eval.c (call_trace_func): remove the trace hook if any exception
raised. [ruby-list:46515]
git-svn-id:... -
05:48 PM Revision 5164ba53 (git): merge revision(s) 25659:25661:
- * hash.c (rb_hash): always return a fixnum value because a return
value of rb_hash may be used as a hash va... - 04:00 PM Revision 3f07a79c (git): * 2009-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 8dc14638 (git): new test file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 PM Revision 6de15327 (git): merge revision(s) 25515:
- * string.c (rb_str_inspect): get rid of adding garbage to shor
UTF-8 string. [ruby-dev:39550]
git-svn-id... - 03:14 PM Revision cf624713 (git): * 2009-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 24d2be66 (git): merge revision(s) 25230,25995:
- * marshal.c (struct {dump,load}_arg): manage with dfree, instead
of using local variable which may be moved... -
02:48 PM Revision c48a4c29 (git): * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:09 PM Revision 8ad9d4ed (git): * 2009-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:09 PM Revision c2e8a9ca (git): * test/openssl/*: added some tests from jruby-openssl.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Revision f62310ac (git): doc fix: mutex.lock => self [ruby-core:27115]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision 71ab1829 (git): * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data to
- reject non-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:29 AM Revision 77088d66 (git): * ruby.c (rb_parser_dump_tree): add prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/12/2009
- 04:35 PM Revision 42933da4 (git): * 2009-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 PM Revision 07f81c06 (git): Add rdoc and test of Encoding#replicate.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/11/2009
-
12:50 PM Feature #2471 (Rejected): want to choose a GC algorithm
- =begin
LazySweep ではスループットが増大するという話をどこかで聞いた覚えがあって
それが理由で trunk に入らないのかと思っていました。
入らなかったのは単にバグの問題で、すでに解決されているということな... -
09:25 AM Feature #2471: want to choose a GC algorithm
- =begin
nari です。
2009年12月11日1:14 Yukihiro Matsumoto <[email protected]>:
> まつもと ゆきひろです
>
> In message "Re: [ru... -
01:14 AM Feature #2471: want to choose a GC algorithm
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39867] Re: [Feature #2471] want to choose a GC algorithm"
on F... -
12:03 AM Feature #2471: want to choose a GC algorithm
- =begin
nariです。
GCと聞いて来ました。
2009年12月10日9:54 KOSAKI Motohiro <[email protected]>:
(snip)
>> GC のア... - 07:47 AM Revision 190507ce (git): * 2009-12-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:47 AM Revision 0676ac37 (git): * bootstraptest/test_thread.rb: please please please remember that there are
- platforms that do not support fork.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26066 b2dd03c8-39d4-4d8f-98ff... -
02:21 AM Feature #2447: reduce GC pressure by symbol table without String instance
- =begin
遠藤です。
2009年12月8日18:37 wanabe <[email protected]>:
>> どなたか追試してくださると助かります。私の環境で make test-all は
>> 通っています...
12/10/2009
-
07:06 PM Feature #2471: want to choose a GC algorithm
- =begin
ワナベと申します。
09/12/10 KOSAKI Motohiro <[email protected]>:
>> Feature #2471: want to choose a G... -
09:47 AM Feature #2471 (Assigned): want to choose a GC algorithm
- =begin
=end
-
08:42 AM Feature #2471 (Rejected): want to choose a GC algorithm
- =begin
GC のアルゴリズムを複数用意して、選択可能にするのはどうでしょうか。
パッチを添付します。たたき台にしていただければ幸いです。
選択対象として、authorNari さんの LazySweep
h... -
11:59 AM Revision b32ee85f (git): * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added
- support for new transcoding instruction FUNsio (with Tatsuya Mizuno)
* enc/trans/gb18030.trans: Significantly reduce... -
10:26 AM Revision 136c25eb (git): unset HTTP_PROXY, etc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:13 AM Revision e82e2beb (git): unset HTTP_PROXY and FTP_PROXY.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:13 AM Bug #2469 (Closed): Difference behavior of IO#read_nonblock and #read between 1.8 and 1.9
- =begin
[ruby-dev:25101] http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/25101
=end
-
07:18 AM Bug #2469 (Closed): Difference behavior of IO#read_nonblock and #read between 1.8 and 1.9
- =begin
The following code doesn't finish on ruby 1.9 (both 1.9.1 and 1.9.2dev), while finishes with Errno::EAGAIN on... -
09:05 AM Feature #2470: Encoding#new doesn't undef_method-ed
- =begin
おっと、Data.newは消してはダメですね。
これについては取り下げます。
=end
-
08:03 AM Feature #2470 (Closed): Encoding#new doesn't undef_method-ed
- =begin
Fixnum や Encoding のような、rb_undef_alloc_func されているクラスでは、
Hoge.new がエラーになりますが、
Fixnum などでは Fixnum.new が unde... -
08:24 AM Revision 90715381 (git): * vm_eval.c (yield_under): yields self the same as 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision 4ba0fe5f (git): * thread_pthread.c (native_mutex_reinitialize_atfork): release and
- re-acquire the lock at re-initialization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26061 b2dd03c8-39d4-4d8... -
05:21 AM Bug #1322 (Assigned): define_method scope bug
- =begin
=end
-
05:19 AM Revision 96893089 (git): * lib/un.rb (httpd): easy WEBrick HTTP server.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 AM Revision 614a8427 (git): * encoding.c (enc_replicate): add Encoding#replicate(name).
- * encoding.c (enc_replicate_with_index): renamed from old
enc_replicate.
* encoding.c (rb_enc_from_encoding_index)... -
03:46 AM Revision ae76a232 (git): * test/webrick/test_server.rb (test_daemon): simply use fork's return
- value, don't use pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:26 AM Revision e5dc8988 (git): * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/09/2009
-
11:07 PM Feature #2455 (Closed): --dump=parsetree, --dump=parsetree_with_comment
- =begin
This issue was solved with changeset r26053.
Yusuke, thank you for reporting this issue.
Your contribution ... -
04:59 PM Feature #2455: --dump=parsetree, --dump=parsetree_with_comment
- =begin
(2009/12/09 16:56), Yukihiro Matsumoto wrote::
> 笹田さんが反対しなければ入れても構わないと思います。
反対しません.
--
// SASADA Ko... -
04:56 PM Feature #2455: --dump=parsetree, --dump=parsetree_with_comment
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39853] [Feature #2455] --dump=parsetree, --dump=parsetree_with_comme... -
09:58 PM Bug #2466 (Closed): Mutex#lock documentation is incorrect
- =begin
Currently, it states:
mutex.lock => true or false
But actually, the Mutex#lock *always* just retur... -
04:13 PM Revision 17897462 (git): * node.c: svn:eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 PM Revision 770b05dd (git): * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Feature #2454: OpenSSL has no maintainer
- =begin
Hi,
In message "Re: [ruby-core:27105] Re: [Feature #2454](Assigned) OpenSSL has no maintainer"
on Wed... -
03:46 PM Revision 7cd9a5d3 (git): * node.c (dump_node): fixed for long members.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision 38828fa8 (git): * node.c: node management added. Currently, only pretty-dumper is
- implemented. [ruby-dev:39853]
* ruby.c: --dump=parsetree and --dump=parsetree_with_comment options
added. This i... -
06:30 AM Bug #2459 (Feedback): Cannot statically link ext/digest/sha2
- =begin
It should have been fixed long ago.
-----------------------------------------------------------------------... -
12:50 AM Revision c9c095fc (git): * string.c (rb_str_justify): fixed the case a fill size is a
- multiple of the length of the padding. [ruby-dev:39856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26052 b2...
Also available in: Atom