Activity
From 12/24/2010 to 12/30/2010
12/30/2010
-
11:27 PM Bug #4178 (Closed): test/rubygems/gemutilities.rb で、よくわからない ArgumentError
- =begin
This issue was solved with changeset r30432.
Makoto, thank you for reporting this issue.
Your contribution ... -
06:53 PM Revision 3d38ba87 (git): * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.
- patched by Peter Weldon <peter.weldon AT null.net>
[ruby-core:33985]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... - 06:03 PM Revision 6eae4ecb (git): * 2010-12-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:03 PM Revision 584a099f (git): * Makefile.in: remove unnecessary semicolons.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 PM Revision af8df10d (git): * vm.c (vm_define_method): guard iseq from GC while method definition.
- [ruby-dev:42832]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:33 PM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On 12/28/2010 8:18 PM, Eric Hodel wrote:
> If we're building a documentation standard for ruby we'll nee... -
01:11 PM Bug #4225 (Rejected): IO.foreach should only accept string arguments
- It looks like the `IO.foreach` method doesn't check its argument type first if no block is provided:
~~~ruby
fh =... -
11:21 AM Revision 962b7538 (git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 AM Revision 78f61305 (git): * Makefile.in: Check V=1 argument if run "make clean" or similar.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:06 AM Revision 918a712c (git): * Makefile.in: Kill ugly line continuation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:34 AM Bug #4221: Unexpected result of Time#strftime("%s") on Windows with trunk
- =begin
From 8155b4d68f5b09ad95da23db499cd718be38fd29 Mon Sep 17 00:00:00 2001
From: Peter Weldon <peter.weldon@nul... -
04:34 AM Bug #4221: Unexpected result of Time#strftime("%s") on Windows with trunk
- =begin
Most likely an overflow bug:
irb(main):001:0> Time.at(2**31 - 1).strftime('%s')
=> "2147483647"
irb(... -
02:58 AM Revision e8fc3083 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:50 AM Revision 03ac5a15 (git): * 2010-12-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 AM Revision ae47a529 (git): * sprintf.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/29/2010
-
11:42 PM Feature #4224 (Closed): inconsistent behavior of 'puts "\xFF"'
- =begin
C:\work>ruby -ve 'puts "\xFFabc"'
ruby 1.9.3dev (2010-12-28 trunk 30412) [i386-mswin32_90]
-e:1:in `write... -
11:18 PM Feature #4183: [ext/openssl] Timestamp support
- =begin
- Removed a redundant variable
- Corrected another code line with "raise without freeing before"
- Additi... -
09:18 PM Bug #4178: test/rubygems/gemutilities.rb で、よくわからない ArgumentError
- =begin
きしもとです
このエントリに登録したスクリプトで試しましたが、治まりました。
make test-all TESTS='--gc-stress -v rubygems' の実行を待っているのですが
終わり... -
07:31 PM Bug #4178: test/rubygems/gemutilities.rb で、よくわからない ArgumentError
- =begin
すみません、下記のパッチで症状が治まるか確認して頂けないでしょうか。
rb_iseq_clone で作られた iseqval が最適化でスタックに置かれず、GC されてしまっているのではないかと思います。
... -
12:29 AM Bug #4178: test/rubygems/gemutilities.rb で、よくわからない ArgumentError
- =begin
miniruby でも確認できるように縮めました。
:foo が 5 回表示されるはずが、:foo が 2 回表示された後は :bar と :foo が交互に表示されました。
5.times do
... -
06:33 PM Bug #4223 (Closed): GC.stress = true で謎の ArgumentError
- =begin
手元の環境で、trunk の r29690 以降で、次のようなスクリプトが、
# foo.rb
GC.stress = true
t = Time.local(2000)
File.utime(... -
02:45 PM Feature #4222 (Assigned): Irb tab completion support for the valid (but rare) obj::method invocation syntax
- =begin
=end
-
02:44 PM Feature #4222: Irb tab completion support for the valid (but rare) obj::method invocation syntax
- =begin
Thank you, Abinoam.
On Wed, Dec 29, 2010 at 1:10 PM, Abinoam P. Marques Jr.
<[email protected]> wrote... -
01:10 PM Feature #4222 (Closed): Irb tab completion support for the valid (but rare) obj::method invocation syntax
- =begin
class MyC
def my_method
true
end
end
a = MyC.new
# This is a valid method invocati... -
12:29 PM Bug #4221 (Closed): Unexpected result of Time#strftime("%s") on Windows with trunk
- =begin
C:\work>irb
irb(main):001:0> Time.at(2000000000).strftime('%s')
=> "2000000000"
irb(main):002:0> Time.a... -
12:20 PM Revision ae167e1e (git): * io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILE
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:37 AM Revision f8b2f4e0 (git): * ext/extmk.rb: strip current directory prefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:34 AM Revision fdd16eea (git): * test/rdoc: fix properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:33 AM Revision 3a28aaaa (git): * win32/rm.bat: remove duplicated line.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:31 AM Revision 4f15664f (git): * enc/depend (clean): remove name2ctype.h when out-of-place build.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:27 AM Revision 0dfd81cb (git): * win32/Makefile.sub (clean-enc): pass V to inferior make.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 AM Bug #4217: irb exits unexpectedly with non-ascii Regexp on Windows
- =begin
I think r30412 is incomplete.
After applying r30412, while the second case is fixed, the first case is s... -
10:18 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On Dec 27, 2010, at 19:03, Loren Segal wrote:
> On 12/27/2010 5:03 PM, Eric Hodel wrote:
>> I highly suppor... - 09:26 AM Revision 055e4558 (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:24 AM Revision 183bbd8b (git): Sorry, commit miss of r30412.
- * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
07:26 AM Bug #4174: 1F1E on rdoc tests
- =begin
Sorry, I have removed lib/rake/rdoctask's implementation and replaced it with a warning and a require 'rdoc/t... -
07:25 AM Bug #4174 (Closed): 1F1E on rdoc tests
- =begin
I asked Jim if it was ok to replace Rake::RDocTask with RDoc::Task and he approved.
I have updated to RD... -
06:42 AM Bug #1650 (Open): Time range === is slow
- =begin
=end
-
05:45 AM Bug #1650: Time range === is slow
- =begin
That's not what the docs say. They are ambiguous. http://ruby-doc.org/ruby-1.9/classes/Range.html:
- rn... -
06:39 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
Attached patch gives the following results on Win7 Ultimate 32-bit with similar results on Arch Linux except ... -
05:16 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
On Wed, Dec 29, 2010 at 05:09:34AM +0900, Jon Forums wrote:
> Issue #4214 has been updated by Jon Forums.
>... -
05:09 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
I don't expect any surprises, but I want to try _WIN32 out on the following files and run test-all my Win7 an... -
05:08 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
On Tue, Dec 28, 2010 at 5:00 PM, Aaron Patterson
<[email protected]> wrote:
>
> I prefer this sol... -
05:01 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
On Wed, Dec 29, 2010 at 12:03:48AM +0900, Luis Lavena wrote:
> Issue #4214 has been updated by Luis Lavena.
... -
12:03 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
Nobu, something like this could work for you?
diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf... -
03:45 AM Feature #4151: Enumerable#categorize
- =begin
2010/12/27 Marc-Andre Lafortune <[email protected]>:
>
> I have an alternate proposition... -
03:14 AM Bug #4210: id rather than object_id used in 1.9 rdoc for ObjectSpace
- =begin
Sorry I meant the initial comments in the rdoc, like this:
define_finalizer(a, proc {|id| puts "Finaliz... -
01:33 AM Revision 89f9c414 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 AM Revision fc38c70c (git): * signal.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/28/2010
-
11:50 PM Bug #4141: Tk extension is not accepting any type of parameter combination
- =begin
On Mon, Dec 27, 2010 at 10:34 PM, Hidetoshi NAGAI
<[email protected]> wrote:
>
> Oh, I'm sorry. Pleas... -
10:34 AM Bug #4141: Tk extension is not accepting any type of parameter combination
- =begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:33922] Re: [Ruby 1.9-Bug#4141][Open] Tk extensi... -
11:31 PM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
If you go the predefined macro route, better use _WIN32 rather than __WIN32__ as both cl [1] and MinGW gcc de... -
08:17 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
On Tue, Dec 28, 2010 at 07:49:07AM +0900, Nobuyoshi Nakada wrote:
> Hi,
>
> At Tue, 28 Dec 2010 01:24:29 ... -
07:49 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
Hi,
At Tue, 28 Dec 2010 01:24:29 +0900,
Jon Forums wrote in [ruby-core:33925]:
> While it might be nice ... -
04:49 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
Thank you Jon and Aaron for applying.
Created backport #4216 for Ruby 1.9.2 maintainer.
=end
-
04:37 AM Bug #4214 (Closed): Fiddle::WINDOWS == false on Windows
- =begin
This issue was solved with changeset r30407.
Jon, thank you for reporting this issue.
Your contribution to ... -
04:32 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
On Tue, Dec 28, 2010 at 01:06:00AM +0900, Luis Lavena wrote:
> Issue #4214 has been updated by Luis Lavena.
... -
01:24 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
While it might be nice in the future to have HAVE_WINDOWS_H globally available in config.h, currently it's no... -
01:06 AM Bug #4214: Fiddle::WINDOWS == false on Windows
- =begin
Perhaps Fiddle can match what DL is already doing:
# in ext/dl/extconf.rb
have_header("windows.h")
=... -
12:46 AM Bug #4214 (Closed): Fiddle::WINDOWS == false on Windows
- =begin
... -
10:22 PM Revision b2d68b28 (git): Deprecate Rake::RDocTask in favor of RDoc::Task
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:08 PM Revision 485889a0 (git): * 2010-12-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 PM Revision e2efe8e8 (git): Import RDoc 3.1
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:20 PM Bug #4185: ruby 1.9.2 p0 installation issue
- =begin
Hi Nakada,
I set the environment variable
i.e LD_LIBRARY_PATH = TOOL_ROOT/ruby/ruby/1.9.1/rhe4-x86... -
06:47 PM Bug #4217 (Closed): irb exits unexpectedly with non-ascii Regexp on Windows
- =begin
This issue was solved with changeset r30412.
Heesob, thank you for reporting this issue.
Your contribution ... -
02:09 PM Bug #4217 (Closed): irb exits unexpectedly with non-ascii Regexp on Windows
- =begin
C:\work>irb
irb(main):001:0> Regexp.new("\xFF")
RegexpError: c:/usr/lib/ruby/1.9.1/irb.rb:168:in `write':... -
12:06 PM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On 12/27/2010 5:03 PM, Eric Hodel wrote:
> I highly support having a unified documentation tool and styl... -
09:54 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On 12/26/2010 10:01 PM, Yui NARUSE wrote:
>
> Issue #4211 has been updated by Yui NARUSE.
>
>
> You... -
08:10 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On Tue, Dec 28, 2010 at 05:52:13AM +0900, Ryan Davis wrote:
>
> On Dec 27, 2010, at 12:20 , Aaron Patterso... -
07:03 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On Dec 26, 2010, at 13:00, Loren Segal wrote:
> Feature #4211: Converting the Ruby and C API documentation... -
05:52 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On Dec 27, 2010, at 12:20 , Aaron Patterson wrote:
> On Mon, Dec 27, 2010 at 12:01:00PM +0900, Yui NARUS... -
05:20 AM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
On Mon, Dec 27, 2010 at 12:01:00PM +0900, Yui NARUSE wrote:
> Issue #4211 has been updated by Yui NARUSE.
>... - 09:43 AM Revision 90d5bcf9 (git): * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.
- * error.c, include/ruby/intern.h (rb_compile_error_with_enc): new
function to raise syntax error, with sour... -
06:00 AM Bug #4153: Minitest or ruby bug - wrong return code
- =begin
On Dec 25, 2010, at 21:44 , Yui NARUSE wrote:
> Issue #4153 has been updated by Yui NARUSE.
>
>
> W... -
05:58 AM Bug #4153: Minitest or ruby bug - wrong return code
- =begin
On Dec 25, 2010, at 21:44 , Yui NARUSE wrote:
> Issue #4153 has been updated by Yui NARUSE.
>
>
> W... -
05:58 AM Bug #4153 (Rejected): Minitest or ruby bug - wrong return code
- =begin
=end
-
03:01 AM Bug #3760 (Assigned): help "String.new" (for example) no longer works in irb
- =begin
=end
-
02:20 AM Bug #3760: help "String.new" (for example) no longer works in irb
- =begin
Please reopen.
>> RUBY_REVISION
=> 30404
>> help 'String.new'
NoMethodError: undefined method `get...
12/27/2010
-
10:37 PM Revision 8af7ed60 (git): * ruby.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Revision 1f4401eb (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Revision 02a24aae (git): * NEWS: add ARGF.write and so on.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Revision 4fefafb1 (git): * NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:04 PM Bug #4141: Tk extension is not accepting any type of parameter combination
- =begin
On Sun, Dec 26, 2010 at 10:05 PM, Hidetoshi NAGAI
<[email protected]> wrote:
> Hi,
>
Hello,
>> ... -
10:05 AM Bug #4141: Tk extension is not accepting any type of parameter combination
- =begin
Hi,
From: Luis Lavena <[email protected]>
Subject: [ruby-core:33656] [Ruby 1.9-Bug#4141][Open] Tk ex... -
10:05 AM Bug #4141: Tk extension is not accepting any type of parameter combination
- =begin
Hi,
From: Luis Lavena <[email protected]>
Subject: [ruby-core:33656] [Ruby 1.9-Bug#4141][Open] Tk ex... -
07:34 PM Revision 5c99ee83 (git): * ext/fiddle/extconf.rb: check for windows.h while building fiddle.
- Thanks Jon Forums! [ruby-core:33923]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30407 b2dd03c8-39d4-4d8f-98ff... - 04:48 PM Revision b66fc7ac (git): * 2010-12-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:48 PM Revision c1c02696 (git): * NEWS: Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Feature #4197 (Assigned): Improvement of the benchmark library
- =begin
=end
-
12:01 PM Bug #4178: test/rubygems/gemutilities.rb で、よくわからない ArgumentError
- =begin
もうちょっと小さくしてみました。以下のようなスクリプトで手元では再現します。
require "rubygems/package.rb"
open("/dev/null", "wb"){|io|
... -
12:00 PM Feature #4211: Converting the Ruby and C API documentation to YARD syntax
- =begin
Your proposal is interesting, but as a lazy comitter, I want to know what we must do for this change.
For e... -
06:00 AM Feature #4211 (Rejected): Converting the Ruby and C API documentation to YARD syntax
- =begin
The Ruby (high level core/stdlib) documentation and its C API (low level) counterparts currently use two dif... -
11:42 AM Revision 0585d81d (git): * win32/configure.bat: Remove obsoleted conding rule. Now, we
- don't support to build on Windows 95/98.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30404 b2dd03c8-39d4-4d... -
11:13 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
On Sun, Dec 26, 2010 at 9:33 PM, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-... -
11:13 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
=end
-
09:33 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
In message "[ruby-core:33911] [Ruby 1.9-Bug#3889] Incorrectly detected i686-w64-mingw32 as x64-ming... -
06:40 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
The following patch resolves the x64-mingw64 issue described in previous comment:
diff --git... -
05:26 AM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
Hello,
The 32bits (i686-w64-mingw32) issue has been solved, and it correctly generates i386-mingw32 as R... -
10:37 AM Feature #4180 (Closed): Add Zlib.deflate / Zlib.inflate
- =begin
This issue was solved with changeset r30397.
Yui, thank you for reporting this issue.
Your contribution to ... -
09:36 AM Bug #4210: id rather than object_id used in 1.9 rdoc for ObjectSpace
- =begin
Docs issues are also here.
Anyway the document says "an object id", so it seems correct.
=end
-
01:17 AM Bug #4210 (Rejected): id rather than object_id used in 1.9 rdoc for ObjectSpace
- =begin
http://ruby-doc.org/ruby-1.9/classes/ObjectSpace.html
s/id/object_id/
Clearly this is a very minor ... -
09:27 AM Revision 195992f0 (git): * re.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 AM Bug #4152 (Closed): optparseのzsh compsysでrspecの補完が出来ない
- =begin
This issue was solved with changeset r30394.
Kazuhiro, thank you for reporting this issue.
Your contributio... - 06:57 AM Revision 03530091 (git): * 2010-12-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:57 AM Revision da654b61 (git): * win32/README.win32: note to need NT based OS to build ruby.
- * win32/{configure.bat,setup.mak}: backport current build method from
trunk. [ruby-dev:42893] (#4206)
git-svn-id:... - 06:23 AM Revision ea715891 (git): * win32/README.win32: note to need NT based OS to build ruby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:34 AM Feature #4183: [ext/openssl] Timestamp support
- =begin
>- I don't like the fact that for verification, you need to pass OpenSSL a BIO, even if you're still in posse... -
01:07 AM Feature #4183: [ext/openssl] Timestamp support
- =begin
Thanks for the input! I updated the code with regard to Aaron's and Nobuyoshi's comments. Concerning Nobuyosh... - 03:16 AM Revision c5158538 (git): * common.mk (EXTMK_ARGS): specify to pass macro V, because nmake
- doesn't pass it via MAKEFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30399 b2dd03c8-39d4-4d8f-98ff-823f... -
01:49 AM Revision aefc03ba (git): * win32/rmall.bat: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:36 AM Revision ca96e8da (git): * ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.
- [ruby-dev:42833]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:36 AM Revision e755ecac (git): Update rdoc of zlib.
- Add description about gzip(1) compatible output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30396 b2dd03c8-39...
12/26/2010
-
11:30 PM Revision d298593f (git): * misc/rb_optparse.zsh: add compdef for generator.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:30 PM Revision 0924e52c (git): * lib/optparse.rb (OptionParser#compsys): escape brackets too.
- [ruby-dev:42754]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:27 PM Bug #4209 (Closed): nmake reports warning in ext/ripper
- =begin
This issue was solved with changeset r30389.
Usaku, thank you for reporting this issue.
Your contribution t... -
09:08 PM Bug #4209 (Closed): nmake reports warning in ext/ripper
- =begin
こんなのが出ます。
compiling ripper
NMAKE : warning U4006: 特殊マクロは定義されていません : '$<'
extracting ripper.y f... - 04:31 PM Revision 2ea38fdd (git): * 2010-12-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 PM Revision 011bcd47 (git): * ext/socket/mkconstants.rb: add IF_NAMESIZE.
- add a default for INET6_ADDRSTRLEN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30392 b2dd03c8-39d4-4d8f-98ff... -
04:26 PM Bug #3992: irb's "help" command errs in 1.9.x
- =begin
What feedback?
=end
-
02:55 PM Bug #3992 (Rejected): irb's "help" command errs in 1.9.x
- =begin
No feedback.
=end
-
03:26 PM Bug #4101 (Closed): Bug in Action Caching
- =begin
Ruby 1.9.2-p136 is released
=end
-
03:24 PM Bug #4123 (Third Party's Issue): thread-safe problem in libxml_ruby.so
- =begin
It seems that libxml-ruby makes a wronb object and crashes when GC collect it.
=end
-
03:21 PM Feature #4145 (Closed): The result of UTF-16 encoded string concatenation
- =begin
=end
-
03:10 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
What's going on?
=end
-
03:05 PM Bug #2717: Requiring rubygems/specification causes tons of warnings for NoMethodError
- =begin
What's going on?
=end
-
03:04 PM Bug #2641: Seg fault running miniruby during ruby build on Haiku
- =begin
What's going on?
=end
-
02:57 PM Bug #4044 (Rejected): Regex matching errors when using \W character class and /i option
- I think, current behavior is reasonable.
-
02:56 PM Bug #3799 (Rejected): Unexpected behaviour of require_relative
- =begin
No feedback.
=end
-
02:55 PM Bug #3782 (Rejected): NendoのテストスイートでSEGVが発生する
- =begin
No feedback.
=end
-
02:55 PM Feature #3767 (Rejected): String#scan enumerator?
- =begin
No feedback.
=end
-
02:55 PM Bug #3760 (Rejected): help "String.new" (for example) no longer works in irb
- =begin
No feedback.
=end
-
02:55 PM Bug #3763 (Rejected): 1.9.2-p0 SEGV in String:+
- =begin
No feedback.
=end
-
02:55 PM Bug #3766 (Rejected): SEGFAULT
- =begin
No feedback.
=end
-
02:53 PM Bug #3889: Incorrectly detected i686-w64-mingw32 as x64-mingw
- =begin
What's going on?
=end
-
02:53 PM Bug #3861 (Feedback): Endian bugs in fiddle/dl on sparc64
- =begin
=end
-
02:52 PM Bug #3862: Bugs in the OpenSSL extension on sparc64
- =begin
=end
-
02:48 PM Bug #3934 (Assigned): ChangeLog-1.9.3
- =begin
=end
-
02:44 PM Bug #4153: Minitest or ruby bug - wrong return code
- =begin
What's current status?
If this is resolved, please close this.
=end
-
02:43 PM Feature #4184 (Rejected): String that has the same object_id in an each occurrence in a code
- =begin
=end
-
02:42 PM Bug #4152 (Assigned): optparseのzsh compsysでrspecの補完が出来ない
- =begin
コミットしてください
=end
-
02:41 PM Bug #4161 (Assigned): ReXML wants "elements.each" argument to be not frozen
- =begin
=end
-
02:39 PM Bug #4188 (Closed): minitest warnings in 1.9.3
- =begin
This is fixed at r30345, r30347, and r30348
=end
-
02:10 PM Revision 205cc6c0 (git): * win32/Makefile.sub: suppress a strange error message when RMALL
- found no such file.
* win32/rmall.bat: new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30391 b2dd03... -
01:46 PM Revision 43b4bae5 (git): * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 PM Revision cf7dae0e (git): * ext/ripper/depend (ripper.y): fix messages with nmake.
- [ruby-dev:42896]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:24 PM Revision 1b00c45d (git): * file.c (file_expand_path): get rid of warnings caused by
- -Wdeclaration-after-statement on cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30388 b2dd03c8-39d4-4d8f-... -
12:59 PM Revision 5d276ea1 (git): * process.c (before_exec): add small comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:17 PM Bug #4202 (Closed): RDoc raises exception on non-HOME envrionemt
- =begin
This issue was solved with changeset r30382.
Shyouhei, thank you for reporting this issue.
Your contributio... -
11:54 AM Revision 2316cd4d (git): * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if not
- available. fix compilation error on mswin32-60. reported by nobu.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
10:43 AM Revision 9694fa95 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:38 AM Revision 6446be30 (git): * ext/socket/option.c: define IFNAMSIZ if not available.
- fix compilation error on mingw32. reported by nobu.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30384 b2dd03... -
06:18 AM Feature #4183: [ext/openssl] Timestamp support
- =begin
On Sat, Dec 25, 2010 at 11:58:56PM +0900, Hiroshi Nakamura wrote:
> Hi,
>
> On Sat, Dec 25, 2010 at 06:32... -
04:37 AM Bug #4203 (Closed): broken RegCreateKeyExA definition in registry.rb
- =begin
This issue was solved with changeset r30377.
Rafał, thank you for reporting this issue.
Your contribution t... -
04:24 AM Bug #4203: broken RegCreateKeyExA definition in registry.rb
- =begin
=end
-
04:24 AM Bug #4203: broken RegCreateKeyExA definition in registry.rb
- =begin
Hello,
Indeed is a bug, will apply patch to trunk first.
Thank you.
=end
-
04:26 AM Revision bcd39a08 (git): update comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 AM Revision fc0df967 (git): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception if
- HOME is not set. [ruby-core:33867]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30382 b2dd03c8-39d4-4d8f-98ff-... -
02:39 AM Revision cc479b25 (git): * parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.
- http://twitter.com/#!/wannabe53/status/18797576396472321
http://twitter.com/#!/wannabe53/status/18798416150663168
... -
02:27 AM Feature #4204 (Closed): IO#advise should raise error for unknown symbol
- =begin
This issue was solved with changeset r30375.
Tomoyuki, thank you for reporting this issue.
Your contributio... -
01:39 AM Feature #4204: IO#advise should raise error for unknown symbol
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:42890] [Ruby 1.9-Feature#4204] IO#advise should raise error for unkn... -
01:34 AM Feature #4204: IO#advise should raise error for unknown symbol
- =begin
こういうこと? (パッチを添付します)
=end
-
01:04 AM Feature #4204: IO#advise should raise error for unknown symbol
- =begin
[Feature #4038] に関連
=end
-
02:15 AM Revision 6d8c13bc (git): * test/with_different_ofs.rb (DifferentOFS): should not affect
- original classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:36 AM Revision dd5ad247 (git): * rational.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Revision 326ec51f (git): * ext/socket/option.c (rb_if_indextoname): new function to abstract
- environments without if_indextoname.
(inspect_ipv6_multicast_if): new function to inspect
IPV6_MULTICAST_IF.
So...
12/25/2010
-
11:59 PM Feature #4183: [ext/openssl] Timestamp support
- =begin
Hi,
On Sat, Dec 25, 2010 at 06:32, Aaron Patterson
<[email protected]> wrote:
> This patch is r... -
10:44 AM Feature #4183: [ext/openssl] Timestamp support
Hi,
At Sat, 25 Dec 2010 06:32:14 +0900,
Aaron Patterson wrote in [ruby-core:33858]:
> The patch seems goo...-
06:37 AM Feature #4183: [ext/openssl] Timestamp support
On Wed, Dec 22, 2010 at 03:19:12AM +0900, Martin Bosslet wrote:
> Feature #4183: [ext/openssl] Timestamp support...-
11:42 PM Feature #4204: IO#advise should raise error for unknown symbol
- =begin
>r30299 で導入された
すみません、r30229 の間違いでした。
=end
-
11:32 PM Feature #4204 (Closed): IO#advise should raise error for unknown symbol
- =begin
r30299 で導入された IO#advise メソッドは、引数に Symbol であれば何でも受け付けて、
対応していない Symbol が渡されても特にエラーにはなりません。
プラットフォームの対応状... -
09:45 PM Bug #4203 (Closed): broken RegCreateKeyExA definition in registry.rb
- =begin
in ext/dl/win32/lib/win32/registry.rb:
definition of advapi32.dll function: RegCreateKeyExA is broken (m... -
08:59 PM Bug #4199: make test ruby-1.9.2-p0 failed on Solaris10 x86
- =begin
On Sat, Dec 25, 2010 at 7:10 PM, Yui NARUSE <[email protected]> wrote:
> Solaris is not supported.
So... -
07:10 PM Bug #4199: make test ruby-1.9.2-p0 failed on Solaris10 x86
- =begin
Solaris is not supported.
=end
-
07:33 PM Revision 5d479651 (git): * ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.
- Patch by Rafal Michalski [ruby-core:33874] [Ruby 1.9-Bug#4203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@303... -
05:45 PM Feature #4151: Enumerable#categorize
- =begin
2010/12/20 "Martin J. Dürst" <[email protected]>:
>> Enumerable#categorize is more general than Enume... -
05:37 PM Revision acc69509 (git): This ifdef should be useless after r30374.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 PM Revision 085e40d4 (git): * io.c (advice_arg_check): Change argument check.
- Now, an unsupported advice makes NotImplementedError.
[ruby-dev:42887] [Ruby 1.9-Feature#4204]
git-svn-id: svn... -
05:21 PM Revision 6bd4afaa (git): * ext/socket/extconf.rb: Fix build error which was introduced r30372.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:41 PM Revision f30eca26 (git): * 2010-12-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:41 PM Revision 7c9fbd22 (git): * ext/socket/extconf.rb: check the existence of if_indextoname().
- * ext/socket/option.c: yesterday's akr's commits destroyed the build of
some unrelated platforms (such as Windows).... -
02:37 PM Bug #4121 (Closed): test_getpty_nonexistentで止まることがある
- =begin
This issue was solved with changeset r30350.
Kouhei, thank you for reporting this issue.
Your contribution ... -
02:35 PM Revision 01da08a2 (git): * ext/socket/option.c (inspect_ipv4_add_drop_membership): new function
- to inspect struct ip_mreq and struct ip_mreqn for
IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP.
Socket::Option.new(:I... -
02:34 PM Bug #4202 (Closed): RDoc raises exception on non-HOME envrionemt
- =begin
Hi Eric,
I'm running my Ruby compilation as a cron job and fails on "make rdoc", saying following:
... -
01:49 PM Revision ef990446 (git): * test/csv: DifferentOFS needs to be include in each classes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:41 PM Revision c41b036f (git): test/with_different_ofs.rb: fixed typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 PM Revision 3e7c6811 (git): * test/digest/test_digest_extend.rb (TestDigestExtend#setup):
- should not depend on the result of previous tests
* test/with_diffent_ofs.rb (DifferentOFS::WithDifferentOFS): give
... -
01:08 PM Revision 7df8b949 (git): * test/with_diffent_ofs.rb (DifferentOFS): test suite for test
- suites affected by $,.
* test/digest/test_digest_extend.rb (TestDigestExtend): should not
assume $, invariant.
git... -
01:04 PM Revision 36feefec (git): * test/csv/test_data_converters.rb, test/csv/test_table.rb: don't
- not call setup within tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30366 b2dd03c8-39d4-4d8f-98ff-823fe69... -
10:22 AM Revision c9958d6a (git): * io.c (pipe_open): Added rb_thread_atfork(). We must reinitialize
- GVL at new process creation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30364 b2dd03c8-39d4-4d8f-98ff-823f... - 09:37 AM Revision 9638cd5b (git): * 2010-12-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:37 AM Revision 6223c55b (git): merges r30350 from trunk into ruby_1_9_2.
- --
* ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().
We must reinitialize GVL when new proces... -
09:29 AM Revision 1b40391d (git): * ext/socket/option.c (inspect_ipv6_mreq): new function to inspect
- struct ipv6_mreq for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
Socket::Option.new(:INET6, :IPV6, :JOIN_GROUP,
[0xff12... -
09:04 AM Revision 08d99ac9 (git): * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.
- * lib/csv.rb (CSV#init_separators): cannonicalize encoding options
as Encoding objects.
git-svn-id: svn+ssh://ci.r... -
09:02 AM Revision 9ff4e237 (git): Support OpenSSL 1.1; it supports RSA1024 and DSS1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 AM Revision e271684d (git): * thread.c (rb_thread_atfork): Add small comment why we need
- reset random seed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:33 AM Revision eadc6395 (git): * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name to
- anonymous classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:32 AM Revision 9c017ca5 (git): * lib/csv.rb (CSV#init_separators): use IO#gets with length
- parameter to get rid of wrong convertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30356 b2dd03c8-39d4-4d8f... -
07:44 AM Revision 9a907880 (git): * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:04 AM Revision b4876f5e (git): * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encoding
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:58 AM Revision d0521710 (git): * lib/csv.rb, test/csv: should not assume $, invariant.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:28 AM Revision 47a1cd12 (git): * signal.c: change rb_atomic_t definition from uchar to uint.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:04 AM Revision 9b0f2e48 (git): * test/csv/test_encodings.rb (TestEncodings#setup): fix evil test
- suite writing to the source directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30351 b2dd03c8-39d4-4d8f-9... -
05:47 AM Bug #4188: minitest warnings in 1.9.3
- =begin
On Thu, Dec 23, 2010 at 10:11:36AM +0900, Ryan Davis wrote:
>
> On Dec 22, 2010, at 16:24 , Aaron Patterso... -
05:31 AM Revision 40240274 (git): * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().
- We must reinitialize GVL when new process creation. Otherwise
we may meet an insane deadlock. [Bug #4121][ruby-... -
05:27 AM Revision 522c538e (git): * io.c (rb_io_extract_encoding_option): accept Encoding object as
- encoding: optional argument. [ruby-dev:42884]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30349 b2dd03c8-39d4... - 05:01 AM Revision f83bc706 (git): Fixed a minor warning in 1.9.3
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:55 AM Revision 9698217c (git): Imported minitest 2.0.2 r6093
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:49 AM Revision 03ca4797 (git): * ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):
- unused.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:24 AM Revision 4a722bd7 (git): Dunno why this conflicted
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:08 AM Revision 0c232beb (git): * random.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 AM Revision 1aff775d (git): * load.c (rb_f_require_relative): don't omit return type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:07 AM Revision d0830a22 (git): Document require_relative
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:02 AM Revision 91c6ba23 (git): * ext/zlib/zlib.c (gzreader_gets): support optional length
- parameter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:59 AM Revision aeb8d7f5 (git): * ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length should
- be long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:54 AM Revision bd3c7a7e (git): * test/zlib/test_zlib.rb (test_readline): renamed from test_gets.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:51 AM Revision 514a5b3b (git): * ext/json/generator/generator.c (fbuffer_free): unused.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:50 AM Revision d0598d27 (git): * 2010-12-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Revision 483bfa27 (git): * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/24/2010
-
08:40 PM Bug #4199 (Rejected): make test ruby-1.9.2-p0 failed on Solaris10 x86
- =begin
#./configure
#./make
#./make test
make: Warning: Illegal dependency list for target `.DEFAULT'
sa... -
10:32 AM Bug #4186 (Closed): Failure: test_imaps_with_ca_file(IMAPTest)
- =begin
r30304で対応しました。
=end
-
09:30 AM Bug #4198 (Rejected): parse error involving spaceship operator
- =begin
Hi,
I'm not sure if this is a bug? I'm getting a parse error on
the last line of the following code,... -
09:29 AM Feature #4147: Array#sample で重みを指定したい
- =begin
むらたです。
On 2010/12/23, at 14:56, Yusuke ENDOH wrote:
>> Ojima さんが欲しがってる「n標本だけの重み付き抽出」を Array#sample で対応す... -
08:04 AM Feature #4195: option for Socket#sendmsg
- =begin
2010年12月24日7:42 Nobuyoshi Nakada <[email protected]>:
> s1.sendmsg "stdin", 0, nil, Socket::AncillaryDat... -
07:42 AM Feature #4195: option for Socket#sendmsg
- =begin
なかだです。
At Fri, 24 Dec 2010 00:31:09 +0900,
Tanaka Akira wrote in [ruby-dev:42875]:
> 2010年12月23日23:26 Yu... -
12:31 AM Feature #4195: option for Socket#sendmsg
- =begin
2010年12月23日23:26 Yukihiro Matsumoto <[email protected]>:
>
> |まず、現在でも以下のように可能です。
> 知りませんでした。
提案からそれが... -
05:47 AM Feature #4197 (Closed): Improvement of the benchmark library
- =begin
Hello Rubyists !
The Benchmark library's code is now becoming a bit old, and I would like to keep it up... -
03:24 AM Revision 5be97645 (git): merges r29197 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch was
blocked on Windows while blo... -
03:23 AM Revision bab65966 (git): * version.h: forgotten increasing patch level at r30331.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 AM Revision 939935ef (git): * 2010-12-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 AM Revision 7174a4e7 (git): * ChangeLog: removes duplicate/wrong entries. Patch by
- Tomoyuki Chikanaga <nagachika00 AT gmail.com>.
http://twitter.com/#!/nagachika/status/18134422343647232
git-svn-id... -
12:01 AM Bug #3737: DateTime#to_time doesn't preserve zone
- =begin
I'm suffering from this same issue, as described here: http://stackoverflow.com/questions/4518967/making-sens...
Also available in: Atom