Activity
From 09/09/2010 to 09/15/2010
09/15/2010
-
11:30 PM Revision 4f98aa2b (git): * sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyuki
- Chikanaga at [ruby-core:32395], and a patch from Daniel
Bovensiepen at [ruby-core:32403].
git-svn-id: svn+ssh://ci... -
11:27 PM Revision afd241f7 (git): * ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR.
- [ruby-core:32394]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:49 PM Bug #3829: [doc] String#% and a hash
- =begin
In r29254 documentation for snprintf actually uses String#%.
Index: sprintf.c
========================... -
07:37 AM Bug #3829 (Closed): [doc] String#% and a hash
- =begin
This issue was solved with changeset r29254.
Daniel, thank you for reporting this issue.
Your contribution ... -
02:23 AM Bug #3829 (Closed): [doc] String#% and a hash
- =begin
String#% can also be used together with a Hash. The documentation is missing this point. This patch is adding... -
10:03 PM Bug #3832 (Closed): Etc.sysconfig contains "$(DESTDIR)" when ./configure is called with --sysconfdir=
- =begin
When the Ruby source files are configured for compilation with ./configure and the --sysconfdir= parameter is... -
09:08 PM Revision d0e9ac15 (git): * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:01 PM Bug #3830 (Closed): ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
- =begin
濱野と申します。
ruby-list:47391 からはじまるスレッドで尋ねた Ruby 1.9.2-p0 における
Net::Telenet の不具合について報告させて頂きます。
ruby-1.9.... -
04:14 PM Revision ef5948f0 (git): Update NEWS to add about License.
- On backporting License change, r29262 and r29265 should be backported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
03:40 PM Revision 84842f77 (git): Add BSDL file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 PM Revision 2fe39b88 (git): * ext/readline/extconf.rb: Remove Readline 6 check because
- Ruby's license is now GPLv3 compatible. [ruby-core:28736]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29264 b2... - 03:35 PM Revision 1c96fb43 (git): * 2010-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 PM Revision 2cd6800f (git): * COPYING: change Ruby's License from a dual license with GPLv2
- to a dual license with 2-clause BSDL.
[ruby-dev:42166] [ruby-core:31971]
[ruby-dev:39167] [ruby-core:25272]
* CO... -
12:07 PM Revision 363ed27f (git): * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:56 AM Revision cc9b6ba6 (git): reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&group_id=1040
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 AM Revision 6bab4ea9 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):
- should properly ignore MiniTest::Skip
* lib/minitest/unit.rb (MiniTest::Assertions::assert_raises):
... -
04:40 AM Revision 64beb15d (git): add ChangeLog entry for the previous one.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:37 AM Revision 0d58b7a4 (git): * test/net/imap/test_imap.rb: "localhost" not guaranteed to
- resolve to "127.0.0.1". On my machine it is "::1" instead.
The problem is, you have to connect to the imap... -
02:17 AM Bug #3828 (Closed): fiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
- =begin
This issue was solved with changeset r29249.
Jeremy, thank you for reporting this issue.
Your contribution ... -
02:11 AM Bug #3828 (Closed): fiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
- =begin
If you don't define DONT_USE_FFI_CLOSURE_ALLOC then you get crashes such as the ones at http://pastie.org/115... -
12:12 AM Revision 61ee785c (git): * io.c (rb_io_puts): fix for wide char encoding strings.
- [ruby-dev:42212]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/14/2010
-
11:26 PM Revision 3f4a73f0 (git): * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): suppress a
- warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:27 PM Revision 757f5bcb (git): * string.c (rb_str_times): mentioned about Hash argument. a patch
- from Daniel Bovensiepen at [ruby-core:32386].
* sprintf.c (get_hash): ditto, and fix typo.
git-svn-id: svn+ssh://... -
10:23 PM Revision f84f1644 (git): * ext/pathname/pathname.c (path_entries): Pathname#entries translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:54 PM Bug #3827 (Closed): ext/readline can't handle cursor keys and cp932 chars
- =begin
Ruby-1.9.2-p0のext/readlineと、GNU libreadline-4.3.2 (http://jarp.does.notwork.org/win32/)の組み合わせでカーソルキー、Home/En... -
06:22 PM Feature #3773: Module#parent
- =begin
Mainly I suggest it be added to core on the basis that 1) since we already have Module#name we might as well ... -
05:50 PM Bug #3781 (Assigned): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- =begin
=end
-
05:47 PM Bug #3787 (Feedback): TCPSocket.new() fails on IPv6 connections for IPV4/IPv6 hosts
- =begin
Cannot reproduce on my machine (Ubuntu lucid x86_64, no iptables entry, SELinux disabled).
* ruby 1.9.1p... - 05:33 PM Revision d3cc9662 (git): * 2010-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:33 PM Revision 62a7d796 (git): * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.
- Thanks Jeremy Evans! [ruby-core:32384]
Conflicts:
ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
05:32 PM Bug #3792 (Assigned): Procs created via Method#to_proc and Symbol#to_proc don't pass a block thru
- =begin
https://twitter.com/n0kada/status/23096074550
=end
-
05:26 PM Bug #3796: make check fails on powerpc64 linux
- =begin
Seems no one has a power64 environment to check this?
=end
-
05:22 PM Bug #3808 (Assigned): Minor rubygems test fix to fix cases where :format_executable => true by default
- =begin
=end
-
05:20 PM Feature #3814 (Rejected): Prime.prime?をC拡張にする
- =begin
いったんrejectします。Pure ruby版はまだ改良できます。まずはそちらの方向で頑張ってもらったほうが他の実装にも良いはず。
=end
-
05:20 PM Bug #3150: net/https peer verification doesn't do anything
- =begin
Workaround with rvm:
$ openssl version
OpenSSL 0.9.8l 5 Nov 2009
$ rvm package install openssl
... -
04:01 PM Bug #3150 (Assigned): net/https peer verification doesn't do anything
- =begin
=end
-
05:15 PM Bug #3815 (Rejected): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
=end
- 05:15 PM Revision d3a0629a (git): * 2010-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:15 PM Revision 204f8d68 (git): * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.
- Thanks Jeremy Evans! [ruby-core:32384]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29249 b2dd03c8-39d4-4d8f-98... -
05:13 PM Bug #3825 (Assigned): ENV.delete raise Exception on Windows
- =begin
=end
-
09:53 AM Bug #3825: ENV.delete raise Exception on Windows
- =begin
2010/9/14 Peter Weldon <[email protected]>:
> Issue #3825 has been updated by Peter Weldon.
>
>
> Kno... -
12:48 AM Bug #3825: ENV.delete raise Exception on Windows
- =begin
Knowing the value of GetLastError() after SetEnvironmentVariable() fails may give a clue. Can you try get tha... -
05:04 PM Feature #120 (Assigned): --enable-gc-malloc-stats
- =begin
=end
-
04:59 PM Feature #227 (Assigned): rb_scan_args() for keyword arguments
- =begin
=end
-
04:58 PM Feature #490 (Assigned): relayouting struct RNode
- =begin
=end
-
04:58 PM Feature #512 (Assigned): String#% behavior
- =begin
=end
-
04:56 PM Feature #546 (Assigned): String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
=end
-
04:55 PM Feature #583 (Assigned): TmpdirとTempfile
- =begin
=end
-
04:54 PM Bug #595 (Assigned): Fiber ignores ensure clause
- =begin
=end
-
04:53 PM Feature #614 (Assigned): instance_method(ancestor)
-
04:53 PM Feature #615 (Assigned): "with" operator
- =begin
=end
-
04:53 PM Feature #641 (Assigned): GC patch to cache the most recent heap for is_pointer_to_heap
- =begin
=end
-
04:52 PM Bug #655 (Assigned): Query part lost when using Net::HTTP.post_form function
- =begin
=end
-
04:52 PM Feature #679 (Assigned): Integer#to_s(:step=>3, :sep=>",") が欲しい
- =begin
=end
-
04:51 PM Feature #707 (Assigned): Documentation for Enumerator chaining
- =begin
=end
-
04:51 PM Feature #708 (Assigned): Lazy Enumerator#select, Enumerator#map etc.
- =begin
=end
-
04:49 PM Feature #749 (Assigned): String#indent, String#tabto, etc.
- =begin
=end
-
04:47 PM Feature #839 (Assigned): Add code on each line of a backtrace output to the screen
- =begin
=end
-
04:47 PM Feature #855 (Assigned): HTTP/1.1 fixes and other enhancements to webrick
- =begin
=end
-
04:47 PM Feature #908 (Assigned): Should be an easy way of reading N characters from am I/O stream
- =begin
=end
-
04:45 PM Bug #963 (Assigned): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
=end
-
04:45 PM Feature #973 (Assigned): EncDet again
- =begin
=end
-
04:44 PM Bug #982 (Assigned): stack level too deep for long Array initialization
- =begin
=end
-
04:39 PM Feature #1081 (Assigned): add File::write() convenience method
- =begin
=end
-
04:38 PM Bug #1162 (Assigned): Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
=end
-
04:38 PM Feature #1200 (Assigned): Possibility for using named and normal groups together in regular expressions
- =begin
=end
-
04:38 PM Feature #1201 (Assigned): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
=end
-
04:37 PM Feature #1218 (Assigned): New method needed to set and get the current recursion limit
- =begin
=end
-
04:36 PM Feature #1279 (Assigned): Add DTrace Probes
- =begin
=end
-
04:36 PM Bug #1297 (Assigned): Pathname#subの挙動について
- =begin
=end
-
04:36 PM Bug #1306 (Assigned): exception when exiting from IRB if test/unit is loaded
- =begin
=end
-
04:36 PM Feature #1316 (Assigned): Phasor.rb: Complex number class using polar coordinates
- =begin
=end
-
04:36 PM Bug #1329 (Assigned): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
=end
-
04:35 PM Bug #1341 (Assigned): pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
=end
-
04:35 PM Feature #1374 (Assigned): location of already initialized constant
- =begin
=end
-
04:34 PM Feature #1395 (Assigned): Steppable Kernel::eval
- =begin
=end
-
04:34 PM Bug #1396 (Assigned): Kernel.sleep fails with some Float values
- =begin
=end
-
04:34 PM Bug #1418 (Assigned): File.join repeats recursive array contents
- =begin
=end
-
04:33 PM Feature #1436 (Assigned): Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
=end
-
04:32 PM Bug #1562 (Assigned): r22674 should be backported to 1.8.6
- =begin
=end
-
04:27 PM Feature #1586 (Assigned): Including a module already present in ancestors should not be ignored
-
04:26 PM Feature #1591 (Assigned): DATA handle unusable in required modules
- =begin
=end
-
04:26 PM Feature #1628 (Assigned): GC.stat
- =begin
=end
-
04:25 PM Feature #1844 (Assigned): Immediates Should Not Respond to :dup
- =begin
=end
-
04:23 PM Feature #1880 (Assigned): Hash#flatten Doesn't Operate Recursively for Hash Values
- =begin
=end
-
04:22 PM Feature #1952 (Assigned): cannot stop with Ctrl+C
- =begin
=end
-
04:19 PM Feature #2013 (Assigned): [PATCH] a = *b calls b.*@
- =begin
=end
-
04:16 PM Feature #2080 (Assigned): Proc#to_source, Method#to_source
- =begin
=end
-
04:14 PM Bug #2121 (Assigned): mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
=end
-
04:11 PM Bug #2420: super call may use wrong receiver object
- =begin
Hi, can I close this?
=end
-
04:10 PM Feature #2447 (Assigned): reduce GC pressure by symbol table without String instance
- =begin
=end
-
04:09 PM Feature #2471 (Assigned): want to choose a GC algorithm
- =begin
=end
-
04:09 PM Feature #2509 (Assigned): Recursive freezing?
- =begin
=end
-
04:08 PM Feature #2567 (Assigned): Net::HTTP does not handle encoding correctly
- =begin
=end
-
04:06 PM Feature #2643 (Assigned): test/unit redefinition check of test_* method
- =begin
=end
-
04:05 PM Feature #2710 (Assigned): Kernel#load loads a relative path
- =begin
=end
-
04:04 PM Feature #2832 (Assigned): Vector#each and Enumerable
- =begin
=end
-
04:04 PM Feature #3067 (Assigned): complex.c : Question: why Complex#~ is disabled? It's in the doc
- =begin
=end
-
04:03 PM Feature #3072 (Assigned): Classes Inheriting from Data
- =begin
=end
-
04:02 PM Bug #3118 (Assigned): backport r25230 and r25995 to fix segfault
- =begin
=end
-
04:01 PM Bug #3137 (Assigned): complex.rb changes exceptions of Math
- =begin
=end
-
04:01 PM Bug #3167 (Assigned): RDoc issues in interactive mode
- =begin
=end
-
04:01 PM Feature #3176 (Assigned): Thread#priority= should actually do something
- =begin
=end
-
04:01 PM Feature #3219 (Assigned): assert now passes non-boolean result
- =begin
=end
-
04:00 PM Feature #3222 (Assigned): Can bignums have singleton class & methods?
- =begin
=end
-
04:00 PM Feature #3251 (Assigned): allow to unlock mutex locked by another thread
- =begin
=end
-
04:00 PM Feature #3289 (Assigned): Division of negative numbers
- =begin
=end
-
03:58 PM Bug #3353 (Assigned): Building 32-bit only on Snow Leopard (dylib failed to build)
- =begin
=end
-
03:58 PM Feature #3418 (Assigned): IO#putc Clobbers Multi-byte Characters
- =begin
=end
-
03:58 PM Bug #3434 (Assigned): Specs for coercion?
- =begin
=end
-
03:56 PM Feature #3622 (Assigned): Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
=end
-
03:56 PM Feature #3638 (Assigned): VM内データ構造へアクセスするマクロ
- =begin
=end
-
03:46 PM Bug #3752 (Assigned): ruby/dl and segmentation fault
- =begin
=end
-
03:46 PM Feature #3793 (Assigned): No test for OpenSSL::PKCS12
- =begin
=end
-
03:45 PM Feature #3809 (Assigned): allow multiple set_trace_func() calls
- =begin
=end
-
03:45 PM Bug #3817 (Assigned): current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
- =begin
=end
-
12:43 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
- =begin
I have since fixed my code and the Seg Fault has gone. I am a newbie so you will have to forgive any inaccur... -
11:35 AM Bug #3826 (Third Party's Issue): Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
- =begin
Everything that came up is below. I will take a snapshot of my code in case anyone wants it.
/usr/loca... -
11:18 AM Revision bf770999 (git): * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd and
- Pathname.pwd translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29248 b2dd03c8-39d4-4d8...
09/13/2010
-
11:40 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
On Mon, Sep 13, 2010 at 11:34 AM, Roger Pack <[email protected]> wrote:
> Issue #3607 has been updated b... -
11:31 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
update: installing rubygems from http://github.com/rubygems/rubygems onto a 1.9.2 distro results in the error... -
11:25 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
I just ran into this, as well [1]. I suppose it's a bug that needs to be fixed within rubygems proper, then?... -
10:13 PM Bug #3825: ENV.delete raise Exception on Windows
- =begin
Hi,
2010/9/13 Nobuyoshi Nakada <[email protected]>:
> Hi,
>
> At Mon, 13 Sep 2010 12:05:11 +0900,
> H... -
08:27 PM Bug #3825: ENV.delete raise Exception on Windows
- =begin
Hi,
At Mon, 13 Sep 2010 12:05:11 +0900,
Heesob Park wrote in [ruby-core:32353]:
> ENV.delete raises Inva... -
12:05 PM Bug #3825 (Closed): ENV.delete raise Exception on Windows
- =begin
ENV.delete raises Invalid argument Exception on Windows.
The error is due to trying SetEnvironmentVariab... -
08:28 PM Bug #3821 (Closed): UNIXSocket#send_io and multi-arch compiling
- =begin
Fixed with r29242.
=end
-
06:52 PM Bug #3821: UNIXSocket#send_io and multi-arch compiling
- =begin
Hi,
At Mon, 13 Sep 2010 02:49:33 +0900,
Caio Chassot wrote in [ruby-core:32341]:
> > > (All on OS X 10.6... -
02:48 AM Bug #3821 (Closed): UNIXSocket#send_io and multi-arch compiling
- =begin
It seems we have a problem with UNIXSocket#send_io when compiling for multiple archs. It showed up for me wh... -
08:14 PM Revision 6d9b5fdf (git): * ext/pathname/pathname.c (path_s_glob): Pathname.glob translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:17 PM Bug #3819 (Closed): [Patch] Fix mkmf error message typo
- =begin
This issue was solved with changeset r29241.
Peter, thank you for reporting this issue.
Your contribution t... - 04:02 PM Revision 1428b74f (git): * 2010-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:02 PM Revision 54886d08 (git): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:48 AM Revision 87874743 (git): * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:57 AM Revision ccd7af7e (git): * test/openssl/test_bn.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Revision 4c916ec8 (git): * ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of a
- bug in system header of darwin 9. [ruby-core:32341]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29242 b2dd03c... -
10:17 AM Bug #3820 (Closed): Float('0x0.') がエラーにならない
- =begin
This issue was solved with changeset r29239.
tadayoshi, thank you for reporting this issue.
Your contributi... -
09:54 AM Bug #3816 (Closed): OpenSSL::BN#prime?の引数の取り扱いがおかしい
- =begin
fixed at r29237
=end
-
09:11 AM Revision 3e86bd8f (git): * lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldon
- at [ruby-core:32327].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:58 AM Revision bed26965 (git): Make punctuation consistent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 AM Revision 2590d744 (git): * util.c (ruby_strtod): reject Float('0x0.').
- [ruby-dev:42239] Bug #3820
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:15 AM Revision 1973984f (git): Add ML ref [ruby-dev:42225] for r29237.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Revision 6ebb345d (git): * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison
- with rb_scan_args. Before this fix, OpenSSL::BN#prime?
is fully broken.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
09/12/2010
-
11:59 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
It looks to me as if rvm does do a clean build to me as when i delete, it deleted the ruby install, it delete... -
02:42 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
It seems that rvm doesn't clean build directory.
Clean build directory manually or report this to rvm.
=end
-
10:59 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
I ran with ruby 1.9.3dev (2010-09-12 trunk 29232) and got the same problem:
dyld: lazy symbol binding fa... -
09:52 PM Bug #3820 (Closed): Float('0x0.') がエラーにならない
- =begin
Float('0.') がエラーになることから考えて
Float('0x0.') はエラーになるべき。
=end
- 09:46 PM Revision f31eccfa (git): * 2010-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 PM Revision a335ded4 (git): * ext/pathname/pathname.c (path_writable_real_p):
- Pathname#writable_real? translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29235 b2dd03... -
09:24 PM Bug #3795 (Closed): Date._valid_civil? in 1.9.1 raises exception for some invalid dates instead of returning false
- =begin
=end
-
07:32 PM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
2010/9/12 NARUSE, Yui <[email protected]>:
>
> I agree with akr's patch; but URI#host should have a descrip... -
03:48 PM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
(2010/09/10 6:44), Tanaka Akira wrote:
> 2010/9/8 Adam Majer<[email protected]>:
>> Issue #3788 has bee... -
02:31 AM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
2010/9/10 Marcus Rueckert <[email protected]>:
> doesnt that mean you will need to fix all of the users of t... -
01:10 PM Bug #3812 (Closed): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
=end
-
01:09 PM Bug #3812 (Assigned): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
=end
- 12:24 PM Revision d50b19ff (git): * lib/date.rb: [ruby-core:32096] Thanks Colin Bartlett.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:31 AM Revision 5cc5e1c5 (git): * ext/pathname/pathname.c (path_world_writable_p):
- Pathname#world_writable? translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29233 b2dd0... -
09:02 AM Bug #3728: IO.select is not documented.
- =begin
2010/9/7 Eito Katagiri <[email protected]>:
>
> I created a patch to fill some documentation for IO.sel... -
08:47 AM Bug #3813 (Closed): Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
This issue was solved with changeset r29229.
Run Paint, thank you for reporting this issue.
Your contributi... -
06:22 AM Bug #3813: Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
> Your patch is not enough for supporting the limits.
> rlimit_resource_name2int and the document of Pro... -
12:30 AM Bug #3813: Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
2010/9/10 Run Paint Run Run <[email protected]>:
> Bug #3813: Add Missing RLIMIT_ Constants to Process [... -
06:01 AM Bug #3819 (Closed): [Patch] Fix mkmf error message typo
- =begin
---
lib/mkmf.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/mkmf.r... -
04:38 AM Bug #3805: Ruby generated gem specifications for bundled projects are incorrect
- =begin
2010/9/11 Nobuyoshi Nakada <[email protected]>:
> Hi,
>
> At Thu, 9 Sep 2010 02:41:01 +0900,
> Luis Lave... -
12:26 AM Revision a42f6882 (git): * ext/pathname/pathname.c (path_writable_p): Pathname#writable?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29232 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:15 AM Revision 3f0fd715 (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/11/2010
-
11:43 PM Revision 7bda092e (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 PM Revision d900ed31 (git): * process.c (rlimit_resource_name2int): support more limits:
- RLIMIT_MSGQUEUE, RLIMIT_NICE, RLIMIT_RTPRIO, RLIMIT_RTTIME and
RLIMIT_SIGPENDING.
(Init_process): ditto.
patch ... -
10:52 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Fixed at r29223 on trunk.
=end
-
12:25 PM Bug #3818 (Third Party's Issue): Seg fault with ruby tmail and ruby 1.9.2
- =begin
=end
-
11:27 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
I was thinking of just using "rvm install ruby-head". Would that work?
thx
On Sep 10, 2010, at 6:50 PM, ... -
07:50 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Apply it, reinstall ruby, reinstall the extension.
The extension may need to use have_function in extcon... -
05:37 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
What's the best way to go about testing this patch?
thx.
=end
-
05:04 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Looks like rb_get_kcode and rb_set_kcode were not removed from ruby/intern.h despite being removed from the s... -
08:31 PM Bug #3805: Ruby generated gem specifications for bundled projects are incorrect
- =begin
Hi,
At Thu, 9 Sep 2010 02:41:01 +0900,
Luis Lavena wrote in [ruby-core:32165]:
> One common problem is t... -
07:55 PM Revision c755baf8 (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:28 PM Revision 62c11715 (git): * 2010-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 PM Revision b4ac655a (git): * process.c (rlimit_resource_name2int): use STRCASECMP to avoid
- ALLOCA_N.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:57 PM Bug #3812 (Closed): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
This issue was solved with changeset r29225.
Peter, thank you for reporting this issue.
Your contribution t... -
05:20 AM Bug #3812: (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
I would recommend usage of RbConfig::CONFIG instead of Config::CONFIG due it's deprecation warning.
=end
-
04:56 AM Bug #3812: (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
Thank you for the better patch. Fixes to make it compile, new test and fixed broken test:
---
hash.c ... -
07:47 AM Revision da47bbd1 (git): * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable
- failed, because of the restriction of the size on Windows.
based on a patch from Peter Weldon at [ruby-core:32304].... -
06:21 AM Revision 073e6ccc (git): Add documentation for WEBrick's DigestAuth
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
With your latest patch if you do not set the continue_timeout after the server is started it does not wait fo... -
03:32 AM Revision 6329215d (git): * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
- zombie prototype declarations. a patch from Eric Hodel
at [ruby-core:32305].
git-svn-id: svn+ssh://ci.ruby-lang.o... -
12:19 AM Revision 72e1df78 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/10/2010
-
11:22 PM Bug #3818 (Third Party's Issue): Seg fault with ruby tmail and ruby 1.9.2
- =begin
dyld: lazy symbol binding failed: Symbol not found: _rb_get_kcode
Referenced from: /Users/karl/.rvm/gems/r... - 09:54 PM Revision e13bd1ba (git): * 2010-09-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:54 PM Revision 0f070a1f (git): * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29220 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:47 PM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
- =begin
Sorry for late response.
Applied the patch No. 2 for '100-continue' to ruby_1_9: http://redmine.ruby-lang.o... -
07:40 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
Patch updated with tests. Tests requires current trunk HEAD.
Eric, please try this patch.
RDoc expecte... -
05:43 PM Feature #3814: Prime.prime?をC拡張にする
- =begin
このアルゴリズムでも4秒になるんですねぇ。
で、prime.rb はかなり素朴なアルゴリズムなので、これに速度を求めるのがそもそもの間違いな気がします。
Pure Rubyでもまだまだ頑張る余地があるわけ... -
04:32 PM Feature #3814: Prime.prime?をC拡張にする
- =begin
パッチのおかしなところを修正しました。
diff --git ext/prime/extconf.rb ext/prime/extconf.rb
new file mode 100644
index ... -
03:47 PM Feature #3814 (Rejected): Prime.prime?をC拡張にする
- =begin
福森 (sora_h)です。
連続した自然数をInteger#timesで流していきそれが素数かを判定するスクリプトを書いたのですが、
Rubyでprime.rbを使って書いたら200万で270秒ほどかか... -
05:02 PM Bug #3815: dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
Use fiddle; fiddle is added for this problem.
=end
-
04:36 PM Bug #3815 (Open): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
Thank you! Passing a double value to C function does not work on x86_64, right?
I reopen this ticket sin... -
04:24 PM Bug #3815 (Rejected): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
WONTFIX.
http://mkosaki.blog46.fc2.com/blog-entry-1069.html
=end
-
03:54 PM Bug #3815 (Rejected): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
assert(64bit)
assert(no_fiddle)
0% ruby -v
ruby 1.9.3dev (2010-09-10 trunk 29209) [x86_64-linux]
0... -
04:48 PM Bug #3817 (Closed): current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
- =begin
cf. http://redmine.ruby-lang.org/issues/show/3000
I think that current ruby-openssl impl wrongly utiliz... -
04:20 PM Bug #3816 (Closed): OpenSSL::BN#prime?の引数の取り扱いがおかしい
- =begin
OpenSSL::BN#prime?を引数なしで呼ぶと以下の通り例外が出ます。
irb(main):001:0> require'openssl'=> trueirb(main):002:0> OpenSSL... -
02:04 PM Revision 1a8a6580 (git): * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:20 AM Revision a4fa58f9 (git): * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): add
- method for generating HTTP/1.1 100 continue response if the client
expects it, otherwise does nothing. Pat... - 08:54 AM Revision 7f438d84 (git): * ext/openssl/lib/openssl/x509-internal.rb: removed unused local
- variable.
* test/openssl/*: less warnings while test running with -w.
git-svn-id: svn+ssh://ci.ruby-lang.o... - 08:20 AM Revision cb81b56d (git): Mention rb_scan_args().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:59 AM Revision cb39e5db (git): Add a couple of ruby-dev refs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:51 AM Revision 82abe79b (git): * class.c (rb_scan_args): Add support for optional keyword
- argument hash.
* README.EXT, README.EXT.ja: Update documentation accordingly.
* dir.c (dir_initialize): Make use of... -
07:37 AM Bug #3733 (Closed): $SAFE==1環境下でtaintな文字列のFile.expand_path
- =begin
This issue was solved with changeset r29209.
Tadashi, thank you for reporting this issue.
Your contribution... -
07:21 AM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
On 2010-09-10 06:44:10 +0900, Tanaka Akira wrote:
> 2010/9/8 Adam Majer <[email protected]>:
> > Issue ... -
06:44 AM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
2010/9/8 Adam Majer <[email protected]>:
> Issue #3788 has been updated by Adam Majer.
> In my opinio... -
07:12 AM Bug #3813 (Closed): Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
This patch adds the five missing RLIMIT_* constants to Process. As of Linux 2.6.32, `man 2 getrlimit` defines... -
06:57 AM Bug #3812: (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
Hi,
At Fri, 10 Sep 2010 02:52:07 +0900,
Peter Weldon wrote in [ruby-core:32250]:
> On mswin&mingw the si... -
02:50 AM Bug #3812 (Closed): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
On mswin&mingw the size of an environment key, value pair is bounded by _MAX_ENV. Calls to putenv() or _puten... -
05:44 AM Revision 4f77c495 (git): decrease times of running test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:44 AM Revision 493f7218 (git): * random.c (rb_genrand_ulong_limited): renamed from
- rb_rand_internal and now this is public API.
* include/ruby/ruby.h (rb_genrand_ulong_limited): added.
* bignum.c (b... -
05:03 AM Revision 7c73db26 (git): * compile.c: math.h for modf.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:13 AM Revision 94edc5a9 (git): * ext/digest/lib/digest.rb: removed unused exception variable
- assignment to avoid a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29210 b2dd03c8-39d4-4d8f-98ff-823f... -
02:27 AM Bug #3811 (Closed): Support SOL_SOCKET SO_PEERCRED socket option on OpenBSD
- =begin
This issue was solved with changeset r29206.
Jeremy, thank you for reporting this issue.
Your contribution ... -
01:23 AM Bug #3811 (Closed): Support SOL_SOCKET SO_PEERCRED socket option on OpenBSD
- =begin
This makes inspect_peercred in ext/socket/option.c work on OpenBSD-current. OpenBSD added support for it on ... -
01:43 AM Bug #3804: ruby crashed while running spork
- =begin
=end
09/09/2010
-
11:27 PM Bug #3810 (Closed): Digest::Base.new causes segmentation fault
- =begin
This issue was solved with changeset r29205.
Hiroshi, thank you for reporting this issue.
Your contribution... -
10:45 PM Bug #3810 (Closed): Digest::Base.new causes segmentation fault
- =begin
0% ruby -rdigest -ve Digest::Base.new
ruby 1.9.3dev (2010-09-09 trunk 29202) [x86_64-linux]
/usr/local/li... -
10:47 PM Bug #3696 (Closed): Fwd: [ruby-list:47272] case when 整数と実数の比較 (ruby 1.9)
- =begin
This issue was solved with changeset r29203.
Koichi, thank you for reporting this issue.
Your contribution ... -
10:29 PM Revision 9e39c618 (git): * ext/etc/etc.c (etc_systmpdir): assume system default tmpdir
- safe. [ruby-dev:42089]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:04 PM Revision e7ab96f6 (git): * ext/pathname/pathname.c (path_size_p): Pathname#size? translated from
- pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:24 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
Here's a modified version of the patch. [expect-continue.diff]
I'll write test case.
Eric: Would you p... - 05:19 PM Revision 6a99679c (git): * 2010-09-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:19 PM Revision a75a4671 (git): * ext/socket/option.c (inspect_peercred): support OpenBSD-current.
- patch by Jeremy Evans. [ruby-core:32240]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29206 b2dd03c8-39d4-4d8... -
04:48 PM Feature #3809 (Closed): allow multiple set_trace_func() calls
- =begin
Hello,
The current set_trace_func() method in Ruby 1.8 and 1.9 cannot be safely
called multiple times... -
02:25 PM Revision 83a827ac (git): * vm.c (vm_backtrace_each): skip allocator frames which have no
- name. [ruby-core:32231]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:43 PM Revision eb0c31b1 (git): * ext/pathname/pathname.c (path_size): Pathname#size translated from
- pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:40 PM Revision 96688ecb (git): * compile.c (case_when_optimizable_literal): When float value can be
- treated as integer, add to table hash of case that way.
based on a patch from Ikuo KOBORI. [ruby-dev:42038]
* insn... -
10:47 AM Bug #3807 (Closed): Minor test/ruby/test_env.rb fix for OpenBSD
- =begin
This issue was solved with changeset r29201.
Jeremy, thank you for reporting this issue.
Your contribution ... -
09:53 AM Bug #3807 (Closed): Minor test/ruby/test_env.rb fix for OpenBSD
- =begin
OpenBSD acts like NetBSD in that it ignores characters after = in ENV.
=end
-
09:58 AM Bug #3808 (Closed): Minor rubygems test fix to fix cases where :format_executable => true by default
- =begin
There are a couple test failures in rubygems that happen if you have :format_executable => true set by defau... -
09:46 AM Bug #3694 (Closed): Error during make for 1.9.2-rc2
- =begin
=end
-
09:42 AM Bug #2460 (Assigned): RubySpecでFiberのSpecがおちる
- =begin
=end
-
09:37 AM Bug #3766 (Feedback): SEGFAULT
- =begin
=end
-
09:35 AM Bug #3784 (Feedback): Seg fault in IO.select from webrick
-
09:33 AM Bug #3417 (Closed): undef load and backtrace
- =begin
trunk r29199 では直っているようです
=end
-
09:32 AM Bug #3490: test_pack_utf8 failure on mswin64
- =begin
忘れ去られている気がするので、一度優先度を上げます
=end
-
09:30 AM Feature #3478 (Closed): Excruciatingly slow pathname implementation
- =begin
This problem will be resolved by C implementation of Pathname; see and test trunk.
=end
-
09:27 AM Bug #3805 (Closed): Ruby generated gem specifications for bundled projects are incorrect
- =begin
This issue was solved with changeset r29200.
Luis, thank you for reporting this issue.
Your contribution to... -
02:40 AM Bug #3805 (Closed): Ruby generated gem specifications for bundled projects are incorrect
- =begin
Hello,
One porblem with found with Ruby 1.9.2 and current trunk is that during installation, the generat... -
09:26 AM Bug #3306 (Closed): rbconfig.rb RPATHFLAG wrong for AIX
- =begin
=end
-
09:24 AM Bug #3764 (Rejected): Ripper incorrectly handle literal keywords (as symbol, eg. :class)
- =begin
It can be a trap, but it is spec.
=end
-
09:20 AM Bug #3796: make check fails on powerpc64 linux
- =begin
=end
-
09:06 AM Bug #3785 (Rejected): unexpected Numeric#step behaviour
- =begin
Learn floating point numbers.
=end
-
09:01 AM Bug #3798 (Closed): ruby 1.9.2 + OpenSSL 1.0.0.a on Windows 64 test hang .....
- =begin
=end
-
08:59 AM Bug #3806 (Rejected): bug report
- =begin
You seems to use libraries for 1.8 with 1.9.2.
Ruby 1.9 needs libraries built for 1.9.
=end
-
06:03 AM Bug #3806 (Rejected): bug report
- =begin
>rubyw piramideMenu20100515.rbw
piramideMenu20100515.rbw: [BUG] Segmentation fault
ruby 1.9.2p0 (2010-08-... - 08:17 AM Revision e54c30c0 (git): * test/net/http/test_https.rb (test_identity_verify_failure): follows
- the SSL hostname check error message of openssl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29202 b2dd03c8-3... -
05:48 AM Bug #3750 (Closed): SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
=end
-
03:42 AM Bug #3150: net/https peer verification doesn't do anything
- =begin
On Mon, Sep 06, 2010 at 11:26:01AM +0900, Hiroshi NAKAMURA wrote:
> Issue #3150 has been updated by Hiroshi ... -
02:36 AM Bug #3780 (Assigned): RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
Ok, thanks for the confirmation of where the problem occurs.
I've been adding proper encoding support to... -
01:46 AM Revision 050d7453 (git): * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD in
- that it ignores characters after = in ENV.
patched by Jeremy Evans [ruby-core:32184]
git-svn-id: svn+ssh://ci.ruby... -
12:17 AM Revision 4d2787c6 (git): * tool/rbinstall.rb (install?): gemspec filename should include
- its version. patched by Luis Lavena [ruby-core:32165]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29200 b2dd03...
Also available in: Atom