Project

General

Profile

Activity

From 04/16/2011 to 04/22/2011

04/22/2011

10:23 PM Bug #4596: Process.kill doesn't accept pid 0 (win32)
=begin
まつもと ゆきひろです

シンガポールはネットが細い気が。

In message "Re: [ruby-dev:43421] [Ruby 1.9 - Bug #4596][Open] Process....
matz (Yukihiro Matsumoto)
10:23 PM Bug #4596: Process.kill doesn't accept pid 0 (win32)
=begin
まつもと ゆきひろです

シンガポールはネットが細い気が。

In message "Re: [ruby-dev:43421] [Ruby 1.9 - Bug #4596][Open] Process....
matz (Yukihiro Matsumoto)
09:52 PM Bug #4596 (Closed): Process.kill doesn't accept pid 0 (win32)
=begin
MSWin32版Rubyで、Process.killにpidとして0を指定するとEINVALとなります。
この動作は、以下の理由からバグだと思いますが、何か事情があるのでしょうか?
バグと考える理由)
1. Pro...
arton (Akio Tajima)
06:35 PM Bug #4421: [ext/openssl] Fix RSA public key encoding
=begin
Hi, Martin,

We don't have enough resource and knowledge about ext/openssl. So do you need a commit bit?
...
naruse (Yui NARUSE)
03:23 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
=begin
前田です。

2011年4月21日14:51 Nobuhiro Iwamatsu <[email protected]>:
>> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないた...
shugo (Shugo Maeda)
03:23 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
=begin
前田です。

2011年4月21日14:51 Nobuhiro Iwamatsu <[email protected]>:
>> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないた...
shugo (Shugo Maeda)
01:35 PM Revision d5b4cf7f (git): Use Float#finite?.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:16 PM Feature #4189: FileUtils#ln_r
=begin
FYI
X11 distribution has lndir command, it creates real directories and file symlinks though.
=end
sakuro (Sakuro OZAWA)
01:03 PM Feature #4189: FileUtils#ln_r
=begin
Since ln command does not have -r option, I am kind of hesitating to add ln_r. I understand usefulness of the...
matz (Yukihiro Matsumoto)
12:13 PM Feature #4189 (Assigned): FileUtils#ln_r
=begin
=end
naruse (Yui NARUSE)
12:12 PM Feature #4595 (Closed): TkPhotoImage documentation
=begin
以下のような pull request が来ています。
I have documented some method from TkPhotoImage, based on the original Tcl/Tk ...
naruse (Yui NARUSE)
11:41 AM Bug #4594 (Rejected): Don't depend on extension automagic
Extensions in ruby are built automatically by what is found at compile time, this is bad as dependencies won't be tra... nwmcsween (Nathan McSween)
11:00 AM Feature #4593 (Rejected): xmlrpc does not support bigdecimal
=begin
=end
mrkn (Kenta Murata)
10:59 AM Feature #4593: xmlrpc does not support bigdecimal
=begin
Hi,

On 2011年4月22日金曜日 at 1:47, Alex Tambellini wrote:
> XMLRPC does not support bigdecimal.
>
> Se...
mrkn (Kenta Murata)
01:57 AM Feature #4593: xmlrpc does not support bigdecimal
=begin
=end
sorah (Sorah Fukumori)
01:45 AM Feature #4593: xmlrpc does not support bigdecimal
=begin
This would apply to 1.8 and 1.9.
=end
atambo (Alex Tambellini)
01:44 AM Feature #4593 (Rejected): xmlrpc does not support bigdecimal
=begin
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc l...
atambo (Alex Tambellini)
03:05 AM Revision 4e047495 (git): * array.c (rb_ary_sort_bang): fix rdoc.
patched by burningTyger. https://github.com/ruby/ruby/pull/11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3132...
naruse (Yui NARUSE)
02:50 AM Revision c853e2d8 (git): * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
XML-RPC's int is 32bit int, and Fixnum also may be beyond 32bit.
* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):...
naruse (Yui NARUSE)

04/21/2011

09:20 PM Feature #4592: Tempfileを直接保存したい
卜部さんの言うとおりなのですが、ユースケースを書きますと、
Railsもcgi.rbも巨大なファイルをアップロードしたときは
tempfileにファイルを保存します。
これを保存したいとなったときに、
tempfileから読み...
xibbar (Takeyuki FUJIOKA)
05:16 PM Feature #4592: Tempfileを直接保存したい
* closeと同時というのを諦め、closeのちょっと後でよければ、普通にmvできるのではないでしょうか。
```
irb(main):001:0> f = Tempfile.new('')
=> #<F...
shyouhei (Shyouhei Urabe)
05:05 PM Feature #4592: Tempfileを直接保存したい
`FileUtils` と間違えた。 `rename` や `link` は `File` のクラスメソッドでした。
sakuro (Sakuro OZAWA)
05:05 PM Feature #4592: Tempfileを直接保存したい
`Tempfile#mv(path)` というメソッドを追加するパッチを書いてみました。
https://gist.github.com/933915
`File.rename` してるので、元のファイルが無くなっちゃいますし...
mrkn (Kenta Murata)
05:04 PM Feature #4592: Tempfileを直接保存したい
先頭が # だと丸ごと見えなくなるのか…
`#close(real=false)`したあと、`#path` を使って、保存したいところに `File#rename` とか、 `File#link` を使うとよいと思います。
sakuro (Sakuro OZAWA)
05:03 PM Feature #4592: Tempfileを直接保存したい
`#close(real=false)` したあと、 `#path` を使って、保存したいところに `File#rename` とか、 `File#link` を使うとよいと思います。
sakuro (Sakuro OZAWA)
04:43 PM Feature #4592 (Assigned): Tempfileを直接保存したい
=begin
Tempfileは一時ファイルなので、プロセスが消えたり、#closeすると、
ファイルが消えてしまいます。
Tempfileのデータを保存するために
一旦読みだして、書き込み用に別ファイルを開いて、
そこに書...
xibbar (Takeyuki FUJIOKA)
07:17 PM Revision 33883ded (git): * 2011-04-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:17 PM Revision 8968bd14 (git): * ext/psych/parser.c (parse): strings from psych have proper taint
markings.
* test/psych/test_tainted.rb: test for string taint
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3131...
tenderlovemaking (Aaron Patterson)
02:51 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
=begin
Yui NARUSE wrote:
> 他の問題もそうなんですが、現状 ext/openssl はメンテナがいないため、
> 明白なバグはしょうがないから直すものの、そうでないものは放置されがちになっています。
>...
iwamatsu (Nobuhiro Iwamatsu)
01:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
=begin
そもそも、beginとendのオブジェクト及びRangeのメソッドによって、
離散値として扱う場合と、連続量として扱う場合が混ざってしまってるんですよね。

> わたしRubyをまったく知らないんですけど、...
tarui (Masaya Tarui)
01:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
=begin
樽家です。

> むらたです。
*snip*
> こうしてみると、以下の仕様に一貫性がないように感じます。
>
> assert_equal(nil, (2..1).max)
> asser...
tarui (Masaya Tarui)
12:23 PM Bug #4591: (1.5...2).max #=> 1 (Range#max)
=begin
むらたです。

test_range.rb の test_max を見てみました。

assert_equal(2, (1..2).max)
assert_equal(nil, (2..1).max...
mrkn (Kenta Murata)
11:03 AM Bug #4591: (1.5...2).max #=> 1 (Range#max)
=begin
>
> Issue #4591 has been reported by Masaya Tarui.
>
> ----------------------------------------
> B...
Anonymous
12:42 AM Bug #4591 (Closed): (1.5...2).max #=> 1 (Range#max)
現在、(1.5...2).maxが1になります。
beginより小さい値が返ってくるのは違和感があります。
終端を含まないRangeについて、endがIntegerである時にend-1を返していますが、
それはbeginもI...
tarui (Masaya Tarui)
01:31 AM Bug #4590 (Closed): documentation is wrong for srand
=begin
This issue was solved with changeset r31316.
Cezary, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)
01:12 AM Bug #4573 (Closed): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Awesome to hear that, closing this out.
On a sidenote:
Is a bummer the issues related to the MySQL DLL b...
luislavena (Luis Lavena)

