Activity
From 04/25/2010 to 05/01/2010
05/01/2010
-
11:54 PM Revision b2f0b334 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead
- of fragile check by platform name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27581 b2dd03c8-39d... -
11:54 PM Revision 6874c8d6 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead
- of fragile check by platform name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27581 b2dd03c8-39d4-4d8f-98ff-... -
10:38 PM Revision 546b6d7e (git): * lib/mkmf.rb (dir_config): should not modify argument arrays
- themselves.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 PM Revision 12d39082 (git): * lib/mkmf.rb (dir_config): should not modify argument arrays
- themselves.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:13 PM Feature #3228: speedup File.read
- =begin
2010/4/30 Roger Pack <[email protected]>
> Bug #3228: speedup File.read
> http://redmine.ruby-lang.org/... -
05:25 AM Feature #3228 (Rejected): speedup File.read
- =begin
Appears from http://www.ruby-forum.com/topic/209005
that File.read could be sped up by first requesting the... -
10:00 PM Revision 3046fe65 (git): * test/test_tempfile.rb: fixed errors.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:24 PM Bug #2488: thread usage can result in bad HANDLE
- =begin
Roger,
Does this patch fix the issue?
Developers (especially Koichi),
Is this solution right?
(Usi... -
08:50 PM Bug #452 (Closed): config.guess returns "i386" on Mac OSX 10.5.4.
- =begin
=end
-
03:45 PM Bug #3231: Digest Does Not Build
- =begin
Hi,
At Sat, 1 May 2010 15:12:35 +0900,
Charlie Savage wrote in [ruby-core:29911]:
> Since extconf.h is n... -
03:12 PM Bug #3231 (Closed): Digest Does Not Build
- =begin
Revisiting this one from a few weeks back. MD5/rmd160/sha1/sha2 do not build using VC 2010. They do build ... -
03:16 PM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Sat, 1 May 2010 14:30:19 +0900,
Eric Hodel wrote in [ruby-core:29910]:
> class TestAssert < MiniT... -
02:30 PM Feature #3219: assert now passes non-boolean result
- =begin
On Apr 29, 2010, at 09:12, caleb clausen wrote:
> Issue #3219 has been updated by caleb clausen.
>
> It... -
12:46 AM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Fri, 30 Apr 2010 06:15:34 +0900,
Roger Pack wrote in [ruby-core:29890]:
> > I'd suggest that a be... -
01:54 PM Revision 5e02a28a (git): * lib/tempfile.rb (Tempfile#size): stat by path name when it is
- closed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:41 PM Revision 9ad152e5 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- keep the first trace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:27 PM Revision 86579122 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- fixed filtering. [ruby-core:29908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27576 b2dd03c8-39d4-4d8f-98ff-... -
11:56 AM Bug #3229 (Closed): iseq_s_load で TypeError 発生
- =begin
[ruby-dev:40911] をチケットにさせて頂きます。
RubyGems の iseq ライブラリを利用して、文字列から compile した ISeq をロードさせようとすると
以下のように T... -
07:46 AM Revision c8316e30 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
- non-ascii character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:19 AM Revision 40cd5e8a (git): Merge fix for gem server, bump RubyGems version to 1.3.7
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 9111bbf8 (git): Upgrade to RDoc 2.5.8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Revision 9d094c7a (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- filter out traces in minitest directory. [ruby-core:29908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27572 ... -
12:17 AM Bug #3221 (Closed): TestIO Failures in windows
- =begin
This issue was solved with changeset r27567.
Roger, thank you for reporting this issue.
Your contribution t...
04/30/2010
-
11:00 PM Bug #3220: bug in gc.c
- =begin
I am also unable to reproduce this in 32 bit environments...
http://gist.github.com/385231
=end
-
09:45 PM Revision a8209ffc (git): * win32/win32.c: add declaration of wstati64 for gcc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 PM Bug #3225: lib/uri/mailto.rb slightly wrong regexp
- =begin
This is introduced in r2934 and it can be encoding parameter: NONE.
But in 1.9, it works different from ... -
01:24 PM Bug #3225 (Closed): lib/uri/mailto.rb slightly wrong regexp
- =begin
Looking for example of the 3rd parameter of value 'N' for Regexp.new, I noticed in lib/uri/mailto.rb
HEA... - 05:56 PM Revision 6c28f99d (git): * merge some patches from win32-uncode-test branch.
- see #1685.
* file.c, include/ruby/intern.h (rb_str_encode_ospath): new function
to convert encoding for pathname.
... -
05:22 PM Revision bfeeb913 (git): * io.c (seek_before_access): fixed argument type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 11caac16 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- assertion message must be String or Proc. suggested by caleb
clausen at [ruby-core:29884].
git-svn-id: svn+ssh:/... -
03:14 PM Revision b36b3067 (git): * test/ruby/test_io.rb: skip false tests on Windows.
- [ruby-core:29886]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:20 PM Feature #3222: Can bignums have singleton class & methods?
- =begin
Seems like a bug to me.
=end
-
07:07 AM Feature #3222 (Closed): Can bignums have singleton class & methods?
- =begin
Fixing up the rubyspecs led me to the following:
bn = 1 << 100
class << bn
def foo
... -
02:17 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
- =begin
That third argument to Regexp.new was effective in 1.8, but no longer in 1.9. I'm not sure if that situation... -
01:15 PM Bug #3224 (Closed): Regexp.new("...", nil, "n") is not documented
- =begin
While fixing the error messages for the number of parameters ( r27558 ), I noticed that Regexp.new accepts a ... - 01:46 PM Revision 63324cb3 (git): * math.c: Math::DomainError < StandardException [ruby-core:29855]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 PM Revision e955cff0 (git): * test/test_open3.rb (TestOpen3#test_commandline): use simple
- command via shell. [ruby-dev:41100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27565 b2dd03c8-39d4-4d8f-98ff... -
08:12 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
Bill Kelly wrote:
> Yuki Sonoda wrote:
>> Issue #1685 has been updated by Yuki Sonoda.
>>
>>> The ... - 06:41 AM Revision 0f41699c (git): * 2010-04-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision 648cda67 (git): * ext/tk/extconf.rb: better support for MinGW environment.
- * ext/tk/README.tcltklib: add info of --with-tcltk-drive for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
06:41 AM Revision 5d639de5 (git): * ext/tk/extconf.rb: better support for MinGW environment.
- * ext/tk/README.tcltklib: add info of --with-tcltk-drive for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... - 04:35 AM Revision 4d3f8771 (git): * signal.c (ruby_signal_name): rdoc fix for undocumented parameter
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Feature #2772 (Closed): Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
This issue was solved with changeset r27554.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
03:06 AM Revision c41dc085 (git): * file.c (file_expand_path): call rb_str_set_len before BUFCHECK to
- prevent rb_str_resize in BUFCHECK discard the content.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27560 b2dd... - 02:48 AM Revision 479fa407 (git): * string.c (rb_str_sub_bang): String#sub! now raises an error when
- called on a frozen string, even if no change is made.
See [ruby-core:23657]
git-svn-id: svn+ssh://ci.ruby-lang.org... - 02:40 AM Revision 478c3e08 (git): * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong
- number of arguments
* file.c (rb_f_test, rb_file_s_umask): ditto
* numeric.c (int_chr, num_step): ditto
* process.... -
02:39 AM Bug #3221 (Closed): TestIO Failures in windows
- =begin
http://gist.github.com/383867 shows multiple failures currently in test/ruby/test_io.rb when run in windows
... -
02:32 AM Feature #1081: add File::write() convenience method
- =begin
Sorry for the poor tests.
Fixing the tests revealed that there were some bugs in binwrite.
The attache... -
01:12 AM Feature #3219: assert now passes non-boolean result
- =begin
It is all too easy to write assert(foo, bar) when you meant to write assert_equal(foo, bar). I have made the ...
04/29/2010
-
10:29 PM Bug #2646: 1.9.2dev segv when compiling with clang 1.1/trunk
- =begin
=end
-
09:22 PM Bug #3220: bug in gc.c
- =begin
I am unable to reproduce this with ruby 1.9.2dev (2010-04-29 trunk 27549) [i686-linux]
Indicating perhap... -
03:06 PM Bug #3220 (Closed): bug in gc.c
- =begin
I've attached a program that will segv during GC. It uses nokogiri version 1.4.1. I haven't figured out how... -
08:17 PM Bug #1603 (Closed): TestOpen3 failure (windows)
- =begin
This issue was solved with changeset r27549.
Roger, thank you for reporting this issue.
Your contribution t... -
07:35 PM Bug #1603: TestOpen3 failure (windows)
- =begin
Because Shellwords doesn't support Windows, Nobu said.
Supporting Windows is ideal. But now in the feature-... -
08:07 PM Bug #2388 (Rejected): test-all 中に popen で ruby.exe が落ちる
- =begin
すみませんが一旦 Reject させていただきます。
もし再現できた方がいらっしゃったらそのときに reopen をお願いいたします。
=end
- 07:10 PM Revision f6a5c0fa (git): * time.c (TIMET_MAX): should be time_t, not unsigned_time_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
けいじゅ@いしつかです.
In [ruby-dev:41097] the message: "[ruby-dev:41097] Re:
[ruby-core:29863] [Bug #3216] #join i... -
06:36 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
なかだです。
At Thu, 29 Apr 2010 18:34:20 +0900,
Nobuyoshi Nakada wrote in [ruby-dev:41096]:
> [ruby-core:2987... -
06:34 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
なかだです。
At Thu, 29 Apr 2010 18:06:03 +0900,
石塚圭樹 wrote in [ruby-dev:41095]:
> >終了するスレッドは一つでいいので、「some thr... -
06:22 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
Hi. Roger,
In [ruby-core:29863] the message: "[ruby-core:29863] [Bug #3216] #join
in thwait.rb only waits... -
06:06 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
けいじゅ@いしつかです.
In [ruby-dev:41093] the message: "[ruby-dev:41093] Re:
[ruby-core:29863] [Bug #3216] #join i... -
03:02 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
なかだです。
At Thu, 29 Apr 2010 12:51:46 +0900,
keiju ISHITSUKA wrote in [ruby-dev:41092]:
> これは, rdocの方のバグです... -
12:52 PM Bug #3216: #join in thwait.rb only waits for first thread
- =begin
けいじゅ@いしつかです.
英語だと微妙な表現ができないので...
In [ruby-core:29863] the message: "[ruby-core:29863] [Bug #3216] #join... -
12:37 PM Bug #3216 (Closed): #join in thwait.rb only waits for first thread
- =begin
This issue was solved with changeset r27542.
Roger, thank you for reporting this issue.
Your contribution t... -
03:47 AM Bug #3216 (Closed): #join in thwait.rb only waits for first thread
- =begin
Thwait#join's rdoc says it will "wait for all threads" but currently it only waits for the first.
I thin... - 06:59 PM Revision 35434919 (git): * time.c (rb_time_unmagnify_to_float): should cast.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:39 PM Revision 34f182f7 (git): * numeric.c (fix_mul): the width of fixnum is same as long's on all
- platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:19 PM Revision 0a3c78fa (git): * lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rank
- {determinant,det,rank}_e are now deprecated. [ruby-core:28273]
Also fixes a bug in Determinant#rank (e.g. [[0,1][0,... - 06:18 PM Revision a3a4542f (git): * lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangular
- matrices, and use determinant instead of rank.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27553 b2dd03c8-39d4... -
04:47 PM Bug #3033: backtrace of SystemStackError disappeared
- =begin
I think that returning String instead of an Array as Exception#backtrace
here http://github.com/shyouhei/ru... -
04:45 PM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
(2010/04/28 17:02), brian ford wrote:
> On Tue, Apr 27, 2010 at 2:48 PM, Ryan Davis<[email protected]... - 03:54 PM Revision 4e6a29e0 (git): * 2010-04-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:54 PM Revision 47f35969 (git): * win32/Makefile.sub (config.h): define some constants to select
- collect code for win64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:58 PM Feature #3219: assert now passes non-boolean result
- =begin
Hi,
At Thu, 29 Apr 2010 13:58:24 +0900,
Aaron Patterson wrote in [ruby-core:29872]:
> I don't think this... -
12:18 PM Feature #3219 (Assigned): assert now passes non-boolean result
- =begin
=end
-
12:17 PM Feature #3219 (Closed): assert now passes non-boolean result
- =begin
This issue was solved with changeset r27541.
Nobuyoshi, thank you for reporting this issue.
Your contributi... -
12:11 PM Feature #3219 (Rejected): assert now passes non-boolean result
- Hi,
Test::Unit::Assertions#assert now passes non-boolean values
(neither true nor false).
It is not only an in... -
12:56 PM Revision d065e56c (git): Follow reverting wrong commit; see r11156, r27400.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:22 PM Feature #1081: add File::write() convenience method
- =begin
Hi,
At Thu, 29 Apr 2010 03:42:57 +0900,
Roger Pack wrote in [ruby-core:29861]:
> Here is the original di... -
03:42 AM Feature #1081: add File::write() convenience method
- =begin
I was unable to reproduce the odd behavior observed previously by Run Paint Run.
Here is the original di... -
11:10 AM Revision 6c33ace1 (git): * test/test_open3.rb (test_commandline): use dump instead of
- shellwords. [ruby-core:23797]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27549 b2dd03c8-39d4-4d8f-98ff-823f... -
10:51 AM Revision fb9e8368 (git): * test/test_open3.rb (test_commandline): skip the test with Shellwords on
- Windows. see #1603
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:39 AM Revision 8db50000 (git): * lib/thwait.rb (ThreadsWait#join): refined rdoc again.
- [ruby-core:29863] [ruby-dev:41092]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27547 b2dd03c8-39d... -
09:39 AM Revision f88284b9 (git): * lib/thwait.rb (ThreadsWait#join): refined rdoc again.
- [ruby-core:29863] [ruby-dev:41092]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27547 b2dd03c8-39d4-4d8f-98ff-... -
05:51 AM Revision d610c8c6 (git): * ChangeLog: fixed entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 921b2d1c (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- use more descriptive assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27545 b2dd03c8-39d4-4d8f-98ff-823... -
05:33 AM Revision e1cc5140 (git): * test/ruby: fixed nonsense assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 AM Revision 4c205de3 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- reverted. [ruby-core:29872]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27543 b2dd03c8-39d4-4d8f-98ff-823fe69... -
03:49 AM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
- =begin
Hi,
There is an issue matching a string like "a *b* c *d*<" when the encoding of the file is set to UTF-... -
03:33 AM Revision a209486a (git): * lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 AM Revision e21741e2 (git): * lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 AM Revision 33cf9431 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): reject
- non-boolean values. [ruby-core:29868]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27541 b2dd03c8-39d4-4d8f-98... -
02:20 AM Revision 55181301 (git): * io.c (seek_before_access): renamed. see [ruby-core:29861].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 AM Revision e1c34852 (git): * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Roger
- Pack in [ruby-core:29861].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:01 AM Bug #2063: Core dump on AIX
- =begin
Sorry for this late response.
I found that there were 75 error types for load errors.
% fgrep -c L... -
01:46 AM Feature #3010: slow require gems in ruby 1.9.1
- =begin
>> I'm getting huge performance hit trying to load whole Facets library:
What about if you run it with ...
04/28/2010
-
11:57 PM Bug #2543 (Closed): rdoc patch for thwait.rb
- =begin
This issue was solved with changeset r27536.
Roger, thank you for reporting this issue.
Your contribution t... -
11:51 PM Bug #2543: rdoc patch for thwait.rb
- =begin
遠藤です。
2010年4月28日23:38 石塚圭樹 <[email protected]>:
>>thwait.rb のドキュメント改善パッチです。取り込みませんか?
>>英語の修正が中心みたいです。
... -
11:38 PM Bug #2543: rdoc patch for thwait.rb
- =begin
けいじゅ@いしつかです.
In [ruby-dev:41088] the message: "[ruby-dev:41088] Re:
[ruby-core:27362] [Bug #2543] rdoc pa... -
11:38 PM Bug #2543: rdoc patch for thwait.rb
- =begin
けいじゅ@いしつかです.
In [ruby-dev:41088] the message: "[ruby-dev:41088] Re:
[ruby-core:27362] [Bug #2543] rdoc pa... -
11:26 PM Bug #2543: rdoc patch for thwait.rb
- =begin
Hi,
Keiju, why don't you import Roger's patch?
いしつかさん
thwait.rb のドキュメント改善パッチです。取り込みませんか?
英語の修正が中心... -
11:26 PM Bug #2543: rdoc patch for thwait.rb
- =begin
Hi,
Keiju, why don't you import Roger's patch?
いしつかさん
thwait.rb のドキュメント改善パッチです。取り込みませんか?
英語の修正が中心... -
11:29 PM Bug #2386: r25230 causes SEGV arround Marshal
- =begin
遠藤です。
2010年4月28日17:33 石塚圭樹 <[email protected]>:
>>この問題は今でも発症していますでしょうか。
>
> うーん. 回避するようにコードを変更して... -
05:34 PM Bug #2386: r25230 causes SEGV arround Marshal
- =begin
けいじゅ@いしつかです.
In [ruby-dev:41080] the message: "[ruby-dev:41080] [Bug
#2386](Feedback) r25230 causes SEGV ... -
10:58 PM Feature #1952: cannot stop with Ctrl+C
- =begin
遠藤です。
遅くなりましたが、一旦 revert しました。
1.9.2 はとりあえず現状を仕様とすればいいと思いますが、将来的に
すっきりさせるならば、
- 終了時のスレッド全消... -
10:57 PM Bug #2558 (Closed): r24591 causes Segfault
- =begin
This issue was solved with changeset r27534.
Alex, thank you for reporting this issue.
Your contribution to... -
10:57 PM Bug #2506 (Closed): Make test fails on Ubuntu 9.10 64bit
- =begin
This issue was solved with changeset r27534.
Dale, thank you for reporting this issue.
Your contribution to... -
10:52 PM Bug #2496: Delegate: #methods and #public_methods should return delegated methods too
- =begin
Hi,
2010/4/28 Marc-Andre Lafortune <[email protected]>:
> Hi,
>
> On Wed, Apr 28, 20... -
09:49 PM Bug #2496: Delegate: #methods and #public_methods should return delegated methods too
- =begin
Hi,
Agreed.
The patch is slightly wrong; methods should call __getobj__.methods?
Matz or Yugui, d... -
08:40 PM Bug #3214 (Closed): Missing function name in "Wrong number of arguments" exception backtrace
- =begin
As illustrated below 1.8 reported the name of function called with wrong number of arguments, while 1.9 doesn... -
07:50 PM Feature #3010: slow require gems in ruby 1.9.1
- =begin
I'm getting huge performance hit trying to load whole Facets library:
> cat 1.rb
gem 'facets', '2.8.4... - 06:51 PM Revision 9f8073c8 (git): * 2010-04-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:51 PM Revision fa9da31d (git): * lib/xmlrpc/utils.rb: Fixing an incompatibility with
- reflection methods returning Symbols. Patch by
HD Moore. [ruby-core:29821]
git-svn-id: svn+ssh://ci.ruby-lang.... -
05:02 PM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
On Tue, Apr 27, 2010 at 2:48 PM, Ryan Davis <[email protected]> wrote:
>
> On Apr 26, 2010, at 21:22... -
06:48 AM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
On Apr 26, 2010, at 21:22 , Brian Ford wrote:
> Issue #3185 has been updated by Brian Ford.
>
>
> C... -
02:53 PM Revision c6871cef (git): * lib/thwait.rb: revise rdoc. a patch from Roger Pack in
- [ruby-core:27362].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:26 PM Revision dc22009c (git): * ext/json: Update to JSON 1.4.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 PM Revision 97cfd186 (git): * thread. (rb_thread_terminate_all): revert r24591 which caused SEGV
- sometimes. [ruby-dev:40936] [ruby-core:27245] [ruby-core:27416]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
01:56 PM Revision e76a19ec (git): * test/psych/visitors/test_yaml_tree.rb (test_struct_const): remove
- Struct::Foo which affects test/ruby/test_struct to warn redefining
constant.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:51 PM Bug #1851: make install problems using mingw on fedora 11
- =begin
また試してみたところ、rdocの生成タイミングが変わったためか、make installではなくmakeで失敗するようになっていました。
クロスコンパイルの時にはconfigureでrdocの生成はしないよう... -
09:04 AM Revision f510d9f3 (git): * time.c (time_timespec): use rb_check_funcall.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:54 AM Revision 60336336 (git): * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):
- skip if AncillaryData is not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27531 b2dd03c8-39d4-4d8f-9... -
08:14 AM Revision 0dc145e7 (git): * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,
- because of use of __DARWIN_ALIGN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27530 b2dd03c8-39d4-4d8f-98ff-82... -
08:14 AM Revision 4822d20c (git): * ext/socket: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 AM Bug #3210: Problem compiling ruby 1.9.1-p376
- =begin
Hello,
Can you tell us what version of OpenSSL headers and libraries have you installed in your system?
... -
07:49 AM Bug #3210 (Rejected): Problem compiling ruby 1.9.1-p376
- =begin
[...]
compiling openssl
make[1]: Entering directory `/tmp/ruby-1.9.1-p376/ext/openssl'
gcc -I. -I../../... -
07:45 AM Revision 790d6071 (git): * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check long
- to cast to int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:28 AM Revision 5e7101d3 (git): * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):
- define only when used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:16 AM Revision d4840cc7 (git): * ext/socket/rubysocket.h: non-implemented method definitions need
- to be shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:15 AM Bug #3209 (Closed): r27374 typo in net/smtp
- =begin
This issue has been solved with changeset r27512.
Jeremy, thank you for reporting this issue.
Your contri... -
06:18 AM Bug #3209 (Closed): r27374 typo in net/smtp
- =begin
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index c96caae..52ea003 100644
--- a/lib/net/smtp.rb
+++ ... -
01:27 AM Revision d4bd6944 (git): * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.
- why return int in spite of the arguments of size_t?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27525 b2dd03c8... -
01:19 AM Bug #2224: lib/delegate: operator delegation
- =begin
Hi,
> The operators ==, =~, !~ are forwarded by Delegate. I presume the operators != and ~, new in 1.9, ... -
01:02 AM Bug #2782: Binding#eval not completely indicative of its binding
- Hi,
2010/4/11 Yusuke Endoh <[email protected]>:
> 2010/2/23 Thomas Sawyer <[email protected]>:
>> `bindi... -
01:00 AM Bug #1769: eval with binding, without location
- =begin
遠藤です。
> evalの第3, 4引数を省略した際にbindingが持っているfile, lineが伝播しなく
> なっています。これは意図したことでしょうか。
rb_binding_t にフ... -
12:49 AM Revision 614bc7f9 (git): * tool/compile_prelude.rb: enable optimization.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 AM Revision 382085b7 (git): * ext/bigdecimal: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 AM Revision 92e2b86c (git): * thread.c (timer_thread_function): unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Revision 8939436f (git): * parse.y (warn_balanced): do not warn for EXPR_ENDFN.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/27/2010
-
11:07 PM Bug #2398 (Closed): race condition of /#{ foo }/o
- =begin
This issue was solved with changeset r27515.
Yusuke, thank you for reporting this issue.
Your contribution ... -
10:55 PM Bug #2398: race condition of /#{ foo }/o
- =begin
遠藤です。
とりあえず、最初に once 区間に突入した (onceinlinecache を実行した)
スレッドが once 区間を脱出する (setinlinecache を実行する) まで、
2... -
10:47 PM Bug #1982 (Closed): Kernel.load(..., true) --> scope problem
- This issue was solved with changeset r27514.
Johan, thank you for reporting this issue.
Your contribution to Ruby i... -
10:25 PM Bug #2390 (Closed): Marshal.dump pass a hidden object
- =begin
遠藤です。
いしつかさんが言ってるのは #2386 の問題ですよね。
wanabe さんがこのチケットが報告した問題自体は解決済みなので、
こっちのチケットは閉じます。
--
Y... -
10:23 PM Bug #2386 (Feedback): r25230 causes SEGV arround Marshal
- =begin
いしつかさん
遠藤です。
この問題は今でも発症していますでしょうか。
しているとしたら、再現させるためのコード一式と詳細な手順を公開して
いただくことは可能でしょうか。
無理ということな... -
10:21 PM Bug #1804: ext/socket/mkconstants.rb doesn't recognize enum'ed constants
- =begin
遠藤です。
なかむら(う)さんによると、この問題は今でも直っていないそうです。
--
Yusuke Endoh <[email protected]>
=end
-
10:08 PM Bug #1967: Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10
- =begin
アーロン宛です。
遠藤です。
dl に関するこのチケットをどう思いますか?
ffi に同じような問題はないですか?
dl はすでに x86_64 における API 設計上の問題が指摘されてい... -
09:55 PM Bug #1919 (Closed): sparc-solaris-2.10 で 1.9.2-preview1 がビルドできない
- =begin
遠藤です。
[ruby-dev:39132] で提示されたとりあえずのパッチは r24585 で
取り込まれたようなので close します。ありがとうございました。
よりよいパッチができたら、... -
09:39 PM Feature #3207 (Closed): refinement of IO's bizarre behavior
- Hi,
There are some issues reported about IO's bizarre behavior.
- #1755
- #2516
- #2700
- #2747
All the... -
09:37 PM Bug #2747 (Rejected): io.dup doesn't handle pos properly
- =begin
遠藤です。
1.9.2 では仕様ということで reject します。([ruby-core:28335] 他)
わかりにくい挙動なことは確かなので、1.9.3 以降での改善を Feature
チ... -
09:37 PM Bug #947 (Closed): Signal handler block is never called when the program is too short
- =begin
This issue was solved with changeset r27513.
Yuki, thank you for reporting this issue.
Your contribution to... -
09:37 PM Bug #2700 (Rejected): various behavior when reopening File twice
- =begin
遠藤です。
1.9.2 では仕様ということで reject します。([ruby-core:28335] 他)
わかりにくい挙動なことは確かなので、1.9.3 以降での改善を Feature
チ... -
09:36 PM Bug #2516 (Rejected): IO#reopen Compatibility (original: [ruby-dev:39479])
- =begin
遠藤です。
1.9.2 では仕様ということで reject します。([ruby-core:28335] 他)
わかりにくい挙動なことは確かなので、1.9.3 以降での改善を Feature
チ... -
09:34 PM Bug #1755 (Closed): IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
Hi,
This weird behavior is caused by buffering. This may be improved in
the future, but at least curr... -
09:18 PM Bug #982: stack level too deep for long Array initialization
- =begin
遠藤です。
ささださんが「1.9.2 には不要ではないでしょうか」との見解を出したので、
target を 1.9.x とします。当面は Array#<< などを使ってください。
何とかして欲し... -
09:09 PM Revision 2f404953 (git): Cleaning up syntax warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 PM Revision 430e0ce4 (git): * ext/psych/lib/psych/deprecated.rb: adding deprecated object_maker
- method,
* test/psych/test_deprecated.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27519 b2dd03c8-39d4... -
08:19 PM Revision ad3c1061 (git): * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"
- method
* test/psych/test_deprecated.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27518 b2dd03c8-39d4-... -
08:03 PM Feature #3206 (Rejected): Problems manipulating the signal mask with Ruby
- =begin
The futex timer thread inherits the (nearly empty) signal mask from the main thread when it is created. I've... -
06:07 PM Bug #3205 (Closed): Problem with recent update to lib/net/smtp.rb rcptto_list method
- =begin
This issue was solved with changeset r27512.
Daniel, thank you for reporting this issue.
Your contribution ... -
04:18 PM Bug #3205 (Closed): Problem with recent update to lib/net/smtp.rb rcptto_list method
- =begin
Looks like recent update to lib/net/smtp.rb rcptto_list method uses unknown/undeclared variable name 'ok_addr... - 03:00 PM Revision 4d4038f5 (git): * 2010-04-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision f93e3926 (git): * eval.c (ruby_cleanup): add exception guard around code running
- signal handler (of r27513). Absence of the guard made
bootstraptest/test_thread.rb fail sometimes.
git-svn-id: sv... -
02:06 PM Revision e59b9d35 (git): * insns.def (onceinlinecache): add exclusion control for a region
- between onceinlinecache and setinlinecache. [ruby-dev:39768]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2751... -
01:42 PM Revision e02f7f79 (git): * iseq.c (set_relation): do not use top_wrapper as bottom of cref,
- which caused constant lookup error when "wrapped load" is used;
instead, use Object as bottom, and push top_wrapper... -
01:22 PM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
Could we please get clarification on when it is required and on what platforms? Just allowing an unlimited nu... -
10:20 AM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
Hello,
In message "[ruby-core:29798] [Bug #3185](Rejected) File.expand_path repeats forward slashes at the... -
09:52 AM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
Thx. I just fixed the corresponding RubySpec. http://github.com/rubyspec/rubyspec/commit/40eedde8d44ca8a34e80... -
08:32 AM Feature #3185 (Rejected): File.expand_path repeats forward slashes at the beginning of the path
- =begin
Intended.
I've heard that some kinds of network file systems use // to designate external directories.
=end
-
05:02 AM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
Oops. Forgot to attach the patch or failed to upload it. trying again.
=end
-
04:51 AM Feature #3185: File.expand_path repeats forward slashes at the beginning of the path
- =begin
I'm not sure which is desirable behavior; eliminating repeated slashes or preserving them, but I wrote the pa... -
12:45 PM Bug #1318 (Closed): Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__
- =begin
Patch applied. Thank you.
=end
-
12:45 PM Bug #1393: Multiple assignment does not call to_a but to_ary
- =begin
Hi,
I see. Thank you for your clarifying!
--
Yusuke Endoh <[email protected]>
=end
-
11:33 AM Bug #1393 (Rejected): Multiple assignment does not call to_a but to_ary
- =begin
=end
-
11:32 AM Bug #1393: Multiple assignment does not call to_a but to_ary
- =begin
Hi,
In message "Re: [ruby-core:29509] [Bug #1393] Multiple assignment does not call to_a but to_ary"
... -
12:27 PM Revision 4af243a8 (git): * eval.c (ruby_cleanup): before cleanup, check signal buffer and run
- handler if any. [ruby-core:20970]
* thread.c (rb_threadptr_check_signal): separeted from
timer_thread_function.
... -
10:57 AM Bug #2500 (Closed): \c before a unicode character should cause an error
- =begin
This issue was solved with changeset r27507.
caleb, thank you for reporting this issue.
Your contribution t... -
10:44 AM Feature #3203: LazySweepGC patch
- =begin
nariです。
2010年4月27日10:18 NARUSE, Yui <[email protected]>:
> 成瀬です。
>
> Yusuke ENDOH <[email protected]>:
>
... -
10:18 AM Feature #3203: LazySweepGC patch
- =begin
成瀬です。
Yusuke ENDOH <[email protected]>:
> 2010年4月27日1:11 Narihiro Nakamura [email protected]>:
>
> >... -
10:06 AM Feature #3203: LazySweepGC patch
- =begin
遠藤です。
2010年4月27日1:11 Narihiro Nakamura <[email protected]>:
> その他、有用なベンチマークをご存じでしたら測ってご報告いただけると嬉し
> ... -
09:51 AM Feature #3203: LazySweepGC patch
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:41067] [Feature #3203] LazySweepGC patch"
on Tue, 27 Apr 2010 0... -
01:11 AM Feature #3203 (Closed): LazySweepGC patch
- =begin
ご無沙汰しています。nariです。
CRubyのGCにLazySweepを組み込んだパッチを作成しました(リビジョン27489向
け)。
= 実装について
== 概要
基本的に以下... -
09:00 AM Revision 255b55a3 (git): * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.
- [ruby-core:29809]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27512 b2dd03c8-39d4-4d8f-98ff-823fe... -
09:00 AM Revision 6fd326e7 (git): * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.
- [ruby-core:29809]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:21 AM Revision 3a69ab7b (git): * version.c (ruby_description, ruby_copyright): unaligned and
- optimized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:53 AM Revision c17052a0 (git): * version.c (ruby_description, ruby_copyright): construct literals
- statically even if string literal concatenation is not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
03:45 AM Revision 336a8301 (git): Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 AM Revision 3a87c3c5 (git): Add description about make benchmark to make help.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:54 AM Revision 422efe53 (git): * parse.y (parser_read_escape): deny extra character escapes.
- [ruby-core:27228]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:38 AM Bug #2241: Let Net::SMTP continu when at least one RCPT is accepted
- =begin
There is a typo in this -- line 842 of lib/net/smtp.rb should reference "ok_users" not "ok_addrs"
=end
-
12:51 AM Bug #1909 (Rejected): Strange behavior IO#ungetc at the beginning of the stream
- =begin
Hi,
The 1.8 behavior depends on stdio.
In 1.9, pushing back behind the beginning should be consider... -
12:17 AM Bug #1692 (Closed): warning: useless use of a literal in void context
- =begin
This issue was solved with changeset r27504.
Kazuhiro, thank you for reporting this issue.
Your contributio...
04/26/2010
-
09:21 PM Revision 87ba383a (git): * io.c (select_internal): IO which cbuf is not empty is readable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 PM Feature #2772: Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
I have worked on the determinant (and the rank) methods for Matrix.
Unless I hear arguments against it, ... - 03:09 PM Revision 18abe0e8 (git): * 2010-04-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 56a18860 (git): * parse.y (program): check void_expr when rb_parse_in_main().
- [ruby-dev:38717]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:14 AM Revision a9046960 (git): * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:
- reverted r27484-27486. now official spec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27503 b2dd03c8-39d4-4... - 06:43 AM Revision 76b33197 (git): * ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII): get rid
- of a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:27 AM Revision 3642494c (git): Recommit of JSON; fix mixed declarations.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:34 AM Revision 27be3056 (git): * ext/jason: revert r27493. came again after canceling gcc-ism.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 AM Revision b0018f68 (git): * parse.y (ripper_get_value): escape Qundef.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 AM Revision 3cbb849b (git): * parse.y (warn_balanced): warn according to last state.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 AM Revision 7a609855 (git): * test/bigdecimal/testbase.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:55 AM Revision 9803f4f5 (git): * test/bigdecimal/testbase.rb (teardown): should reset all modes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 AM Revision 6c29e97c (git): * ext/bigdecimal/bigdecimal.def: unnecessary.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 AM Revision cce2aa49 (git): * ext/bigdecimal/bigdecimal.c: suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 AM Bug #3140: gem activation has changed between 1.8 and 1.9
- =begin
Hi,
At Fri, 16 Apr 2010 03:08:27 +0900,
Evan Phoenix wrote in [ruby-core:29537]:
> This moves the RubyGe... -
12:06 AM Revision 54592ad6 (git): * ext/json: Update to JSON 1.4.1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/25/2010
-
09:02 PM Bug #3198: O_APPEND for redirect fd is ignored on windows
- =begin
レビューおよび補足ありがとうございます。
その後、このパッチでは書き込み前に既にポインタが末尾に移動している状態になり
読み込み時に O_APPEND の動作と異なってしまいよくない、ということがわかりましたの... -
04:03 PM Bug #3198: O_APPEND for redirect fd is ignored on windows
- =begin
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:41055] Re: [Bug #3198] O_APPEND for redirect fd is ignored on... -
01:38 PM Bug #3198: O_APPEND for redirect fd is ignored on windows
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:41055] Re: [Bug #3198] O_APPEND for redirect fd is ignored on wind... -
01:20 PM Bug #3198: O_APPEND for redirect fd is ignored on windows
- =begin
> Bug #3198: O_APPEND for redirect fd is ignored on windows
> http://redmine.ruby-lang.org/issues/show/3198
... -
12:35 PM Bug #3198 (Rejected): O_APPEND for redirect fd is ignored on windows
- =begin
Windows7 で、リダイレクト用にファイルをオープンする時
O_APPEND を渡しても無視されます。
$ cat test.rb
fname = "tmp.out"
File.delete... -
03:08 PM Revision 9372cdb8 (git): * bignum.c (bigmul1_karatsuba): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 PM Revision 8ebadc63 (git): * io.c (ruby_dup): update max fd.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Revision 39d4e759 (git): * lib/net/imap.rb (fetch_internal): do not quote message data item
- names. Thanks, Eric Hodel. [ruby-core:23508]
Conflicts:
ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:58 PM Revision fcd05a98 (git): * lib/net/imap.rb (fetch_internal): do not quote message data item
- names. Thanks, Eric Hodel. [ruby-core:23508]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27489 b2dd03c8-39d4... - 12:42 PM Revision 01c69ec9 (git): * 2010-04-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision 1b901204 (git): * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo
- Matsuyama. [ruby-dev:38063] backported from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2... - 06:59 AM Revision 3081e111 (git): * lib/cmath.rb: reverted experimental r23900.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:52 AM Revision 35021145 (git): * complex.c, ratioanl.c: reverted experimental r24565.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:37 AM Revision 21b716f9 (git): * lib/date.rb, lib/date/delta*: reverted experimental r24567 and
- r25393.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:08 AM Revision 1e6a884a (git): * hash.c (ruby_setenv): putenv on msvcrt.dll can't remove empty value.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom