Activity
From 05/29/2009 to 06/04/2009
06/04/2009
- 10:15 PM Revision 8376d7cc (git): * 2009-06-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:15 PM Revision fbd58422 (git): * lib/mkmf.rb (#link_command): should dup CONFTEST_C which is
- frozen. ref [ruby-core:23675]. [ruby-core:23702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23640 b2dd03c8... -
08:51 PM Bug #1568 (Closed): Revision 23639 build error OSX 10.5.7
- =begin
In the past couple of days my builds from subversion have failed on OS X 10.5.7 with this error:
compili... -
02:51 AM Bug #1552 (Closed): String#strip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
changed to the opposite way for consistency.
=end
-
02:50 AM Bug #1551 (Closed): String#slice! Raises RuntimeError on Frozen String Despite Making No Changes
- =begin
changed to the opposite way for consistency.
=end
-
02:27 AM Bug #1564 (Closed): a typo in base64.rb
- =begin
Applied in changeset r23634.
=end
-
12:53 AM Revision 0d28ad19 (git): * README.EXT: typo fixed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 AM Revision 593f383b (git): * README.EXT, README.EXT.ja (Convert VALUE into C data):
- StringValueCStr() has been available since 1.8.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@236... -
12:48 AM Bug #1500: test_io runs forever in windows
- =begin
> If I remove test_io, then all other tests pass.
They all pass? no failures?
Thanks.
-=r
=end
-
12:39 AM Bug #1557: Memory leak in DRb
- =begin
might want to try that with the latest one click installer, too. If desired I could build you a copy of the ...
06/03/2009
-
11:21 PM Bug #1557: Memory leak in DRb
- =begin
Version is ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
=end
-
10:19 PM Bug #1564 (Closed): a typo in base64.rb
- =begin
lib/base64.rb に typo を見つけたのでパッチを添付します。
1.8 系統も同じ typo があります。
=end
-
09:03 PM Bug #1562 (Closed): r22674 should be backported to 1.8.6
- =begin
IMHO revision r22674 is worth backporting to 1.8.6.
cf. http://redmine.ruby-lang.org/repositories/revision... - 05:27 PM Revision 8b6403c0 (git): * 2009-06-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 PM Revision 0db80d4b (git): * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:26 PM Revision dd9338bc (git): * 2009-06-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 PM Revision 6c987f3e (git): * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:32 PM Bug #1559: ERB single line comment does not work
- =begin
<%# this comment (no space between % and #) works in 1.9.1 %>
I think <% # (with a space) was a side eff... -
01:19 PM Bug #1559 (Rejected): ERB single line comment does not work
- =begin
In erb you're supposed to be able to do single line comments:
<% # this is a comment %>
However, th... -
12:23 PM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Hi,
At Wed, 3 Jun 2009 02:01:46 +0900,
Alex wrote in [ruby-core:23675]:
> This change seems to break the... -
12:27 AM Bug #1550 (Closed): String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Applied in changeset r23620.
=end
-
12:03 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
On Mon, Jun 1, 2009 at 11:55 PM, Yukihiro Matsumoto <[email protected]> wrote:
[deletia]
> I have investig... -
12:17 PM Revision 64e8148b (git): merge revision(s) 22812:
- * file.c: include fcntl.h for O_RDONLY on Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@... -
12:13 PM Revision 6371dc7c (git): merge revision(s) 22694,22947:
- * util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at... -
12:06 PM Revision 81d792da (git): merge revision(s) 22689:
- * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
git-svn-id: svn+ssh://ci.ruby... -
11:59 AM Revision 7686f4cd (git): merge revision(s) 22674:
- * eval.c (rb_eval): needs to guard intermediate string objects.
based on a patch from Brent Roman <brent AT... -
09:07 AM Bug #1554 (Closed): Enumerator#first & #take should consume only what is needed [patch]
- =begin
Applied in changeset r23622.
=end
-
01:48 AM Bug #1558 (Closed): test timeout issues in windows
- =begin
Appears that a few tests (at least on my lowly windows box) timeout instead of raising the right error--or pe... - 12:08 AM Revision e442309d (git): * 2009-06-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 AM Revision dde8e242 (git): * enum.c (first_i): Enumerator#first should consume only what is
- needed. a patch from Marc-Andre Lafortune. [ruby-core:23661]
* enum.c (take_i): ditto.
* enum.c (enum_first): ca... -
12:06 AM Revision cab726cf (git): * enum.c (enum_first): should check negative length.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 AM Revision 967001d9 (git): * enum.c (first_i): Enumerator#first should consume only what is
- needed. a patch from Marc-Andre Lafortune. [ruby-core:23661]
* enum.c (enum_first): call to_int once for an argum...
06/02/2009
-
10:31 PM Bug #1557 (Closed): Memory leak in DRb
- =begin
Hi,
I just made a stress test on my distributed ruby service, and I think there is a memory leak, at least... -
08:41 PM Bug #595: Fiber ignores ensure clause
- =begin
ワナベと申します。
かなり前のチケットですが、題名の件についてパッチを書きました。
もしまだどなたもパッチを書かれていないようならご検討ください。
Index: thread.c
===========... -
06:43 PM Bug #1500: test_io runs forever in windows
- =begin
I am seeing this too.
Ruby version: ruby-1.9.1-p129
Cygwin version: CYGWIN_NT-5.1 1.5.25(0.156/4/2) 20... - 03:24 PM Revision 6eaf79f3 (git): * 2009-06-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 PM Revision c5949a0e (git): * string.c (rb_str_gsub_bang): modify check at the beginning.
- [ruby-core:23662] ref [ruby-core:23657]
* string.c (rb_str_rstrip_bang): ditto. [ruby-core:23657]
* string.c (rb_... -
08:11 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
On Mon, Jun 1, 2009 at 11:07 PM, Yukihiro Matsumoto <[email protected]> wrote:
> In message "Re: [ruby-co... -
07:55 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Hi,
In message "Re: [ruby-core:23663] Re: [Bug #1550] String#lstrip! raises RuntimeError on Frozen String ... -
07:07 AM Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Hi,
In message "Re: [ruby-core:23657] [Bug #1550] String#lstrip! raises RuntimeError on Frozen String Desp... -
05:38 AM Bug #1554 (Closed): Enumerator#first & #take should consume only what is needed [patch]
- =begin
Currently, in Ruby 1.9.x:
require 'stringio'
s = StringIO.new("first \n second \n third")
s.rewin... - 04:29 AM Revision 8b362c8a (git): * 2009-06-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 AM Revision 06ac7185 (git): * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/01/2009
-
11:17 PM Bug #1553 (Closed): String#index Ignores Out-of-Range Offset When Given Regexp Matching the Empty String
- =begin
On Ruby 1.9 String#index(Regexp, Fixnum) ignores the Fixnum offset when the Regexp matches the empty string a... -
08:52 PM Bug #1552 (Closed): String#strip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Calling String#strip! on a frozen string raises a RuntimeError even if the string was not changed. String#rst... -
08:43 PM Bug #1551 (Closed): String#slice! Raises RuntimeError on Frozen String Despite Making No Changes
- =begin
On 1.9.2 and 1.9.1 calling String#slice! on a frozen string causes a RuntimeError to be raised even if the me... -
08:13 PM Bug #1550 (Closed): String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Calling String#lstrip! on a frozen string raises a RuntimeError even if the string was not changed. String#rs... - 11:47 AM Revision 4f2a770b (git): * lib/mkmf.rb (create_makefile): should set srcs in all paths.
- * lib/mkmf.rb (create_makefile): $objs somtimes includes files with
$OBJEXT instead of ".o".
git-svn-id:... -
11:27 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
- =begin
Applied in changeset r23616.
=end
-
06:16 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
- =begin
On both the trunk version and 1.9.1 I can reproduce a segfault by transferring to a Fiber from the root Fiber... -
02:21 AM Revision 6c743b0e (git): * cont.c (cont_capture, fiber_store): reraise transferred error.
- * cont.c (fiber_switch): transfers dead fiber error to the previouse
or root fiber if the current fiber is dead. [... -
01:41 AM Revision 4c79d4be (git): * include/ruby/intern.h (rb_exc_new2): optimization for literal.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision 99945ed6 (git): * cont.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 AM Revision 3a1b61f0 (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
- segmentation fault caused by (insanely) long decimal values.
backported from 1.9.
* ext/bigdecimal/bigdecimal.c (Bi...
05/31/2009
- 10:54 PM Revision 3252c3f5 (git): * 2009-06-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:54 PM Revision 5d612b96 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
- exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23611 b2dd03c8-39d4-4... - 10:46 PM Revision cfacda1a (git): * 2009-06-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 PM Revision 5594f2bf (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
- exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23609 b2dd03c8-39d4-4d8f-98ff-823... -
02:28 PM Revision 8dadafa2 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
- files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:28 PM Revision 17d88c03 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
- files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:26 PM Revision 7dbc1cf6 (git): * file.c (istrailinggarbage): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision d6d8d973 (git): * file.c (istrailinggarbage): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:57 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
On Sat, May 30, 2009 at 9:02 AM, Pan Li <[email protected]> wrote:
> Issue #999 has been updated by Pan ...
05/30/2009
-
11:29 PM Bug #1543 (Closed): failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
- =begin
11) Failure:
test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock... -
11:25 PM Bug #1542 (Closed): test_inplace_rename_impossible(TestArgf)
- =begin
10) Failure:
test_inplace_rename_impossible(TestArgf) [c:/dev/downloads/ruby_trunk/test/ruby/test_argf.rb:1... -
11:24 PM Bug #1541 (Closed): mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
- =begin
If you delete test_io.rb and test_exception.rb and re-run make test-all for mingw, it completes!
Yea!
... -
11:03 PM Bug #1540 (Third Party's Issue): read on win32 now defaults to blocking
- =begin
Currently the win32.{c,h} files override calls to "read" in the code with windows style read calls.
The goa... -
09:04 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
I know it is a hack but that it works for me.
=end
-
09:02 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
Hi guys, I wrote a post to share my experience on fixing the problem. Basically what you need is downloading ...
05/29/2009
-
05:17 PM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
- =begin
Applied in changeset r23606.
=end
-
07:33 AM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
- =begin
http://redmine.ruby-lang.org/issues/show/1427
http://redmine.ruby-lang.org/issues/show/1533
の二つと同じ問題をStru... -
05:17 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
- =begin
Applied in changeset r23605.
=end
-
05:00 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
- =begin
r23604で、Hash#to_sの仕様が以下のように変わりましたが、これは意図的なものですか?
[before] Hashの各keyとvalueをinspectしたものを{}内にまとめる
{'' => ... -
10:07 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
- =begin
Applied in changeset r23604.
=end
-
06:15 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
- =begin
There is an inconsistency between Hash#to_s and Hash#inspect with respect to recursive data structures. For e... -
09:33 AM Bug #1527 (Closed): 1.9 compilation fails on windows if you have the pthread library installed
- =begin
=end
-
04:27 AM Bug #1527: 1.9 compilation fails on windows if you have the pthread library installed
- =begin
thanks appears fixed.
=end
-
08:10 AM Revision 08e914f3 (git): * struct.c (Init_Struct): made #to_s an alias to #inspect to
- reduce the result of recursive struct. a patch from ujihisa at
[ruby-dev:38554].
git-svn-id: svn+ssh://ci.ruby-l... -
08:08 AM Revision 2a6fb969 (git): * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce
- the result of recursive array. a patch from ujihisa at
[ruby-core:23601]. [ruby-dev:38555]
git-svn-id: svn+ssh:... -
04:18 AM Bug #1532 (Closed): Improved matrix.rb [patch]
- =begin
The fact that the 'matrix' library is included in Ruby is very helpful.
There are currently some open bugs,... -
04:17 AM Bug #1531 (Closed): Matrix#determinant fails on some matrices
- =begin
ruby1.9 -r matrix -e 'Matrix[[0,1],[1,0]].determinant'
/usr/local/ruby191/lib/ruby/1.9.1/matrix.rb:685:in `... -
01:04 AM Revision 893349ca (git): * hash.c (rb_hash_inspect): rescurses with defined ID to get rid
- of extra call. [ruby-core:23601]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23604 b2dd03c8-39d4-4d8f-98ff-8... -
12:30 AM Revision 82f2e90d (git): * enum.c (collect_all): checks interrupts. [ruby-core:23594]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 AM Revision b45d7f93 (git): * ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.
- a patch from Jeremy Kemper <jeremy AT bitsweat.net> at
[ruby-core:23592]. [ruby-core:23588]
git-svn-id: svn+ssh:...
Also available in: Atom