Activity
From 11/15/2010 to 11/21/2010
11/21/2010
-
11:40 PM Feature #4068: Replace current standard Date/DateTime library with home_run
- =begin
home_run seems to wanna be an imitation of Time.
i'll recommend most of user of Date to use Time with ruby ... -
11:03 PM Bug #4078 (Closed): format() の %a 指定で 不要な小数点が印字されることがある
- =begin
format() の %a 指定で 不要な小数点が印字されることがある。
format('%.0a', 1) #=> "0x1.p+0"
ほかの %f や %e ではそうではなく、
for... -
09:59 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> Finally, URI already supports this format. If URI didn't support it
> I wouldn't have made this ticket or... -
03:30 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Thanks for showing me that open-uri version, I didn't know that previously. I do think that it is not as con... -
09:49 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/21 18:36), Kouhei Sutou wrote:
> うーん、うーん、複数のことが同時に進められている気がするので
> すが、成瀬さんはそのつもりで進めていますか?私... -
06:36 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
うーん、うーん、複数のことが同時に進められている気がするので
すが、成瀬さんはそのつもりで進めていますか?私は1つずつがいい
のですが。。。
ふたつのことが同時に進んでいる気がしています。
... - 04:51 PM Revision d9615bf9 (git): * 2010-11-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:51 PM Revision c70988cb (git): * lib/date.rb: some improvements for performance.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 AM Bug #4077 (Closed): ctime error in windows
- =begin
This issue was solved with changeset r29844.
Terry, thank you for reporting this issue.
Your contribution t... -
04:35 AM Bug #4077: ctime error in windows
- =begin
You correctly know, ctime is "change time" on Unix (inode data modification time).
But ctime of NTFS is "cr... -
03:56 AM Bug #4077: ctime error in windows
- =begin
Perhaps you file modification and access times are the same?
C:\Users\Luis>ruby -ve "a = '.irbrc'; puts ... -
03:44 AM Bug #4077 (Closed): ctime error in windows
- =begin
In Ruby 1.9.2p0 (2010-08-18) [i386-mingw32] File.ctime does not report the change time of the file. It report... -
12:13 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
近永と申します。
trunk で追試してみて発生しないなーと思っていたのですが、
手元で #4027 のチケットに添付したシグナルハンドラ絡みのパッチを適用していたためでした。
パッチを巻き戻してみた...
11/20/2010
-
08:25 PM Feature #4076 (Closed): ./configure --without-sitedir --without-vendordir
- =begin
To prevent unnecesary stat()'s we like to keep the include list as short as possible so we decided to configu... - 07:38 PM Revision bbbf9998 (git): * 2010-11-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:38 PM Revision 1346b84c (git): NTFS's ctime is creation time! [ruby-core:33269]
- Note that UFS2, HFS+, ZFS, and ext4 also have birth time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29844 b2... -
05:56 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
> In<[email protected]>
> "[ruby-dev:42608] Re: [Ruby 1.9-Bug#3990][Closed] tests of r... -
04:24 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42608] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
03:58 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/20 11:36), Kouhei Sutou wrote:
> In<[email protected]>
> "[ruby-dev:42593] R... -
11:37 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42593] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
05:00 PM Feature #4071 (Rejected): support basic auth for Net::HTTP.get requests
- =begin
It is RFC3986, see also Feature #3848.
Anyway, you can following:
require 'open-uri'
URI("htt... -
09:41 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
just to clarify... the current way you would have to do this is:
Net::HTTP.start('whatever.com') {|h| g ... -
06:51 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Yui, please clarify and point me to the deprecation you are referring to.
=end
-
02:48 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
I'm negative because such user:pass@host formed URI is deprecated now.
=end
-
03:16 PM Feature #4066: Encoding GBK needs update
- =begin
(2010/11/19 20:12), oCameLo oTnTh wrote:
> I just can find out only one mailing list thread about this probl... -
10:21 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
三村です。
2010年11月20日7:37 Masatoshi SEKI <[email protected]>:
> 咳といいます。
> サーバが終了してしまうのは、DRb.uriをputsした後... -
05:19 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
こちらの環境でも再現できました。大抵はメッセージの送信に成功するものの、ときどき失敗し、クライアント側に下記のエラーを出力してサーバが終了します。
/Users/ujihisa/git/ruby192/loc... -
07:57 AM Bug #4074 (Closed): mkmf hardcoding prevents ObjC/ObjC++ ruby extensions from building properly
- =begin
This issue was solved with changeset r29842.
Scott, thank you for reporting this issue.
Your contribution t... -
07:43 AM Bug #4074 (Closed): mkmf hardcoding prevents ObjC/ObjC++ ruby extensions from building properly
- =begin
Sent to the ruby-core list on Oct 8, 2010. Submitting patch / ticket.
This is in regards to patch 28765... -
03:04 AM Revision 99aaee35 (git): * random.c (random_rand): get rid of overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/19/2010
-
10:47 PM Revision c62c8f72 (git): * lib/mkmf.rb: adding compilation support for ObjC/ObjC++ extensions.
- Thanks Scott Gonyea! [ruby-core:33260]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29842 b2dd03c8-39d4-4d8f-98... -
08:12 PM Feature #4066: Encoding GBK needs update
- =begin
I just can find out only one mailing list thread about this problem here: http://sources.redhat.com/ml/libc-a... -
07:09 PM Feature #4073 (Closed): HKSCS-2008
- =begin
I suspect that Big5-HKSCS in Ruby missed out some mappings during use it, so I extracted a Big5-HKSCS convers... -
06:11 PM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
すみません。他の環境で実行したところ問題無いようでした。
わたしの環境依存っぽいようなので、チケットの破棄をお願いしたいです。
=end
-
05:50 PM Bug #4072 (Closed): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]にて、
dRubyを以下のようなserverとclient作成し、server->cli... - 05:05 PM Revision 460d4c49 (git): * 2010-11-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:05 PM Revision e2501757 (git): add dependency(insns.inc) to compile.obj
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:53 PM Feature #4071 (Closed): support basic auth for Net::HTTP.get requests
- =begin
support basic auth for Net::HTTP.get(URI.parse("http://user:[email protected]/asdf"))
=end
-
02:05 PM Revision e7fbb33c (git): * win32/Makefile.sub (insns_rules.mk): remove extra backslash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Revision d468660c (git): * ChangeLog: adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 PM Revision 83e274d4 (git): * cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files are
- made at compile time, so should be removed by clean.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29837 b2dd03... -
01:43 PM Revision 8565b62a (git): * ChangeLog: adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 PM Bug #4070 (Rejected): possible XMLRPC connectino leak
- =begin
Hi all.
We got a pull request that claims xmlrpc to have a connection leak.
http://github.com/ruby... - 01:11 PM Revision 54142064 (git): * test/rexml/test_core.rb
- (Tester#test_pretty_format_long_text_finite): skip a test that
uses long string on small memory system. [ruby-dev:4... -
12:07 PM Revision 91c0ff4f (git): * lib/optparse.rb: shell completion support for zsh. based on
- <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29834 b2dd0... -
11:26 AM Revision 67f3280c (git): * lib/optparse.rb: shell completion support for bash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:26 AM Revision 644f0445 (git): * lib/optparse.rb: shell completion support for bash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #4069 (Rejected): String#parse_csv fails to parse "\r" character embedded string
- =begin
Sorry, not sure how I missed this ticket. As Timothy says, this is intended documented behavior:
... -
05:54 AM Bug #4069: String#parse_csv fails to parse "\r" character embedded string
- =begin
["aa\rbb"].to_csv results in the string "\"aa\rbb\"\n"
When you don't specify a row separator the ruby C... -
05:11 AM Revision 3c1f696a (git): Remove a test for reverted feature r26701.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/18/2010
-
11:43 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/18 22:46), Kouhei Sutou wrote:
> In<[email protected]>
> "[ruby-dev:42572] R... -
10:46 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42572] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
11:27 PM Bug #4067 (Closed): [PATCH] Fix SystemStackError when trying to format a large block of text in REXML
- =begin
This issue was solved with changeset r29827.
Jeremy, thank you for reporting this issue.
Your contribution ... -
11:23 PM Bug #4067: [PATCH] Fix SystemStackError when trying to format a large block of text in REXML
- =begin
=end
-
07:46 AM Bug #4067 (Closed): [PATCH] Fix SystemStackError when trying to format a large block of text in REXML
- =begin
REXML::Formatters::Pretty#wrap used a recursive method call to format text. This patch switches it to use an... -
03:01 PM Bug #4050: segfault while using regex in an infinite loop
- =begin
Usually ruby runs GC on low memory.
But this program hold a huge memory by variable s, so it will crash.
=end
- 03:00 PM Revision ad64b966 (git): * 2010-11-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision d0502924 (git): * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): no needs on cygwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Revision 7ae23d32 (git): * win32/Makefile.sub (scriptbin): create script binaries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:25 PM Revision 6fcd0b37 (git): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
- REXML::Formatters::Pretty#wrap used a recursive method call to
format text. This switches it to use an iterative a... -
01:58 PM Revision c6e47670 (git): * include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 PM Feature #4068: Replace current standard Date/DateTime library with home_run
- =begin
This topic is from [ruby-core:32248].
=end
-
12:30 PM Feature #4068 (Assigned): Replace current standard Date/DateTime library with home_run
- =begin
=end
-
08:02 AM Feature #4068 (Rejected): Replace current standard Date/DateTime library with home_run
- =begin
The current standard date library is slow enough to be the bottleneck in many programs. I have written a rep... -
01:03 PM Feature #4066: Encoding GBK needs update
- =begin
I understand your point and it seems reasonable.
Anyway, is there any other implementation whose conversion... -
12:29 PM Feature #4066 (Assigned): Encoding GBK needs update
- =begin
=end
-
03:54 AM Feature #4066 (Rejected): Encoding GBK needs update
- =begin
When GBK was released in 1995, it included 95 characters were not included in Unicode 1.1. Until now (Windows... -
12:30 PM Feature #4017 (Assigned): [PATCH] CSV parsing speedup
- =begin
=end
-
12:21 PM Bug #4069 (Rejected): String#parse_csv fails to parse "\r" character embedded string
- =begin
C:\work>ruby -rcsv -ve 'p ["aa\rbb"].to_csv.parse_csv'
ruby 1.9.3dev (2010-11-18 trunk 29823) [i386-mswin32... -
12:07 AM Bug #4063 (Closed): Array#to_csv(ascii-subset-of-iso-8859-1, utf-8)
- =begin
This issue was solved with changeset r29822.
Akira, thank you for reporting this issue.
Your contribution t...
11/17/2010
-
10:37 PM Revision 9be87b1e (git): * Makefile.in (reconfig): force reconfigure with previous options.
- * common.mk (showconfig): show configure flags, like as
`config.status --config' generated by recent autoconf.
git... -
10:16 PM Revision d646c540 (git): * missing/langinfo.c (strncasecmp): get rid of redefinition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:05 PM Feature #4065 (Rejected): Rename or alias module#append_features to module#include_module
- =begin
Hi,
For Object#extend, the hook/callbacks methods are extend_object and extended.
For Module#include,... -
07:48 PM Bug #4044: Regex matching errors when using \W character class and /i option
- It is still a hack.
Current behavior has a reason:
`\W` -> (ignore case) -> `\W` (`\u017F`) + s + S + ... -> not
... - 03:03 PM Revision ef3d9fb4 (git): * 2010-11-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision b028e8d4 (git): * lib/csv.rb: Upgrading output encoding with ASCII content
- as needed. [ruby-core:33229]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29822 b2dd03c8-39d4-4d8f-98ff-823f... -
02:19 PM Revision 7afe174b (git): * win32/configure.bat: remove quotes from arguments to be quoted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 PM Revision 4fc08fd1 (git): * lib/mkmf.rb (create_makefile): use forward slashes in messages.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:46 AM Bug #4063 (Closed): Array#to_csv(ascii-subset-of-iso-8859-1, utf-8)
- =begin
Array#to_csv still has an encoding problem.
% ./ruby -rcsv -ve '
a = ["foo".force_encoding("ISO-8859-1"),... -
10:13 AM Revision 49959bfd (git): * lib/mkmf.rb (create_makefile): make extension libraries messages
- brief.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:38 AM Revision 023eab52 (git): * win32/Makefile.sub (MAKEDIRS): should not include silent flag.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:32 AM Revision a7de3755 (git): * Makefile.in (lex.c): show commands if Q is not set.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:29 AM Revision 2854a254 (git): * 2010-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:29 AM Revision abe08c78 (git): * array.c (rb_ary_sort_by_bang): Add Array#sort_by!.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 AM Revision 1b45a27a (git): * common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): pass
- Q and ECHO. [ruby-core:33226]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29814 b2dd03c8-39d4-4d8f-98ff-823fe... -
08:57 AM Bug #4041 (Closed): Array#to_csv generates invalid US-ASCII string
- =begin
This issue was solved with changeset r29808.
Akira, thank you for reporting this issue.
Your contribution t... -
07:18 AM Bug #4058: __method__ does not return correct method name for aliased methods
- =begin
This is intended. Originally, __callee__ and __method__ were equivalent, except in aliased methods where the ... -
07:14 AM Revision 3a0e9cb0 (git): * test/test_tracer.rb: new test case. mimimal regression test for r29280.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 AM Revision 8903faf1 (git): * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):
- new assersion to assert that a particular warning message is
displayed.
forwardport from branches/ruby_1_9_2@2979... -
06:21 AM Revision 8e2a1cba (git): * regint.h (OnigOpInfoType): constify name.
- * regcomp.c (op2name): constify return value.
* regcomp.c (onig_print_compiled_byte_code): use PRIuPTR and
uintptr... -
01:06 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
遠藤です。
2010年11月15日22:55 Tomoyuki Chikanaga <[email protected]>:
> えっと、わたしとしてはローカルで上記のパッチをあててずっと運用していて、... -
12:49 AM Revision 07b1f01b (git): * enc/shift_jis.c (property_name_to_ctype): fix memory leak.
- * enc/euc_jp.c (property_name_to_ctype): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29810 b2dd03c8-39d...
11/16/2010
- 11:55 PM Revision 36e90890 (git): * 2010-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:55 PM Revision 40e5b393 (git): * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 PM Bug #4062 (Closed): "gem uninstall" does not honor --program-suffix
- =begin
When I uninstall a gem which has bin scripts and installed with format-executable option, the scripts remain... -
07:16 PM Feature #4052 (Assigned): File.lutime Patch
- =begin
NetBSD has lutime(2).
http://netbsd.gw.com/cgi-bin/man-cgi?lutimes++NetBSD-current
Windows Vista or la... -
01:32 PM Revision 6cba0f06 (git): * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)
- Coverity Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29807 b2dd03c8-39d4-4d8f-98ff-823fe6... -
06:47 AM Bug #3941 (Closed): Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
Thank you.
The backtrace showed that it's a duplicate of #3910 and so on.
=end
-
05:32 AM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
I ran into the same problem running the same action as I mentioned before, but the segfault appears to occur ... -
05:15 AM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
I _think_ my install of RVM has ruby built with -ggdb so I'm going to attach my own report on the chance that... -
06:47 AM Bug #4059 (Closed): String#unpack can segfault when passed a block
- =begin
This issue was solved with changeset r29804.
Andrew, thank you for reporting this issue.
Your contribution ... -
06:20 AM Revision 3124b5fc (git): Refix timing problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 AM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
=end
-
01:07 AM Bug #4061 (Closed): char class may cause memory leak
- =begin
This issue was solved with changeset r29803.
Yusuke, thank you for reporting this issue.
Your contribution ... -
12:27 AM Bug #4061: char class may cause memory leak
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:42579] [Ruby 1.9-Bug#4061][Open] char class may cause memory leak"
... -
12:20 AM Bug #4061 (Closed): char class may cause memory leak
- =begin
遠藤です。
以下のようにするとメモリリークによってメモリ消費量がじわじわと増えていきます。
Coverity Scan が見つけてくれました。
a = (0..8000).map {|n| ... - 12:37 AM Revision 0ec61a31 (git): * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unused
- variables warning, reported by Aaron Patterson.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29805 b2dd03c8-39d...
11/15/2010
-
10:55 PM Bug #3674: dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
えっと、わたしとしてはローカルで上記のパッチをあててずっと運用していて、うちの用途では問題もないので適用していただきたいと思います。
=end
-
09:39 PM Revision 8b09bf2a (git): * pack.c (PACK_ITEM_ADJUST): return nil not result array and yield
- values if block is given. [ruby-core:33193]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29804 b2dd03c8-39d4-4... -
09:26 PM Feature #4046: Saving C's **argv and cwd allows Ruby programs to reliably restart themselves
- =begin
I am sorry if this duplicated on ruby-core. I wanted the redmine ticket updated. It also gives me an opportun... -
12:29 PM Feature #4046: Saving C's **argv and cwd allows Ruby programs to reliably restart themselves
- =begin
Hi,
2010/11/12 Rocky Bernstein <[email protected]>:
> In a debugger often one gets to a state where o... -
08:47 PM Bug #4059 (Closed): String#unpack can segfault when passed a block
- =begin
Various calls to String#unpack (not just those involving "d") can cause segfaults when passed a block
ru... -
04:06 PM Revision 0dbe6b61 (git): * regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scan
- found this bug. [ruby-dev:42579]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29803 b2dd03c8-39d4-4d8f-98ff-82... -
03:38 PM Bug #4058 (Closed): __method__ does not return correct method name for aliased methods
- =begin
class Test
def my_method
__method__
end
alias_method :my_alias, :my_method
end
H... - 03:09 PM Revision 16b7c1e3 (git): * 2010-11-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 4c17014b (git): * gc.c (assign_heap_slot): fix fear of memory leak and memory
- violation. Coverity Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29801 b2dd03c8-39d4-4d8f... -
02:57 PM Revision 9ffd060b (git): * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to add
- size_t to a pointer typed VALUE*. Coverity Scan found this defect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
02:44 PM Revision 7b721043 (git): * compile.c (iseq_set_exception_local_table, iseq_set_local_table,
- rb_iseq_build_from_ary): fix type inconsistency (which is benign
because sizeof(ID) == sizeof(ID*), though). Cover... -
02:23 PM Bug #4054: Segmentation Fault
- =begin
On Sun, Nov 14, 2010 at 07:17:36PM +0900, Alexandre de Oliveira wrote:
> Bug #4054: Segmentation Fault
> ht... -
01:48 PM Revision e20d7364 (git): * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coverity
- Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:44 AM Revision c2a3a47f (git): merges r29254 from trunk into ruby_1_9_2.
- --
* string.c (rb_str_times): mentioned about Hash argument. a patch
from Daniel Bovensiepen at [ruby-core:32386].... -
11:43 AM Revision 33ed9f92 (git): merges r29242 from trunk into ruby_1_9_2.
- --
* ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of a
bug in system header of darwin 9. [ruby-core:3... -
11:43 AM Revision 8ff17ef2 (git): merges r29187 and r29239 from trunk into ruby_1_9_2, but does not raise
- an error. just warning.
--
* util.c (ruby_strtod): reject Float('0x0.').
[ruby-dev:42239] Bug #3820
--
* util.c (ru... -
11:43 AM Revision 856e1f17 (git): merges r29237 and r29238 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison
with rb_scan_args. Before this fix, OpenSSL::BN#prime... -
11:43 AM Revision 7d4e89a7 (git): merges r29234 from trunk into ruby_1_9_2.
- --
* lib/date.rb: [ruby-core:32096] Thanks Colin Bartlett.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... -
11:43 AM Revision b5c27d1c (git): merged r29225 but just warning instead of raising an exception. c.f. [ruby-core:32250].
- --
* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable
failed, because of the restriction of the siz... -
11:43 AM Revision b3c17635 (git): merges r29223 from trunk into ruby_1_9_2.
- --
* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
zombie prototype declarations. a patch from Eric ... -
11:36 AM Bug #4047: Embedded Ruby issues
- =begin
Short version: Whatever the original cause of the crash, things seem to be working fine now.
Long versio... -
07:26 AM Bug #4047: Embedded Ruby issues
- =begin
Thankyou! :) I have had no luck reporting this issue in the past. Thankyou for taking the time to looking at ... -
06:45 AM Bug #4047 (Third Party's Issue): Embedded Ruby issues
- =begin
> static VALUE obj;
This object will be collected, you have to register the variable or the value to preve... -
10:07 AM Feature #4057 (Rejected): FileUtils.copy with FIFOs and Special Devices
- =begin
In http://redmine.ruby-lang.org/repositories/diff/ruby-19?rev=6747 support for copying FIFOs and special dev... -
10:05 AM Bug #4044: Regex matching errors when using \W character class and /i option
- 2010/11/14 NARUSE, Yui <[email protected]>:
> (2010/11/12 15:36), Heesob Park wrote:
>>
>> ~~~diff
>> And a possi... -
10:05 AM Bug #4053: JSON Extension Uses Iconv
- =begin
patch is here.
diff --git ext/json/lib/json/common.rb ext/json/lib/json/common.rb
index 244634b..f0e34... -
09:09 AM Revision cb2235c1 (git): Avoid timing problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:47 AM Bug #4055 (Closed): segfault in OpenSSL::SSLSocket#cert
- =begin
This issue was solved with changeset r29784.
Ippei, thank you for reporting this issue.
Your contribution t... -
01:08 AM Bug #4055 (Assigned): segfault in OpenSSL::SSLSocket#cert
- =begin
=end
-
12:51 AM Bug #4055 (Closed): segfault in OpenSSL::SSLSocket#cert
- =begin
以下のようにすると Segmentation fault を起こします。
ruby-1.9.2-p0 -e 'require "openssl"; OpenSSL::SSL::SSLSocket.new(STDIN... -
06:07 AM Bug #3919: Ruby in PowerTOP - too many CPU wakeups
- =begin
This is actually a regression as it doesn't happen on 1.8.7 (2010-06-23
patchlevel 299).
If I do the s... -
05:51 AM Bug #4056 (Rejected): Crash in non-blocking read
- =begin
Ruby crashes when executing the attached script (a.rb).
See crash details attached in crash.log.
=end
-
02:47 AM Revision b73d1fbd (git): * lib/racc/parser.rb (do_parse, yyparse): using class eval to define
- method and avoid __send__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 AM Revision 8a6ebf4c (git): making ssl test a little better
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision a33b5edd (git): STDIN is not valid when ruby doesn't have tty.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision 10c73a7b (git): Prevent timing failure.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom