Activity
From 10/04/2009 to 10/10/2009
10/10/2009
-
11:48 PM Revision eac0bd97 (git): * include/ruby/ruby.h (ruby_exec_node): declared.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 PM Bug #2189 (Assigned): Math.atanh(1) & Math.atanh(-1) should not raise an error
- =begin
This is from [ruby-dev:35669] (sorry for forgot describe this in r18252's log.
We discussed in it about dif... -
02:53 PM Bug #2189 (Closed): Math.atanh(1) & Math.atanh(-1) should not raise an error
- =begin
Regression caught by RubySpec.
$ rubydev -v -e 'p Math.atanh(1)'
ruby 1.9.2dev (2009-10-09 trunk 25274... -
06:12 PM Revision 8e9fb2e1 (git): * regparse.c (onig_syntax_warn): added.
- * regparse.c (CC_ESC_WARN, CLOSE_BRACKET_WITHOUT_ESC_WARN,
CC_DUP_WARN, UNKNOWN_ESC_WARN): use onig_syntax_warn.
g... -
06:07 PM Bug #2048: Thread#raise: Handling of Current Exception
- =begin
If you change interpreter or VM of Ruby, please get an approval by matz in ruby-core/Redmine (or ruby-dev).
... -
05:58 PM Bug #2048 (Closed): Thread#raise: Handling of Current Exception
- =begin
Sorry, it comes feeling right.
And seems rdoc doesn't mention the no argument case.
=end
-
05:30 PM Bug #2048 (Open): Thread#raise: Handling of Current Exception
- =begin
I think r25278 is wrong.
The point should be that rescue clause restores its originating exception in 1.8 b... -
02:17 PM Bug #2048 (Closed): Thread#raise: Handling of Current Exception
- =begin
Applied in changeset r25278.
=end
-
04:20 PM Feature #2190 (Closed): FileUtils::chmod - allow symbolic mode
- =begin
Hello,
I request that FileUtils::chmod() and FileUtils::chmod_R() accept
symbolic modes, which are s... -
03:14 PM Revision 95b3da63 (git): * marshal.c (marshal_dump, marshal_load): prevent from GC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 PM Revision 89afd642 (git): * file.c (path_check_0): prevent from GC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 PM Revision 5d4b63d2 (git): * transcode.c (rb_transcoding, str_transcoding_resize): fixed
- types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:22 PM Bug #2171 (Closed): Kernel#respond_to_missing? Invoked for Unimplemented Methods
- =begin
=end
-
12:11 PM Revision 89154445 (git): * transcode.c: reverted r25277.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 AM Revision 6b7e6f08 (git): * math.c (math_atanh): reverted r25279.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:49 AM Revision f65dbbd2 (git): * ext/curses/curses.c: use rb_thread_blocking_region to avoid
- rb_read_check. This makes other threads runnable in getstr and
wgetstr.
(getch_func): extracted from curses_getc... -
09:59 AM Revision 7c669071 (git): * configure.in (cflags, cxxflags): remove duplicating options.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:19 AM Revision 66150a89 (git): * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),
- win32/mkexports.rb (each_export): exclude _threadptr_ functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
08:57 AM Revision 478d3535 (git): * eval.c (rb_threadptr_errinfo): renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:55 AM Revision d45189ba (git): * eval.c (rb_threadptr_errinfo): renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 AM Revision aa963d33 (git): * eval.c (ruby_exec_node): removed unused argument.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 AM Revision f87132b4 (git): * include/ruby/intern.h (Init_jump): removed
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:24 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
=end
-
01:06 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
re: Float#to_s and Float#inspect being split to do different functionality.
Would a patch be accepted?
... - 05:56 AM Revision 243400fb (git): * math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinity. [ruby-core:26028]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:13 AM Revision 8571bdbd (git): * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#raise with no argument will now re-raise the current exception if there is one [ruby-core:25367]
- * eval.c (get_errinfo, rb_rubylevel_thread_errinfo): Getter for current exception for a given thread
git-svn-id: svn... -
03:21 AM Revision c4ff156d (git): * transcode.c (rb_transcoding, str_transcoding_resize): fixed
- types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:20 AM Revision 589d54f4 (git): * 2009-10-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 AM Revision 7081875a (git): * enc/unicode/name2ctype.h: update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Feature #1811: Default BasicSocket.do_not_reverse_lookup to true
- =begin
Interestingly, when I apply this patch, then run make test-all, two tests that previously broke:
2) Er... -
01:00 AM Feature #1811: Default BasicSocket.do_not_reverse_lookup to true
- =begin
Here's a patch that does it. None of the documentation seems to mention that it defaults to true, so this sh... -
12:50 AM Bug #2188 (Closed): patch to show the rdoc's for Registry.rb
- =begin
currently the rdoc's for registry.rb use a very old format. This patch brings them up to date.
=end
-
12:46 AM Feature #839: Add code on each line of a backtrace output to the screen
- =begin
I like this patch (nobu's). Would it be possible to get it applied?
-r
=end
10/09/2009
-
04:06 PM Bug #2186: Fwd: Segfaults after multiple call of ruby_node_run
- =begin
ruby_exec_node() isn't in any of the headers in /usr/include, but it works with an implicit declaration warni... -
01:13 PM Bug #2186 (Rejected): Fwd: Segfaults after multiple call of ruby_node_run
- =begin
ruby_run_node() implies ruby_cleanup().
Don't call ruby_cleanup() twice or more.
Use ruby_exec_node() ins... -
12:37 PM Bug #2186 (Rejected): Fwd: Segfaults after multiple call of ruby_node_run
- =begin
Just forwarding to the redmine so that it recognizes the new issue.
---------- Forwarded message -------... -
02:52 PM Revision 4631523b (git): * vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS.
- based on the patch from Nikolai Lugovoi. [ruby-core:25949]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25274 ... -
12:17 PM Revision 2ea82d33 (git): * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disable
- reverse lookup.
(Resolv::DNS::Requester::UnconnectedUDP): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
06:00 AM Bug #1225 (Closed): Curses::getmouse
- =begin
Fixed in r25267 & r25269.
This is not a ncurses library bug, since it states that initscr() must be call... -
01:14 AM Revision 696eec1e (git): * lib/irb/context.rb (IRB::Context#initialize):
- remove warnings when $VERBOSE is set as true in .irbrc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25272 b2dd...
10/08/2009
-
11:25 PM Bug #1214: Build issues
- =begin
=end
-
06:07 PM Revision 5a4ce608 (git): * tool/enc-unicode.rb: optimized.
- * enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt,
enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src:
... - 05:47 PM Revision d13255aa (git): ext/curses/curses: more whitespace
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:47 PM Revision c7a8fb0a (git): * ext/curses/curses.c: Many functions of module Curses could cause a crash if the ncurses library was not properly initialized.
- Fix pointed out by Alexander Beisig [ruby-core:22592]
Functions fixed: attroff, attron, attrset, bkgd, bkgdset, can... - 05:47 PM Revision 203c2e45 (git): ext/curses/curses.c: fix whitespace
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:12 PM Revision f0cdcf6f (git): * ext/curses/curses.c: Many functions of module Curses could cause a crash if the ncurses library was not properly initialized.
- Fix pointed out by Alexander Beisig [ruby-core:22592]
Functions fixed: attroff, attron, attrset, bkgd, bkgdset, can... -
04:11 PM Revision 4b62641c (git): * compile.c (ADD_TRACE): fire coverage event in ensure clause.
- [ruby-dev:39303]
* iseq.h, iseq.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25266 b2dd03c8-39d4-4d8... - 03:34 PM Revision a5818fa5 (git): * 2009-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:34 PM Revision 4432d3a5 (git): * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby-core:22723]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:34 PM Revision c2c679bc (git): * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby-core:22723]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:01 PM Revision 98bcdc60 (git): * 2009-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision abd31dc2 (git): * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted from
- Socket.udp_server_loop_on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25261 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
01:13 PM Bug #1080: SSL error when running the program "gem"
- =begin
=end
-
11:57 AM Bug #2185 (Closed): 漢字がprintableと見なされない
- =begin
Applied in changeset r25260.
=end
-
01:18 AM Bug #2185 (Assigned): 漢字がprintableと見なされない
- =begin
=end
-
01:16 AM Bug #2185 (Closed): 漢字がprintableと見なされない
- =begin
なかだです。
ひらがな、カタカナはpで表示されますが、漢字はエスケープされています。
$ cat a.rb
# -*- coding: utf-8 -*-
p "あいうえお"
p "春... -
02:54 AM Bug #2184: Blocks strange behavior
- =begin
On Oct 7, 2009, at 00:39 , Ivan Samsonov wrote:
> Bug #2184: Blocks strange behavior
> http://redmine.r... -
02:49 AM Revision 866c79e2 (git): * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.
- * enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt,
enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src:
... -
01:27 AM Feature #578 (Closed): add method to disassemble Proc objects
- =begin
Applied in changeset r25258.
=end
-
01:06 AM Feature #578: add method to disassemble Proc objects
- =begin
Roger Pack wrote::
>> Yea, a patch from Nobu in [ruby-core:24169] needs permission from
>> Koichi.
>
> O...
10/07/2009
-
05:46 PM Revision ec0e370e (git): * string.c (rb_str_inspect): copy by chunks.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 PM Bug #2181 (Closed): Segmentation fault for test/drb/* -- possible bug in Marshal/GC
- =begin
Applied in changeset r25256.
=end
-
04:33 PM Bug #2181: Segmentation fault for test/drb/* -- possible bug in Marshal/GC
- =begin
On Wed, Oct 7, 2009 at 6:01 AM, Nobuyoshi Nakada <[email protected]> wrote:
> Does this patch fix it?
>
>... -
12:01 PM Bug #2181: Segmentation fault for test/drb/* -- possible bug in Marshal/GC
- =begin
Hi,
At Tue, 6 Oct 2009 22:18:47 +0900,
Nikolai Lugovoi wrote in [ruby-core:25969]:
> After changeset r25... -
04:39 PM Bug #2184 (Closed): Blocks strange behavior
- =begin
1.8.7:
a = lambda {|x,y| x <=> y}
[1,2,3].max(&a) # => 3
1.9.1:
z = lambda {|x,y| x <=> y}
[3,2,... -
04:29 PM Bug #2176: [rubygems] $LOAD_PATH includes bin directory
- =begin
On Wed, Oct 7, 2009 at 9:14 AM, Nobuyoshi Nakada <[email protected]> wrote:
> Hi,
>
> At Mon, 5 Oct 2009 ... -
04:15 PM Bug #2176: [rubygems] $LOAD_PATH includes bin directory
- =begin
Hi,
At Mon, 5 Oct 2009 21:40:08 +0900,
Luis Lavena wrote in [ruby-core:25941]:
> In latest RubyGems (1.3... -
04:23 PM Revision 0f408e10 (git): * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:35 PM Revision 8d79d612 (git): update comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:19 AM Bug #2179: 1.9.2において block のスコープがおかしいときがある
- =begin
ミムラです。
2009年10月6日22:04 Nobuhiro IMAI <[email protected]>:
> これはブロックが一度も評価されてないからですね。
>
> $ ruby1.9.1 -ve... -
01:07 AM Bug #2179 (Closed): 1.9.2において block のスコープがおかしいときがある
- =begin
Applied in changeset r25249.
=end
-
07:42 AM Revision 90ce6d23 (git): * marshal.c (mark_dump_arg, mark_load_arg): ignore already cleaned
- data. [ruby-core:25969]
* marshal.c (clear_dump_arg, clear_load_arg): clear freed fields.
git-svn-id: svn+ssh://c... -
07:06 AM Revision d167cfd1 (git): * include/ruby/ruby.h (rb_long2int): evalates the argument only
- once.
* struct.c (rb_struct_alloc): check array length overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:35 AM Revision be9766c3 (git): * string.c (rb_str_inspect): don't assign -1 to unsigned int.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/06/2009
-
11:18 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39438] Re: [Bug #1787] URI ライブラリの正規表現パターン"
on Tue, 6 Oct 2009... -
02:19 PM Bug #1787: URI ライブラリの正規表現パターン
- =begin
成瀬です。
[[:alnum:]] のような、POSIX 文字クラスは、先日の話では、
以下の通り Unicode 準拠とするという話になりました。
2009/08/16 23:09, Yukihiro ... -
11:14 PM Revision b661aa0c (git): * time.c (NUM2TIMET): defined because some platforms, such as
- NetBSD5/amd64 and NetBSD6/i386, has time_t which size is different
from long. (NetBSD 5 uses 32bit time_t for all,... -
10:42 PM Feature #578: add method to disassemble Proc objects
- =begin
Hi,
In message "Re: [ruby-core:25962] [Feature #578] add method to disassemble Proc objects"
on Tue, ... -
08:55 PM Feature #578: add method to disassemble Proc objects
- =begin
Would it be possible for somebody to commit this? Do we need more approval?
Thanks.
-r
=end
-
10:18 PM Bug #2181 (Closed): Segmentation fault for test/drb/* -- possible bug in Marshal/GC
- =begin
After changeset r25230 in marshal.c I see some segfaults (at various places)when running make test-all or on... -
10:04 PM Bug #2179: 1.9.2において block のスコープがおかしいときがある
- =begin
いまいです。
From: 益隆 三村 <redmine_at_ruby-lang.org>
Date: Tue, 6 Oct 2009 21:14:10 +0900
> rubyspecを流しているときに... -
09:14 PM Bug #2179 (Closed): 1.9.2において block のスコープがおかしいときがある
- =begin
rubyspecを流しているときに気づいたのですが、
ruby1.9.2 の trunk(rev 25243) にて blockのスコープが正しく動いてないように見えます。
# 対応するrubyspecは co... -
08:56 PM Feature #1045: nicer icon for ruby.exe
- =begin
You can close this ticket, as well. Distributors can come up with their own icons I suppose :)
-r
=end
-
07:56 PM Bug #2178 (Closed): in gem_prelude.rb: encoding error
- =begin
When running the head ruby with a home directory that does contain non-ASCII characters, line 75 of gem_prelu... -
07:44 PM Bug #1776 (Closed): make fails when compiling socket
- =begin
We haven't observed this problem for a long time anymore, so I think this bug should be closed.
=end
-
03:58 PM Revision a1205690 (git): * string.c (rb_str_upto): RDoc updated. a patch from Nobuhiro
- IMAI <nov at yo.rim.or.jp> in [ruby-dev:39440]. [ruby-dev:39439]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... - 03:31 PM Revision 69c63f76 (git): * 2009-10-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:31 PM Revision cb0244a0 (git): * 2009-10-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 PM Revision 230411ca (git): * lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.
- (Resolv::DNS::ConnectedUDP#initialize): specify is_ipv6 argument of
bind_random_port.
[ruby-core:25970]
git-svn... -
03:31 PM Revision 095e133c (git): * lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.
- (Resolv::DNS::ConnectedUDP#initialize): specify is_ipv6 argument of
bind_random_port.
[ruby-core:25970]
git-svn... -
01:07 PM Revision e1797bc7 (git): * lib/delegate.rb (Delegator::public_api): take snapshot of
- public method at the beginning time.
* lib/delegate.rb (SimpleDelegator#initialize): use
Delegator.public_api sinc... -
12:31 PM Revision 1c544fcc (git): * io.c (io_reopen): avoid close if possible.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:25 AM Bug #2171 (Open): Kernel#respond_to_missing? Invoked for Unimplemented Methods
- =begin
=end
-
08:30 AM Bug #2171: Kernel#respond_to_missing? Invoked for Unimplemented Methods
- =begin
Actually, i pasted wrong patch in previous message.
This one is working and does not break as much -- u... -
07:55 AM Bug #2171: Kernel#respond_to_missing? Invoked for Unimplemented Methods
- =begin
This update introduced some strange/broken behaviour of RSS parser -- test/rss/ were severely failing.
I... -
10:07 AM Revision d1521f4b (git): * struct.c (rb_struct_select): Struct#select should return
- enumerator when no block given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25243 b2dd03c8-39d4-4d8f-98ff-823f... -
05:46 AM Revision 516aa726 (git): * **/*.ja: set mime-type charset.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 5ef0d9c7 (git): * **/*.ja: set mime-type charset.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/05/2009
-
09:40 PM Bug #2176: [rubygems] $LOAD_PATH includes bin directory
- =begin
On Mon, Oct 5, 2009 at 2:20 PM, Rick DeNatale <[email protected]> wrote:
> On Sun, Oct 4, 2009 at 11:4... -
09:20 PM Bug #2176: [rubygems] $LOAD_PATH includes bin directory
- =begin
On Sun, Oct 4, 2009 at 11:47 PM, Nobuyoshi Nakada <[email protected]> wrote:
> Hi,
>
> What is the reason... -
12:47 PM Bug #2176 (Closed): [rubygems] $LOAD_PATH includes bin directory
- =begin
Hi,
What is the reason that bin is needed in $LOAD_PATH? AFAIK,
bin directory is for executable files... - 09:29 PM Revision 3daae0f0 (git): * 2009-10-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:29 PM Revision d8812e2a (git): * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***
- 'tags' option of a TkcItem object gives a list of TkcTag objects.
* ext/tk/lib/tkextlib/vu/dial.rb: fix logical bug.
... - 09:29 PM Revision fd36be89 (git): * 2009-10-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:29 PM Revision cb732bbb (git): * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***
- 'tags' option of a TkcItem object gives a list of TkcTag objects.
* ext/tk/lib/tkextlib/vu/dial.rb: fix logical bug.
... -
08:22 PM Feature #2170 (Rejected): Visibility Predicates for Method Objects
- =begin
=end
-
12:34 PM Feature #2170 (Closed): Visibility Predicates for Method Objects
- =begin
=end
-
05:48 AM Feature #2170: Visibility Predicates for Method Objects
- =begin
Feel free to close.
=end
-
02:35 PM Revision 40229f89 (git): * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro
- calls inside of the loop by keeping pointers in local
variables. a patch from Masahiro Kanai (CanI) in [ruby-dev:39... -
11:27 AM Revision c984f771 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:07 AM Bug #2171 (Closed): Kernel#respond_to_missing? Invoked for Unimplemented Methods
- =begin
Applied in changeset r25234.
=end
10/04/2009
-
10:27 PM Bug #1865 (Closed): uninitialized class variable @@accept_charset in CGI
- =begin
Applied in changeset r25231.
=end
- 05:06 PM Revision c03265d8 (git): * 2009-10-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:05 PM Revision e3fc29a7 (git): * vm_method.c (basic_obj_respond_to): should not call
- #respond_to_missing? for not implemented methods.
[ruby-core:25909]
* vm_method.c (rb_method_boundp): returns exce... - 02:08 PM Revision 993f3d5d (git): add reference ML numbert to Changelog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:00 PM Revision fce5570f (git): * lib/cgi.rb (CGI.unescapeHTML): fix for hex values 80-FF,
- single-byte hex entity encodings from 80-FF are valid HTML.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub... -
01:40 PM Feature #1905: How about IPAddr#<=> to take care of mask_addr?
- =begin
いまいです。
From: "Akinori MUSHA" <knu_at_iDaemons.org>
Date: Sun, 27 Sep 2009 12:00:48 +0900
>> > * アドレスが同... - 01:25 PM Revision 0e260ef1 (git): * lib/cgi/cookie.rb: add default value to @@accept_charset
- if have not defined. [ruby-dev:38987]
* lib/cgi/util.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25... -
10:30 AM Revision bf40bc68 (git): * marshal.c (struct {dump,load}_arg): manage with dfree, instead
- of using local variable which may be moved by context switch.
[ruby-dev:39425]
git-svn-id: svn+ssh://ci.ruby-lang... -
10:30 AM Revision f6f89b88 (git): * marshal.c (struct {dump,load}_arg): manage with dfree, instead
- of using local variable which may be moved by context switch.
[ruby-dev:39425]
git-svn-id: svn+ssh://ci.ruby-lang... -
06:00 AM Revision f517fb54 (git): * pack.c (NATINT_LEN, pack_pack): suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:44 AM Revision 45306441 (git): wrap by a module.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:01 AM Revision c3721fdc (git): * lib/rubygems.rb (Gem::binary_mode): binary mode uses binary
- encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:59 AM Revision 47dfb32c (git): * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):
- escaped meta charater.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:55 AM Revision da63c5ca (git): * test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] before
- installation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:53 AM Revision 57940c03 (git): * test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."
- is no longer included in $LOAD_PATH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25224 b2dd03c8-39d4-4d8f-98f... -
12:47 AM Bug #2173 (Closed): rake missing rake/contrib/*
- =begin
Applied in changeset r25214.
=end
-
12:00 AM Revision ea56a70e (git): add assertion message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom