Activity
From 09/14/2009 to 09/20/2009
09/20/2009
-
07:30 PM Bug #2118 (Closed): SUN の cc (SunStudio11 C 5.8 コンパイラ) で dir.c のコンパイルに失敗する
- =begin
Applied in changeset r25002.
=end
-
07:24 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Just information for someone see this,
FreeBSD 7.2 can fork when pthreads doesn't run.
So in trunk, stop timer thread then fork and restart timer.
=end
-
06:00 PM Bug #1787 (Closed): URI ライブラリの正規表現パターン
- =begin
とりあえずこの話は片付いたと思われるのでcloseします。
=end
-
05:55 PM Feature #2126 (Closed): ruby_init_stack() - add ability to specify or query max_stack_size
- =begin
Hello,
== Background ==
I am embedding Ruby 1.9 inside a callback function of a C program (a Verilog
simulator, to be precise):
1. The first time when the callback function is called, I will initialize Ruby
... -
04:29 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
Hi,
On Sat, Sep 19, 2009 at 1:04 AM, Charles Oliver Nutter
<headius@headius.com> wrote:
> On Sat, Sep 19, 2009 at 12:28 AM, Joel VanderWerf
> <vjoel@path.berkeley.edu> wrote:
>> Perhaps it should be the responsibility of u... -
03:07 PM Revision cd4f59bc (git): * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):
- improved precision and performance. based on a patch from Makoto
Yamashita in [ruby-core:25600] and [ruby-core:25602].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:17 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Sorry to be late to the party on this one.
It is important to remember that a Float is always an approximation.
1.0 has to be understood as 1.0 +/- EPSILON, where the EPSILON is platform dependent. 1.0 is not more equal... -
11:17 AM Bug #1885 (Closed): Proper comparison of recursive Struct & Range
- =begin
Applied in changeset r25010.
=end
-
07:27 AM Revision 970ec9c0 (git): * lib/cgi/cookie.rb: fixed indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:14 AM Revision 7e41fabc (git): * 2009-09-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:14 AM Revision 0ebfc134 (git): * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures [ruby-core:24759]
- * range.c (range_eq, range_eql): ditto for ranges
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:53 AM Revision 6092bb2a (git): * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/19/2009
-
05:07 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
On Sat, Sep 19, 2009 at 1:01 AM, Charles Oliver Nutter
<headius@headius.com> wrote:
> integral division in your program changes wildly. It should not be
> possible for any library to undermine the basic mathematical
> expecta... -
05:04 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
On Sat, Sep 19, 2009 at 12:28 AM, Joel VanderWerf
<vjoel@path.berkeley.edu> wrote:
> Perhaps it should be the responsibility of users of numeric operators to
> #floor explicitly when that is the intent, rather than rely on the... -
02:08 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
One correction; 'quo' is broken in that it returns 0.333333333... in the default case and "1/3" in the mathn/rational case. These values are also of different magnitude, since 1/3 cannot be represented exactly in a floating point... -
02:07 PM Bug #2121 (Closed): mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
I've known this for a while, but only now realized this is actually a terrible bug.
The mathn library replaces Fixnum#/ and Bignum#/ causing them to return a different value. When the result of a division is not an integral... -
08:46 AM Revision 8892dd72 (git): * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in
- rb_w32_sysinit(), before object space initialization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:33 AM Revision a1485dbe (git): * dir.c (GlobPathValue), file.c (rb_get_path_check): path names
- must be ASCII compatible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:08 AM Feature #2013: [PATCH] a = *b calls b.*@
- =begin
=end
-
05:58 AM Feature #1089 (Open): Stable sorting for sort and sort_by
-
05:55 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- =begin
I believe this could be useful.
#members might be a better name, because it is similar in role to Struct.members
The problem is that any new method is a potential compatibility break. #__members__ ?
=end
-
05:47 AM Feature #1431: Object#__class__
- =begin
-1 because:
a) __class__ is more keystrokes (if you count the shift key)
b) self.class is clear (and exists currently)
c) I feel that __something__ should ideally be reserved for special cases; self.class isn't. I am awa... -
01:59 AM Bug #2053 (Closed): `for` No Longer Splats When RHS Returns More Values Than LHS Expects
- =begin
=end
09/18/2009
-
11:57 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Applied in changeset r25001.
=end
-
07:38 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Resemble bug happened on trunk r25000, running on Debian GNU/Linux lenny i386.
a = "\x82\xa0".force_encoding("Windows-31J")
b = "\x82\xa2".force_encoding("Windows-31J")
str = Marshal.dump [ /#{a}/, /#{b}/ ]
put... -
08:49 PM Bug #2118 (Closed): SUN の cc (SunStudio11 C 5.8 コンパイラ) で dir.c のコンパイルに失敗する
- =begin
Solaris10 上の Sun Studio 11 C 5.8 コンパイラにて trunk r25000 の
コンパイルに失敗します。
$ ./configure --prefix=/XXXXX/testruby/sparc/trunk-25000_64cc \
MAKE=/usr/local/64/bin/make \
CC=/opt/SUNWspro/bin/cc \
CXX=/opt/SUNWspro/bin... -
07:57 PM Feature #2117 (Closed): Binding to a class, a method from the class's superclass's metaclass, fails
- =begin
I guess the best way to explain this is with an example:
>> class A; def self.foo; 'bar'; end; end
=> nil
>> class B < A; end
=> nil
>> A.method(:foo).unbind.bind(B)
TypeError: singleton method called for a differe... -
03:46 PM Bug #2050 (Open): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
$ ./ruby -v -
ruby 1.9.2dev (2009-09-18 trunk 24985) [i386-darwin9.8.0]
a=Hash.new{[]}
b=2,3
p a[:x]<<=[*b,1]
-:3:in `[]': wrong number of arguments(2 for 1) (ArgumentError)
from -:3:in `<main>'
=end
-
03:42 PM Revision bdde5117 (git): * string.c: added rdocs for symbol.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision ffcd041c (git): * string.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision 01826ed8 (git): * 2009-09-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 21367ae0 (git): * include/ruby/ruby.h (rb_type): forward declaration to suppress a
- warning. a patch from Naohisa Goto at [ruby-dev:39350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:59 PM Revision 06e52ba5 (git): * dir.c (GlobPathValue): adjust return types. based on a patch
- from Naohisa Goto at [ruby-dev:39350].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:51 PM Revision 1aa21e63 (git): * marshal.c (r_object0): entry regexp object before its encoding
- name. [ruby-core:25625]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:36 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
タイミングが悪かったのでもう一度reopen。
include する順番によって include したクラスと Object の間に FileUtils が入ったり入らなかったりするのも問題の原因の一つだと思うのですが、どうでしょうか。
% ruby-trunk -r fileutils -e '
class C1
p ancestors ... -
07:17 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils) - =begin
Applied in changeset r24987.
=end
-
07:11 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
後半の件についてテストを追加したので reopen します。
% ruby-trunk test/fileutils/test_fileutils.rb -n test_rm_f
Loaded suite test/fileutils/test_fileutils
Started
.
Finished in 0.014927 seconds.
1 tests, 15 assertions, 0 failures, 0 ... -
06:37 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
Applied in changeset r24984.
=end
-
06:25 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
rm_f の引数の意味が FileUtils.rm_f と mkmf.rb の rm_f で違うため、
mkmf と rake が require されていると test_rm_f が mkmf.rb の
rm_f で Dir[*files] の files が配列の配列になっていてエラーになります。
rm_f の違いとしては FileUtils.rm_f は
rm_f(list, options = {})
で複数ファイルは... -
07:29 AM Revision d36c76dc (git): * common.mk (eval.o): needs vm.h.
- * eval.c (ruby_cleanup): destruct current VM before exit.
* gc.c (rb_objspace_free): free object space.
* vm.c (ruby_vm_destruct): destruct and free VM struct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25000 b2dd03c8-39d4-4d8... -
07:15 AM Revision 86868409 (git): * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()
- on op_asgn was inversed. [ruby-core:25629] [Bug #2050]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:06 AM Revision 6200f424 (git): * dir.c (GlobPathValue): glob allows null bytes as separators.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:45 AM Revision 519efacd (git): * win32/win32.c (rb_w32_select): wait specified time on select.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:44 AM Revision 4f8b1505 (git): * win32/win32.c (rb_w32_select): wait specified time on select.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:32 AM Revision d662b55e (git): * 2009-09-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:32 AM Revision a9f65bbd (git): * win32/win32.c (rb_w32_select): on 1.8, we don't need to poll sockets,
- because our select is never called from multiple threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:59 AM Feature #1596: GC.time
- =begin
=end
-
04:57 AM Feature #1493: [patch] lex_state as bit field / IS_lex_state() macro
- =begin
=end
-
04:53 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
=end
-
04:52 AM Feature #1395: Steppable Kernel::eval
- =begin
=end
-
04:49 AM Feature #1374: location of already initialized constant
- =begin
=end
-
04:48 AM Feature #1358: net/http has no TRACK method - here's a patch
- =begin
=end
-
04:45 AM Feature #1349: Net::SMTP open_message and send_message always require from_addr, *to_addrs
- =begin
=end
-
04:41 AM Feature #1316: Phasor.rb: Complex number class using polar coordinates
- =begin
=end
-
04:40 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
=end
-
04:29 AM Feature #1211: nested loop construct
- =begin
=end
-
04:26 AM Feature #1201: Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
=end
-
04:25 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
=end
-
04:23 AM Feature #1153: Enumerable#uniq
- =begin
=end
-
04:22 AM Feature #1122: request for: Object#try
- =begin
=end
-
04:21 AM Feature #1102: Prepend Module
- =begin
=end
-
04:19 AM Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
-
04:18 AM Feature #1193: Justified Error Messages
- =begin
=end
-
04:13 AM Feature #2010: autoset http response encoding
- =begin
=end
-
04:12 AM Feature #1823: Readline Command Completion
- =begin
=end
-
04:11 AM Feature #1832: irb -w
- =begin
=end
-
04:10 AM Feature #1800: rubygems can replace system executable files
- =begin
=end
-
02:20 AM Revision f2b68df4 (git): * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision d7f76f84 (git): * doc/re.rdoc: use rdoc mode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision 96ac1948 (git): * misc/rdoc-mode.el: added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 AM Revision 2f2d213f (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
- RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:02 AM Revision 0e62186d (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
- RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:02 AM Revision 70f03998 (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables
- are delimited by a semicolon. supported Vim style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/17/2009
-
10:08 PM Revision 263abf29 (git): * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 PM Revision 44cbd89f (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 PM Revision 12fc299a (git): * dir.c (push_glob): str should be a string always.
- * dir.c (rb_push_glob, dir_globs): use #to_path to convert non-
string values. cf. [ruby-dev:39345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:36 PM Revision 80464f8f (git): * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.
- [ruby-dev:39345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:34 PM Revision 9312426c (git): * lib/mkmf.rb (create_header): open in binmode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Hi,
In message "Re: [ruby-core:25625] [Bug #2109] Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243"
on Thu, 17 Sep 2009 17:31:25 +0900, Stefano Crocco <redmine@ruby-lang.org> writes:
... -
05:31 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
In ruby 1.9.1-p243, attempting to dump and load again an array containing two or more Regexps gives an error. For example, the following code:
str = Marshal.dump [/a/, /b/]
Marshal.load str
gives this error:
prov... -
02:03 PM Bug #1532: Improved matrix.rb [patch]
- =begin
Here is my previous patch simplified and broken down in 6 successive patches (a-f)
*** Summary ***
The following changes are completely compatible for code that used the library in a mathematically sound manner. Potenti... -
02:03 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
=end
-
09:34 AM Revision 0cb17717 (git): * gc.c (vm_xrealloc): free as like standard free if size is zero.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision c8c6fde5 (git): * eval_intern.h: use rb_node_newnode() directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 AM Feature #1882: MatchData#==
- =begin
+ if (!rb_reg_equal(RMATCH(match1)->regexp, RMATCH(match2)->regexp)) return Qfalse;
Is this really what we want here? Do we really care if the source Regexp is the same?
m1 = /(foo?)(bar)/.match("fobar")
m2 = /(fo... -
06:03 AM Revision 554e9a83 (git): * blockinlining.c: removed.
- * README.EXT: ditto.
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:33 AM Revision 73b865bd (git): * eval.c (rb_thread_start_0, rb_thread_start_1): should call start
- timer after added new thread to thread list. [ruby-core:25613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:51 AM Revision 76fa0d66 (git): * thread.c: added rdocs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:50 AM Revision a289f7a4 (git): * thread.c (rb_thread_s_debug_set): set level, not only boolean.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 AM Revision c922e508 (git): * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc
- files.
* doc/re.rdoc: renamed from re.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:06 AM Revision 5a45c08e (git): * doc/re.rb (Regexp): not under Doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 AM Revision 43a0a681 (git): * doc/re.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
On Ruby 1.9.1 and FreeBSD7.2 fork doesn't work.
But on ruby 1.9.2dev (2009-09-16 trunk 24965) [x86_64-freebsd7.2], fork works.
I don't know why.
=end
-
12:40 AM Revision 63c7ca40 (git): * doc/re.rb: New document for Ruby's fork of Oniguruma.
- written by Run Paint Run Run [ruby-core:25420]
* re.c: import document in doc/re.rb.
* .document: add doc/re.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/16/2009
- 09:25 PM Revision 5a52a755 (git): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:19 PM Revision 433cd0e0 (git): * 2009-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:19 PM Revision b9c7e6b0 (git): * lib/matrix.rb: Optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:04 PM Revision 6023a79d (git): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:02 PM Revision d09cde18 (git): * lib/matrix.rb: Optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:11 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
Thanks for reply. It seems this issue is resolved on FreeBSD 7.2 for anyone who stumbles upon this :-)
=end
- 03:36 PM Revision 56070dbb (git): * 2009-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 PM Revision 87105a7d (git): * time.c (time_mdump): error message refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 PM Bug #1531 (Closed): Matrix#determinant fails on some matrices
- =begin
Applied in changeset r24949.
=end
-
10:33 AM Revision 5529a032 (git): * test/ruby/test_thread.rb (TestThread#test_recursive): remove
- implementation dependent test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 08:43 AM Revision 89c3fbd1 (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:42 AM Revision 2b222204 (git): * win32/Makefile.sub (config.status): install-capi needs docdir. And,
- mandir, infodir and ridir are also depend on datadir like docdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 08:26 AM Revision 684115fa (git): * lib/matrix.rb (Matrix#/): Fix was is obviously a bug
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:24 AM Revision 405cfda0 (git): * lib/matrix.rb (Matrix#/): Fix obvious bug
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:06 AM Revision e353346e (git): * win32/Makefile.sub: sorry, typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:00 AM Revision 8b70b928 (git): * win32/Makefile.sub (DOCTARGETS): rdoc is default.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:51 AM Revision ce897307 (git): * eval.c (rb_thread_start_timer): start to catch SIGVTALRM together
- with timer thread. [ruby-core:25606]
* eval.c (rb_thread_atfork): stop timer thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:27 AM Revision 4a21a410 (git): * win32/Makefile.sub: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:20 AM Revision 99b41f38 (git): * configure.in (CAPITARGET): enable iff doxygen is available.
- * configure.in (INSTALLDOC): enable if rdoc or doxygen are enabled.
* common.mk (docs): target to make documents.
* Makefile.in, win32/Makefile.sub (install-{all,nodoc}): trigger
by $(INSTALLDOC) from install.
git-svn-id: svn+ssh:/... - 07:18 AM Revision 7239e8e0 (git): * lib/matrix.rb: fix previous optimization
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:17 AM Revision 193a7db4 (git): * lib/matrix.rb: fix previous optimization
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #1852 (Closed): Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Applied in changeset r24943.
=end
-
05:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25603] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive Values are Present"
on Wed, 16 Sep 2009 05:36:25 +0900, Marc-Andre Lafortune <redmine@ruby-lang.org> writes:
|It ... -
05:36 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
It turns out that Nobu had already a patch that changed rb_catch_obj to be exactly like my rb_catch_func but he never got the time to commit it. He also pointed out a small C90 compatibility issue.
After this change, exec_r... - 06:02 AM Revision eda7e396 (git): * lib/matrix.rb (Scalar#/): fix bug whereby (any numeric)/(any Matrix) would raise an error
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:01 AM Revision 88a5c7a8 (git): * lib/matrix.rb: Fix typos in doc and indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:39 AM Revision 8622d4ba (git): * 2009-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:39 AM Revision 4b4dc980 (git): * lib/matrix.rb: trivial optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 AM Revision 52c3721a (git): * lib/matrix.rb (determinant): Bug fix where determinant failed on some matrices [ruby-core:23597]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 AM Revision c3db24a4 (git): * lib/matrix.rb: Fix typos in doc and indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:36 AM Revision 9d363844 (git): * lib/matrix.rb: trivial optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:16 AM Revision af424b17 (git): * template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 AM Revision 43be7b67 (git): * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 AM Revision e0976d1a (git): * common.mk (main): makes also encs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Feature #2102 (Closed): String#inspect as default_internal encoding
- =begin
String#inspect の結果は特定のエンコーディングに揃えるようにしませんか。
現在の inspect は異なるエンコーディングを持つ文字列でも何も考えず結合を試み、
結果 EncodingCompatibilityError が上がったとしても気にしない、
というものになっています。
しかし、inspect は irb や p など、とりあえずオブジェクトの中身を概観したい、
という時に使われるものなのに、異なる...
09/15/2009
- 09:30 PM Revision 1796522f (git): * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to short-circuit to the outermost level in case of recursion
- * test/ruby/test_thread.rb (test_recursive_outer): Test for above
* hash.c (rb_hash_hash): Return a sensible hash for in case of recursion [ruby-core:24648]
* range.c (rb_range_hash): ditto
* struct.c (rb_struct_hash): ditto
* array.... - 09:18 PM Revision 6a54d4b6 (git): * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete function rb_iterate.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 PM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
Hello all,
Sorry but I couldn't test all stuff published on this forum <http://www.ruby-forum.com/topic/193040#841466> just because am I out of office for some holiday ;<)
That said, I couldn't read comments because my ... - 03:42 PM Revision dad5135d (git): * 2009-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:42 PM Revision 1e69e441 (git): * README.ext: fine tuning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 2c7d6b50 (git): * configure.in (--enable-frame-address): removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
I wanted to use rb_catch_obj at first but I saw the following issues:
1) rb_catch_obj sends :catch to nil. If for some strange evil purpose catch was redefined by the user (in Kernel, Object or as a singleton method of nil),... -
02:51 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25543] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive Values are Present"
on Sun, 13 Sep 2009 14:46:43 +0900, Marc-Andre Lafortune <redmine@ruby-lang.org> writes:
|Her... - 06:33 AM Revision e98bfc16 (git): * win32/Makefile.sub (RDOCTARGET): the meaning of this macro was changed
- at r24923.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:30 AM Revision 840fd72f (git): * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this
- macro was changed at r24923.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:16 AM Revision 18ffdcf7 (git): * common.mk (install-rdoc), configure.in (RDOCTARGET): removed
- circular dependency. [ruby-dev:39339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:16 AM Revision 4d3dac97 (git): * common.mk (install-rdoc), configure.in (RDOCTARGET): removed
- circular dependency. [ruby-dev:39339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:11 AM Revision e455e85f (git): * win32/configure.bat: need a space before a tab to output the tab by
- echo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:27 AM Revision a8154060 (git): Use rb_isspace for ASCII-incompatible strings.
- * string.c (rb_str_split_m): use rb_isspace when the string
may be ASCII-incompatible.
(rb_str_lstrip_bang): ditto.
(rb_str_rstrip_bang): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24934 b2dd03c8-39d4-4d8f-98ff-823fe... -
03:17 AM Feature #2093 (Closed): String#stripの対象は\sか[:space:]か
- =begin
Applied in changeset r24926.
=end
-
03:06 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39336] Re: [Feature #2093] String#stripの対象は\sか[:space:]か"
on Tue, 15 Sep 2009 02:56:04 +0900, Yukihiro Matsumoto <matz@ruby-lang.org> writes:
||現在、String#strip は rb_enc_isspace を使っ... -
02:56 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39322] [Feature #2093] String#stripの対象は\sか[:space:]か"
on Sun, 13 Sep 2009 02:25:08 +0900, Yui NARUSE <redmine@ruby-lang.org> writes:
|現在、String#strip は rb_enc_isspace を使っています。
|つま... -
03:12 AM Revision c59abe41 (git): * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after real
- target CPU is set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:01 AM Revision f9b71b88 (git): * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU after
- AC_PROG_CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:48 AM Revision 07f8c878 (git): * common.mk (install-all): target to install all.
- * instruby.rb: merged from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/14/2009
-
09:43 PM Revision 3c4380ad (git): * tool/rbinstall.rb (parse_args): show help message and exit if
- rbconfig could not load.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:24 PM Revision 68d8a2a4 (git): * common.mk (install-all): target to install all.
- * tool/rbinstall.rb (parse_args): accept all install targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:51 PM Feature #2080: Proc#to_source, Method#to_source
- =begin
2009年9月11日2:43 SASADA Koichi <ko1@atdot.net>:
> 私も便利だと思うんですが、ちょっと便利すぎだし、仕様の検討も、凄く自由
> 度のあるわりに議論が十分ではないので 1.9.3 を目指して議論するといいと思
> うんですが、どうでしょうか(つまり、2ヶ月で収束するとは思えません)。
明らかに後から足しても困らないものではあるので、ゆっくり仕様を練りますか。
> たとえば、Rails だと... -
07:25 PM Revision 265384ae (git): * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:25 PM Revision 6b34fa44 (git): * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:10 PM Revision 4fadea5a (git): * 2009-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 PM Revision 5860ba54 (git): * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]
- * string.c (rb_str_rstrip_bang): ditto.
* string.c (rb_str_split_m): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:39 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
use Process.spawn.
=end
-
03:23 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
=end
-
03:19 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
At Mon, 14 Sep 2009 14:16:11 +0900,
robert gleeson wrote in [ruby-core:25564]:
> I'm not sure if a fix should be applied via patches to the
> FreeBSD port of ruby or in ruby itself, but on Ruby
> 1.9.1(patchlevel 129) ... -
02:16 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
Hi,
I'm not sure if a fix should be applied via patches to the FreeBSD port of ruby or in ruby itself, but on Ruby 1.9.1(patchlevel 129) you cannot fork a process.
irb(main):002:0> Process.fork
NotImplementedError: f... -
04:09 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
> Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
They're nothing compared to the full XML dump (~130MB). ;-)
> So you can use XML dump :-)
Well given that I've written the script now, I guess it do... -
03:52 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/14 10:43, Yui NARUSE wrote:
> Issue #2095 has been updated by Yui NARUSE.
>
> Status changed from Open to Closed
>
> ok I close this.
>
> Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
Pl... -
03:41 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/13 9:21, Run Paint Run Run wrote:
> Bug #2095: Oniguruma No Longer Understands Unihan Characters
> http://redmine.ruby-lang.org/issues/show/2095
>
> Author: Run Paint Run Run
> Status: Open, Priority: High
> ... -
10:43 AM Bug #2095 (Closed): Oniguruma No Longer Understands Unihan Characters
- =begin
ok I close this.
Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
So those source data shouldn't be bundled with Ruby, and download by enc-unicode.rb when it runs and uset them.
So you can use XML dump ... -
09:31 AM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
Having re-written said script I discovered that my initial analysis was wrong; there is no bug. This ticket can be closed. I apologize. :-/
=end
-
11:44 AM Bug #140 (Closed): [PATCH] Set#== performance improvement
- =begin
Applied in changeset 24910
=end
-
08:37 AM Bug #447 (Closed): [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
- =begin
Applied in changeset r24915.
=end
-
07:57 AM Revision 9f5870b2 (git): * svn:ignore, .gitignore: ignore id.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:40 AM Bug #2050 (Closed): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
Applied in changeset r24761.
=end
-
07:39 AM Revision 4f041daf (git): * debug.c, parse.y: fixed types.
- * node.h (nd_line): limit to int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:37 AM Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
- =begin
Applied in changeset r24912.
=end
-
05:34 AM Bug #1665 (Closed): Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
Duplicate of http://redmine.ruby-lang.org/issues/show/1665
=end
-
02:23 AM Revision c206448c (git): * configure.in, common.mk, */configure.bat (rdoc): make before
- install if rdoc is enabled. [ruby-dev:39325]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:23 AM Revision 3ab03a23 (git): * configure.in, common.mk, */configure.bat (rdoc): make before
- install if rdoc is enabled. [ruby-dev:39325]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:10 AM Revision 02ea2f35 (git): * common.mk (check-ruby): run all test of ruby itself.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 AM Revision d937bbe9 (git): * win32/configure.bat: keep old makefile with renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 AM Revision 976c4de3 (git): * common.mk (check-ruby): run all test of ruby itself.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision e4259b7c (git): * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for
- special constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:11 AM Revision 011776b4 (git): * string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint
- because we already knew char is found and got length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:01 AM Revision d8e8849e (git): * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),
- (LONG2NUM, ULONG2NUM, NUM2CHR): get rid of backward references of
macros. the code couldn't compile by VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:00 AM Revision f01c8d77 (git): stopdoc Tempfile::Remover.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e