04/20/2011

11:47 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Hi Luis,
Many thanks,
The issue is solved now.
I've copied the libmysql.dll from another Windows machin...
rmiron (Rares Miron)
09:14 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
In relation to MySQL 5.1 or 5.5, did you place libmysql.dll from MySQL 5.0?
As I mentioned, the binary of t...
luislavena (Luis Lavena)
06:33 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Hello,
Thanks for your suggestions.
I've checked the mysql gem version using:
bundle show mysql
...
rmiron (Rares Miron)
03:50 AM Bug #4573 (Feedback): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Hello,
I see you commented on installed mysql 5.1, what mysql gem are you using? "mysql" or "mysql2"?
As...
luislavena (Luis Lavena)
11:31 PM Bug #4590 (Closed): documentation is wrong for srand
=begin
'ri srand' (in random.c) suggests that passing 0 generates a seed number:
If <i>number</i> is omitted *or ...
Cezary (Cezary Baginski)
10:27 PM Feature #4447 (Closed): add String#byteslice() method
=begin
=end
naruse (Yui NARUSE)
10:02 PM Feature #4447: add String#byteslice() method
=begin
Was NARUSE's patch committed to trunk? Can we close this issue? Thanks.
=end
sunaku (Suraj Kurapati)
10:12 PM Feature #3436: Spawn the timer thread lazily
=begin
It seems Mark was the only person to review ((<Ko1's patch|URL:http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ru...
sunaku (Suraj Kurapati)
09:49 PM Feature #4589 (Closed): add Queue#each() method and include Enumerable
=begin
Please add a thread-safe each() method to the Queue and SizedQueue classes
which are provided by the "thread...
sunaku (Suraj Kurapati)
05:23 PM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
Hiroshi NAKAMURA wrote:
> I think you're confusing SecureRandom's spec and ext/openssl (formerly
> ruby-p...
normalperson (Eric Wong)
11:57 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
I think you're confusing SecureRandom's spec and ext/openssl (formerly ruby-pki) spec. ext/openssl aims to wra...
nahi (Hiroshi Nakamura)
04:31 PM Revision 0efb462a (git): * random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.
[ruby-core:35833] fixes #4590
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31316 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
04:15 PM Revision 934c6b48 (git): * 2011-04-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:15 PM Revision 6825f773 (git): * win32/win32.c (CreateChild): maximum length of lpCommandLine is
32,768 characters, including the Unicode terminating null character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
Masaya Tarui
02:43 PM Bug #4586 (Closed): Missing length check in rb_str_each_line?
=begin
This issue was solved with changeset r31310.
Nikolai, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
10:29 AM Bug #4586 (Closed): Missing length check in rb_str_each_line?
=begin
In rb_str_each line, the following test is performed:

(rslen <= 1 || memcmp(RSTRING_PTR(rs), p...
now (Nikolai Weibull)
02:40 PM Bug #4562: [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
=begin
他の問題もそうなんですが、現状 ext/openssl はメンテナがいないため、
明白なバグはしょうがないから直すものの、そうでないものは放置されがちになっています。
この状況はつまりメンテナに誰かがなればいいのです...
naruse (Yui NARUSE)
12:42 PM Revision 04cdc1de (git): * 2011-04-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:42 PM Revision f7698457 (git): * re.h (RMATCH_REGS): parenthesize cast expression. suggested
from Nikolai Weibull in [ruby-core:35825].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31312 b2dd0...
matz (Yukihiro Matsumoto)
12:34 PM Revision e8d53040 (git): * ext/date/date_strptime.c (date__strptime_internal): do not
overwrite local variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31311 b2dd03c8-39d4-4d8f-98ff-823fe69b...
Tadayoshi Funaba
05:43 AM Revision 88014987 (git): * string.c (rb_str_each_line): check string's length when compare
separator and string. [ruby-core:35815] fixes #4586
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31310 b2dd03c8...
naruse (Yui NARUSE)
03:34 AM Bug #4585 (Closed): DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
=begin
Understood, closing this out.
=end
luislavena (Luis Lavena)
03:12 AM Bug #4585: DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
=begin
Hello Luis,
I understand. During further development I already stepped over the fact, that more changes wou...
felix.petriconi (Felix Petriconi)

04/19/2011

11:49 PM Bug #4320: Bus Error in digest/sha2 on sparc
=begin
I'll attach a proposed fix:
* make ((|context->buffer|)) an array of the type being expected by (({SHAXXX_T...
slink (Nils Goroll)
08:52 PM Bug #4320: Bus Error in digest/sha2 on sparc
=begin
This indeed is an alignment issue, SHA256_Update calls SHA256_Transform with possibly unaligned data, but the ...
slink (Nils Goroll)
04:44 PM Bug #4573 (Assigned): [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Hmm, Luis, how do you think?
=end
usa (Usaku NAKAMURA)
04:13 PM Bug #4573: [BUG] Segmentation fault - Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
=begin
Is these bug handled by someone? There is a week since it was created.
=end
rmiron (Rares Miron)
03:02 PM Revision 2cc02aeb (git): * 2011-04-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 PM Revision d9e6b7d6 (git): * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:42 PM Bug #4565 (Closed): incompatible change at rev.31169 about autoload
=begin
=end
nobu (Nobuyoshi Nakada)
09:23 AM Bug #4289: Timeouts in threads cause SEGV
=begin
Eric Wong <[email protected]> wrote:
> The series should be:
> * 0001-revert-r29673-optimization-whic...
normalperson (Eric Wong)
01:18 AM Bug #4585: DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
=begin
Hello,
Ruby's decision to use '.so' for it's C extensions is valid, similar to Python decision to use '.pyd...
luislavena (Luis Lavena)
01:00 AM Bug #4585 (Closed): DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
=begin
The value of DLEXT is defined per Win32/Makefile.sub as
#define DLEXT ".so"
which results not in the expec...
felix.petriconi (Felix Petriconi)

04/18/2011

04:08 PM Revision 86576c8f (git): * 2011-04-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:08 PM Revision 580e2f35 (git): * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):
skip cross thread pipe close if windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31306 b2dd03c8-39d4-4d8f-...
arton (Akio Tajima)
12:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,
In message "[ruby-core:35804] [Ruby 1.9 - Bug #4576] Range#step miss the last value, if end-exclusive and has...
usa (Usaku NAKAMURA)
12:06 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
=begin
test_step_ruby_core_35753 seems depend on platform.
On i686-linux it fails.
1) Failure:
test_step_rub...
nagachika (Tomoyuki Chikanaga)
09:59 AM Bug #4576 (Closed): Range#step miss the last value, if end-exclusive and has float number
Fixed in r31286.
naruse (Yui NARUSE)
09:45 AM Bug #4582 (Closed): date_tmx.h file missing
=begin
=end
naruse (Yui NARUSE)
07:56 AM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Modified the test to show the binding problem.
=end
QaDeS (Michael Klaus)
06:49 AM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Actually, the binding passed to the trace_func is wrong. Should be of the object the attr_accessor is defined ...
QaDeS (Michael Klaus)
06:24 AM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Working patch for 1.9.2-head
=end
QaDeS (Michael Klaus)
03:17 AM Revision e16fb919 (git): * 2011-04-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:17 AM Revision b5897263 (git): * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
avoid float error. [ruby-core:35804]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31304 b2dd03c8-39d4-4d8f-98f...
U.Nakamura
01:12 AM Revision fc7687db (git): * 2011-04-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:12 AM Revision 40397db9 (git): backported r31286 from trunk
* numeric.c (ruby_float_step): wrong loop condition.
fixes [ruby-core:35753], reported by Joey Zhou.
* test/ruby/t...
U.Nakamura

04/17/2011

07:05 PM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Added test for 1.9.2-head, but changes to vm_eval.c didn't make it work. Next suspect: vm_insnhelper.c
Actual...
QaDeS (Michael Klaus)
04:17 PM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Thanks for the hint on reporting properly. Here's a working patch for 1.8.7
=end
QaDeS (Michael Klaus)
12:34 PM Bug #4583 (Assigned): trace doesn't work for methods set up by attr_*
=begin
Hi Michael,
Interesting report. Assigned to ko1.
=end
kosaki (Motohiro KOSAKI)
11:50 AM Bug #4583: trace doesn't work for methods set up by attr_*
=begin
See also issue #4584 for Ruby 1.8.
=end
QaDeS (Michael Klaus)
11:44 AM Bug #4583 (Rejected): trace doesn't work for methods set up by attr_*
=begin
Methods set up with (({attr_accessor})) or alike are not traceable:
class Foo
attr_writer :bar
def ba...
QaDeS (Michael Klaus)
02:42 PM Bug #4582: date_tmx.h file missing
=begin
The file has appeared - thanks!
=end
fluido (Carlo Prelz)
05:04 AM Bug #4582 (Closed): date_tmx.h file missing
=begin
I just downloaded SVN 31300: directory ext/date has appeared, but one include file seems to be missing.
Fi...
fluido (Carlo Prelz)
12:53 AM Feature #4528 (Closed): [PATCH] ext/io/nonblock: avoid unnecessary fcntl F_SETFL calls
=begin
r31238.
=end
kosaki (Motohiro KOSAKI)

04/16/2011

11:48 PM Bug #4581 (Closed): Documentation for Process.times is outdated
=begin
The code sample for Process.times only mentions utime and stime, even though there's cutime and sctime as wel...
agrimm (Andrew Grimm)
08:14 PM Revision 1891d8dd (git): added date_tmx.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:22 PM Revision 8459dc63 (git): * 2011-04-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:22 PM Revision 2b6ab9bf (git): * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
* ext/date/date_tmx.h: new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31299 b2dd03c8-39d4-4d8f-98ff-823fe6...
Tadayoshi Funaba
01:43 PM Revision 531dfb40 (git): typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:26 PM Revision 10ce57ea (git): * ext/date/date_strftime.c (date_strftime_wo_timespec): changed
the way of validation of locale modifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31297 b2dd03c8-39d4-4d...
Tadayoshi Funaba
01:23 PM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
Hi

> Motohiro: I don't know you're serious or not about using pthread_atfork(), we should ask to change ...
kosaki (Motohiro KOSAKI)
07:37 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
Motohiro: I don't know you're serious or not about using pthread_atfork(), we should ask to change OpenSSL's "...
nahi (Hiroshi Nakamura)
05:27 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
I think RAND_cleanup() is enough and simpler. I'm also bringing this up on the openssl-dev mailing list.
=end
normalperson (Eric Wong)
12:14 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
More paranoia patch is here.
=end
kosaki (Motohiro KOSAKI)
12:00 AM Bug #4579: SecureRandom + OpenSSL may repeat with fork
=begin
Usually openssl read /dev/urandom only once. But RAND_cleanup() lead to read /dev/urandom again. Thus attached...
kosaki (Motohiro KOSAKI)
01:08 PM Revision 4c6580f8 (git): typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:58 PM Revision ec01a881 (git): * ext/date/date_core.c: replacement of implementation of
_strptime. [experimental]
* ext/date/date_strptime.c: new.
* ext/date/lib/date/format.rb: removed ru...
Tadayoshi Funaba
02:20 AM Bug #4580 (Third Party's Issue): actionpack-3.0.6/lib/action_controller/metal/renderers.rb: 74 SEGFAULT
=begin
It seems yajl's bug.
=end
naruse (Yui NARUSE)
02:16 AM Bug #4580 (Third Party's Issue): actionpack-3.0.6/lib/action_controller/metal/renderers.rb: 74 SEGFAULT
=begin
This happens in a big project. I tried to isolate it without much success :(
dblock@dblock-magenta:~/sourc...
dblock (Daniel Doubrovkine)
01:23 AM Revision b1fd9e92 (git): * 2011-04-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:23 AM Revision 44638b27 (git): replace reduce with suppress
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:23 AM Revision c0b0901c (git): * vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom