Project

General

Profile

Activity

From 06/07/2012 to 06/13/2012

06/13/2012

11:36 PM Feature #6561: ?= operator
exactly, I was just wanting to make sure. My other proposition for ?= would work for local variables as well, althoug... rosenfeld (Rodrigo Rosenfeld Rosas)
11:17 PM Feature #6561: ?= operator
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Would this be valid only for instance variables or any variable?
Onl...
nobu (Nobuyoshi Nakada)
09:58 PM Feature #6561: ?= operator
Would this be valid only for instance variables or any variable? rosenfeld (Rodrigo Rosenfeld Rosas)
11:18 PM Revision e901d2ce (git): * thread_pthread.c (get_stack): Linux is the only OS which includes
the size of guard page into the stack size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36076 b2dd03c8-39d4-4d...
naruse (Yui NARUSE)
10:52 PM Bug #6584 (Closed): Segmentation fault in DL::TestFunc#test_qsort1 on sparc Solaris10
This issue was solved with changeset r36066.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
10:46 PM Bug #6584 (Closed): Segmentation fault in DL::TestFunc#test_qsort1 on sparc Solaris10
qsort(3)のプロトタイプ宣言は
void qsort(void *base, size_t nmemb, size_t size,
int(*compar)(const void *, const ...
ngoto (Naohisa Goto)
09:47 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
BTW, is Ruby-head (ruby 2.0.0dev (2012-06-13 trunk 36062) [x86_64-linux]) stable enough?
Running my C extension (w...
ibc (Iñaki Baz Castillo)
09:29 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi, I've installed rvm and ruby-head, which is retrieved from https://github.com/ruby/ruby/. Unfortunately the patch ... ibc (Iñaki Baz Castillo)
01:33 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi,
Just for reference. r35622 could be related, or ticket #5993 seems related issue.
ibc-san, could you try to r...
nagachika (Tomoyuki Chikanaga)
11:53 AM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi,

(2012/06/11 20:27), ibc (Iñaki Baz Castillo) wrote:
> Using rb_protect() I've realized that when the thre...
ko1 (Koichi Sasada)
07:01 AM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi, if this is the expected behavior I would really appreciate a confirmation :) ibc (Iñaki Baz Castillo)
09:31 PM Feature #6023: Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
I think #6561 more convenient to store nil'able and false'able items slayer (Vlad Moskovets)
09:21 PM Revision 4230682d (git): * lib/drb/drb.rb: Replace broken links to the English DRb book.
Patch by Zachary Scott. [ruby-trunk - Bug #6544]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36075 b2dd03c8-...
drbrain (Eric Hodel)
09:18 PM Revision 3d81b5c8 (git): * lib/observer.rb: Update broken link to the Programming Ruby book.
Patch by Zachary Scott. [ruby-trunk - Bug #6536]
* lib/drb/drb.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
drbrain (Eric Hodel)
08:55 PM Revision b41bc686 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:46 PM Revision bad859ca (git): * regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.
* regparse.c (is_onechar_cclass): restructured to clarify that c is
used iff found == 1.
git-svn-id: svn+ssh://ci....
naruse (Yui NARUSE)
07:57 PM Revision 114ae69b (git): * configure.in: use -fbuiltin with -ansi -std=iso9899:199409.
This prevents errors introduced by disabling bulitin functions,
which is the sub-effect of -ansi/-std.
Now NetBSD...
naruse (Yui NARUSE)
05:54 PM Revision 06d48300 (git): * Makefile.in: don't remove macros. now name2ctype uses macros.
* tool/enc-unicode.rb: add comment why it uses Hash#index.
* enc/unicode/{name2ctype.kwd,name2ctype.src,name2ctype.h...
naruse (Yui NARUSE)
04:39 PM Bug #6573: Webrick test failures
Minimal reproducer:
1. Don't have ruby installed (no /usr/bin/ruby).
2. Build Ruby and run
$ make test-all TESTS=...
Anonymous
03:20 PM Revision de08418f (git): * 2012-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:20 PM Revision 3703619e (git): * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTP
response codes added in RFCs 2817 and 4918. [ruby-core:45547]
[Feature #6569]
* lib/net/http/responses.rb: Rename...
Akinori MUSHA
02:45 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
nahi (Hiroshi Nakamura) wrote:
> Assigned to me because this discussion seems related to stdlib gemification. I'll c...
Anonymous
12:23 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
あえて-devに振りますが。

On 06/13/2012 10:53 AM, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #6124 has been updated by ...
shyouhei (Shyouhei Urabe)
12:10 PM Bug #6124 (Closed): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Sorry for close without the description.
The default gem just shows the bundled libraries as also gems, not avoid ...
nobu (Nobuyoshi Nakada)
11:01 AM Bug #6124 (Open): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Make it open to keep reminding myself. nahi (Hiroshi Nakamura)
11:00 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Assigned to me because this discussion seems related to stdlib gemification. I'll check this discussion before 2.0. nahi (Hiroshi Nakamura)
10:53 AM Bug #6124 (Rejected): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
nobu (Nobuyoshi Nakada)
06:09 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
A similar problem exists for JRuby.
We have not split bigdecimal out into a gem, so anyone that wants to add the g...
headius (Charles Nutter)
02:00 PM Revision a29bdaf6 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:52 PM Revision bff44ef4 (git): * test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_T
for size_t variables. [ruby-dev:45733] [Bug #6584]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36066 b2dd03c8...
ngoto (Naohisa Goto)
01:18 PM Revision a9ff01cd (git): configure.in: option for darwin
* configure.in: remove -ansi and -std options for lgamma_r() and
finite().
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
12:46 PM Revision 0d86842f (git): configure.in: option for cygwin
* configure.in: cygwin does not provide some declarations in strict
ANSI mode.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
12:46 PM Revision e985a684 (git): configure.in: option for cygwin
* configure.in: cygwin does not provide some declarations in strict
ANSI mode.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
11:42 AM Feature #6583 (Closed): Improve socket exception message when bind() fails
=begin
If the user tries to bind a port that is already in use the user does not receive any notification of which p...
drbrain (Eric Hodel)
11:37 AM Revision d793a86b (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:25 AM Bug #6576: shared library references _environ macosx Lion
I'll investigate further.
Had recently enabled ruby scripting in vim 7.3.548 and I got the following message
% ...
djk (Daniel Kopetzky)
11:20 AM Revision e9a1ba23 (git): * process.c (rb_fork_internal): move a variable declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:59 AM Feature #6530: Improve Racc documentation coverage
I would also like to hear Aaron's feedback regarding the debug
functions racc_*()

I plan on rewriting this pa...
zzak (zzak _)
02:15 AM Feature #6530 (Feedback): Improve Racc documentation coverage
Aaron, do you have any opinion?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:58 AM Revision 2c1322ec (git): * regparse.c (PFETCH_READY): this line was to suppress warning,
but did emit warnings if -Wuninitialized was set. Assigning
NULL instead if pfetch_prev should suffice...
shyouhei (Shyouhei Urabe)
08:51 AM Revision 23838b93 (git): configure.in: option for cygwin
* configure.in: cygwin needs C99 for some stuff, e.g.,
pthread_attr_setstacksize, sched_yield.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
08:50 AM Revision 0c7dab5d (git): Makefile.in: warnflags
* Makefile.in (.c.i): add warnflags to make the result consistent with
compilation.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
08:48 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
@drbrain lib/open-uri.rb has battle-tested proxy configuration logic in it. If we really want to add proxy configurat... nahi (Hiroshi Nakamura)
08:44 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
net.http.proxy_from_env.2.no_env_by_default.patch seems have following line.
env_proxy = ENV['http_proxy'] || EN...
akr (Akira Tanaka)
06:36 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
Here is a patch which does not use HTTP_PROXY by default (most of the changes are to documentation).
Please tell m...
drbrain (Eric Hodel)
07:38 AM Revision 9c489763 (git): process.c: suppress warning
* process.c (compare_posix_sh): not used on Win32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36057 b2dd03c8-...
nobu (Nobuyoshi Nakada)
06:16 AM Revision 43bc8f9b (git): * configure.in: On Windows platforms, system provided headers are
VC++ optimized. That is, C++ habits are often contaminated into
various headers. Most frequent situati...
shyouhei (Shyouhei Urabe)
05:14 AM Bug #6488: String#slice example has a syntax error
=begin
zzak (Zachary Scott) wrote:
> I was unable to reproduce this with ruby 1.9.3p125 (2012-02-16 revision 34643...
nathanst (Nathan Stratton Treadway)
05:13 AM Bug #6580 (Rejected): Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
nobu (Nobuyoshi Nakada)
01:51 AM Bug #6580: Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
This isn't a bug. You are creating an array where all five elements are the same array object. You probably want to... jeremyevans0 (Jeremy Evans)
01:35 AM Bug #6580 (Rejected): Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
=begin
Came across this bug the other day in both 1.8 and 1.9.3. It seems like it would have been discovered before,...
jmoline (James Moline)
04:39 AM Revision 24b9cf95 (git): include/ruby/win32.h: fix comment style
* include/ruby/win32.h: get rid of C99 style one line comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
nobu (Nobuyoshi Nakada)
04:39 AM Revision da5ac6f5 (git): encoding.c: strdup macro
* encoding.c (enc_alias_internal): use strdup defined as macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
nobu (Nobuyoshi Nakada)
04:09 AM Revision 6379978d (git): configure.in: check iff nacl
* configure.in (RUBY_NACL_CHECK_PEPPER_TYPES): check only on nacl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
04:09 AM Revision 9341988b (git): thread_pthread.c: suppress warning
* thread_pthread.c (get_stack): define guard only when it is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
03:01 AM Bug #6581: Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
御返信有難うございます。
なるほど、確かにそうですよね・・・
Array#sample (これもハッシュ引数受け付けたんですね) と、
Kernel#open共に、次の動きを取ることを確認しました。
* 最後の引数にハ...
kachick (Kenichi Kamiya)
02:15 AM Bug #6581 (Rejected): Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
ハッシュを引数にとるメソッドは open をはじめとして他にもいろいろありますが、
原則サポートしていないキーが来ても無視します。
naruse (Yui NARUSE)
01:59 AM Bug #6581 (Rejected): Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
# 状況
引数でHashを渡した際、該当Hashの利用のされ方が想定しづらく感じました。
具体的には、以下のとおりです。
[].shuffle Random.new #1. #=> Argumen...
kachick (Kenichi Kamiya)
02:39 AM Bug #6550 (Assigned): crash 1.9.3
mame (Yusuke Endoh)
02:36 AM Bug #6548 (Assigned): Rake doesn't ignore arguments after --
I guess rake in stdlib is just a mirror, so it should be first fixed in GitHub.
Anyway I'm assigning this to drbrain...
mame (Yusuke Endoh)
02:30 AM Feature #6528 (Assigned): Add Pathname#write and Pathname#binwrite
akr さん、どうですか?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:29 AM Bug #6527 (Assigned): WEBrick::HTTPResponse.header is a hash
mame (Yusuke Endoh)
02:21 AM Bug #6544 (Assigned): Broken links on lib/drb references documentation
Let me call to him in Japanese
咳さん
drb のドキュメントに壊れたリンクがあるから取り除いたら?だそうです。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:17 AM Feature #6539 (Assigned): public and private for core methods
mame (Yusuke Endoh)
02:16 AM Bug #6536 (Assigned): Fix broken links for Programming Ruby book
mame (Yusuke Endoh)
02:16 AM Bug #6531 (Assigned): Increase Racc runtime versions
mame (Yusuke Endoh)
01:20 AM Revision 621153bf (git): process.c: no SIZE_T_MAX
* process.c (rb_exec_fillarg): get rid of SIZE_T_MAX which may need
more headers.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
01:20 AM Revision 33b15cef (git): process.c: fix array element size
* process.c (rb_exec_fillarg): fix array element size. "continue" and
"readonly" exceeded the size.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
12:56 AM Revision 2d460925 (git): process.c: use shell for reserved or special built-in
* process.c (rb_exec_fillarg): use shell if the first word is reserved
or special built-in name.
http://pubs.open...
nobu (Nobuyoshi Nakada)
12:55 AM Revision e6a65611 (git): process.c: treat '=' only in the first word
* process.c (rb_exec_fillarg): treat '=' only in the first word. if
the first word does not contain '=', it is the...
nobu (Nobuyoshi Nakada)
12:54 AM Revision fe5a1525 (git): * 2012-06-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:54 AM Revision 18c32c94 (git): process.c: constified
* process.c (rb_exec_fillarg): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36046 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)

06/12/2012

10:51 PM Bug #6573: Webrick test failures
Hmm, actually it seems that the tests don't fail randomly; The error seems to be:
NameError: uninitialized constan...
Anonymous
10:22 PM Feature #6023: Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
The perl example is not very elegant.
When I see code like this:
$foo //= 1;
I first think that someone wa...
shevegen (Robert A. Heiler)
02:47 PM Bug #6576 (Feedback): shared library references _environ macosx Lion
=begin
Actually it doesn't fail.
$ uname -svr
Darwin 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PD...
nobu (Nobuyoshi Nakada)
02:46 PM Revision 720dc304 (git): * lib/mkmf.rb: add dummy clean-static target to prevent errors for the
case real clean-static target doesn't exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36045 b2dd03c8-39d4-4...
naruse (Yui NARUSE)
01:55 PM Revision 3f4b0e17 (git): * process.c (rb_exec_arg_fixup): fix compile error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
12:50 PM Revision f00d5d99 (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:44 PM Revision 94b275c5 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:41 PM Revision 640e0a33 (git): * process.c (rb_exec_fillarg): treat '=' character as an meta
character to detect assignments preceding command name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36041 b2...
akr (Akira Tanaka)
12:09 PM Revision 0dcc1f0d (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
11:34 AM Revision 37a1355b (git): * include/ruby/intern.h (rb_exec_arg_init): deprecated.
(rb_exec_arg_addopt): ditto.
(rb_exec_arg_fixup): ditto.
(rb_run_exec_options): ditto.
(rb_run_exec_options_err...
akr (Akira Tanaka)
10:52 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
Do you consider that HTTP_PROXY environment variable can be set from outside in CGI by
Proxy: header?
In that cas...
akr (Akira Tanaka)
10:42 AM Feature #6546 (Assigned): Net::HTTP to check for HTTP_PROXY environment setting.
drbrain (Eric Hodel) wrote:
> OK.
>
> This updated patch uses :ENV by default in Net::HTTP.new and Net::HTTP::Pro...
naruse (Yui NARUSE)
09:17 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
OK.
This updated patch uses :ENV by default in Net::HTTP.new and Net::HTTP::Proxy.
This updated patch does not ...
drbrain (Eric Hodel)
02:34 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
drbrain (Eric Hodel) wrote:
> I did not add it to the patch, but if this patch is accepted should Net::HTTP.new be c...
naruse (Yui NARUSE)
09:41 AM Revision 0284e649 (git): * configure.in: enable strict ANSI mode by default in case of GCC,
requested by _ko1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
09:12 AM Bug #6571: Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
Thanks for your analysis, guys. Makes sense now, why I couldn't reproduce it on 64 bits. The original #6122 did not c... MartinBosslet (Martin Bosslet)
08:32 AM Bug #6550: crash 1.9.3
drbrain (Eric Hodel) wrote:
> =begin
> I have reproduced it and created a minimal test case (without rspec):
>
>...
ibc (Iñaki Baz Castillo)
02:18 AM Bug #6577 (Closed): GC中にstack overflowが発生するとSEGVする
GC中にstack overflowが発生すると、例外作成時にrb_new_objするので[BUG]ります。
原因
(1) caller のテストで Fiber を利用するようにした
(2) caller 実行中に GC が...
naruse (Yui NARUSE)
01:06 AM Feature #6569: [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842
Because you say so, I'll keep 208, 506, 508 and 510 unadded until I get a proof.
Among the uncertain four, I've obse...
knu (Akinori MUSHA)

06/11/2012

10:25 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
ささださんの案を元に読み過ぎないような先読み機構を考えてみました。
ささださんが指摘するように、n要素のArrayをm番目まで読んだところでバッファが不足した場合には、
少なくともn - m バイトは先読みできる事が保証されま...
Glass_saga (Masaki Matsushita)
09:40 PM Revision aa56c127 (git): * 2012-06-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:40 PM Revision 45e5f2f6 (git): * process.c (rb_exec_fillarg): detect '#' as a meta character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:26 PM Bug #6576 (Assigned): shared library references _environ macosx Lion
kosaki (Motohiro KOSAKI)
09:22 PM Bug #6576 (Closed): shared library references _environ macosx Lion
The code in missing/setproctitle.c references the global variable environ.
The environ global variable isn't allowed...
djk (Daniel Kopetzky)
08:55 PM Feature #4788: resolv.rb refactoring
Hi, still waiting for some progress on this issue. Lots of people are bugging me about it. ioquatix (Samuel Williams)
08:27 PM Bug #6575 (Rejected): Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Using rb_protect() I've realized that when the thread is killed by other thread using Thread#kill, the error_tag pass... ibc (Iñaki Baz Castillo)
07:51 PM Bug #6573: Webrick test failures
vo.x (Vit Ondruch) wrote:
> It seems that the same issues are facing Debian guys: https://buildd.debian.org/status/f...
vo.x (Vit Ondruch)
07:34 PM Bug #6573: Webrick test failures
It seems that the same issues are facing Debian guys: https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1&arch=a... vo.x (Vit Ondruch)
07:33 PM Bug #6573 (Closed): Webrick test failures
Hi,
I'm randomly getting test failures for WEBrick with Ruby 1.9.3. The problem seems to be that WEBrick hangs durin...
Anonymous
02:32 PM Bug #6571 (Assigned): Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
nobu (Nobuyoshi Nakada)
02:20 PM Bug #6571: Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
I guess it is not an issue of Time#mktime but an issue of OpenSSL.
Furthermore, the description is inaccurate.
He...
phasis68 (Heesob Park)
01:53 PM Bug #6571: Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
2012/6/11 MartinBosslet (Martin Bosslet) <[email protected]>:

> Time.mktime(2038, 1, 19, 11, 14, 8)...
akr (Akira Tanaka)
01:52 PM Bug #6571 (Feedback): Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
I can't reproduce it with 1.9.3p216, in JST and PST.
What are the failure message and your timezone?
nobu (Nobuyoshi Nakada)
01:21 AM Bug #6571 (Closed): Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
=begin
This came up in https://bugs.ruby-lang.org/issues/6122.
(({Time.mktime(2038, 1, 19, 11, 14, 8)})) failed. ...
MartinBosslet (Martin Bosslet)
01:53 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
こんにちは、なかむら(う)です。

In message "[ruby-dev:45716] Re: [ruby-trunk - Feature #3946] Array#packのqQ指定子に機種依存サイズフラグ!を追加...
usa (Usaku NAKAMURA)
01:23 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
2012年6月11日 10:38 usa (Usaku NAKAMURA) <[email protected]>:
>
> * Q!、q!は必要か?
> →どうやら必要らしい(ユースケースがある)
> *...
akr (Akira Tanaka)
10:38 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
なんかもう争点がわからないので整理しますが、
* Q!、q!は必要か?
→どうやら必要らしい(ユースケースがある)
* 問題点はなんぞ?
→LONG_LONG(≒long long)がないプラットフォームでどうする...
usa (Usaku NAKAMURA)
01:16 PM Revision a903db9c (git): * include/ruby/intern.h (rb_proc_exec_n): deprecated.
(rb_exec): ditto.
(rb_exec_err): ditto.
(rb_fork): ditto.
(rb_fork_err): ditto.
git-svn-id: svn+ssh://ci.ruby...
akr (Akira Tanaka)
12:58 PM Revision 05a98ce7 (git): update tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:37 PM Revision ffe89b76 (git): add comment about meta characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:27 AM Revision f658207f (git): * configure.in: on checking libexecinfo, don't specify /use/local.
On FreeBSD people must specify --with-opt-dir or --with-execinfo-dir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
naruse (Yui NARUSE)
11:11 AM Bug #6566: JSON.dump can generate invalid UTF-8 sequence
json is not only for 1.9, so nobu's patch is not acceptable.
I made https://github.com/flori/json/pull/139 .
naruse (Yui NARUSE)
10:57 AM Revision a8ae1416 (git): merge revision(s) 33730: [Bug #6574]
* test/webrick/test_cgi.rb (class TestWEBrickCGI): respect
RbConfig::CONFIG["LIBPATHENV"]. [Bug #5135] [rub...
naruse (Yui NARUSE)
03:14 AM Revision 0a71db8a (git): * vm_core.h: remove lfp (local frame pointer) and rename
dfp (dynamic frame pointer) to ep (environment pointer).
This change make VM `normal' (similar to other interpreter...
ko1 (Koichi Sasada)
02:57 AM Revision 9b29e5f7 (git): * compile.c (iseq_set_sequence): nonstatic initializer of an
aggregate type is a C99ism.
* compile.c (enum compile_array_type_t): comma at the end of enum
list...
shyouhei (Shyouhei Urabe)
01:27 AM Feature #6572 (Closed): Array#index return array of indexes
I've cleaned up and added a patch for Robin's Array#index feature from GH#128
https://github.com/ruby/ruby/pull/128
zzak (zzak _)
01:21 AM Bug #6122: OpenSSL::PKCS7 verify
Created https://bugs.ruby-lang.org/issues/6571 for the Time issue. MartinBosslet (Martin Bosslet)
01:05 AM Bug #6122 (Closed): OpenSSL::PKCS7 verify
Hi Justin,
The behavior you encountered is not an error. When you sign the PKCS7, the signing certificate will be ...
MartinBosslet (Martin Bosslet)
12:09 AM Bug #6252: OpenSSL - ECDSA signature reliability
sacketty (Henri Sack) wrote:
> =begin
> The snippet code attached
Hello Henri,
it took me a while to look i...
MartinBosslet (Martin Bosslet)

06/10/2012

10:42 PM Feature #6569 (Feedback): [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842
I agree about 2817 and 4918, but others are experimental.
Could you show real applications which use such experiment...
naruse (Yui NARUSE)
07:14 PM Feature #6569 (Closed): [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842
Currently Net::HTTP and WEBrick define status codes from RFC 2616 and 6585 but there are many others defined in RFCs ... knu (Akinori MUSHA)
09:31 PM Revision 9ea35ccf (git): * process.c (rb_proc_exec_n): revert the function removed at r35889.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:21 PM Revision 35973f27 (git): * thread_pthread.c (rb_thread_create_timer_thread): assign return
value to the variable err.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:19 PM Revision 67b8c950 (git): * thread_pthread.c (native_cond_initialize): fix typo in r36022.
this cause a failure on FreeBSD 8.2 amd64.
http://fbsd.rubyci.org/~chkbuild/ruby-trunk/log/20120610T130201Z.diff.ht...
naruse (Yui NARUSE)
08:24 PM Revision cf8c5c14 (git): * 2012-06-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:24 PM Revision 57402414 (git): * .gdbinit (SDR): add SDR function. It's only for VM debugging.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
12:51 PM Revision cc4072b3 (git): * nacl/nacl_config.rb: Fixed for 32bit hosts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
12:51 PM Revision c3f3d772 (git): Fixes threading on NativeClient.
* thread_pthread.c (timer_thread_sleep): Extracted out a function from
thread_timer(). Added an alternative impleme...
yugui (Yuki Sonoda)
12:31 PM Revision fa5cd003 (git): * process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.
(rb_exec_err): new stub function to call
rb_exec_without_timer_thread.
(rb_f_exec): call rb_exec_without_timer_th...
akr (Akira Tanaka)
12:13 PM Revision 4fa66dc5 (git): * process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:56 AM Revision f589733a (git): * process.c (rb_fork_ruby): call rb_fork_internal directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:38 AM Feature #6310 (Closed): add EC_POINT_mul and EC_POINTs_mul to the ruby openssl ec wrapper
This issue was solved with changeset r36006.
roobie, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
11:21 AM Revision 4b70fab9 (git): * process.c (rb_fork_ruby): new function.
(rb_f_fork): use rb_fork_ruby instead of rb_fork.
(rb_daemon): ditto.
* io.c (pipe_open): use rb_fork_ruby instead...
akr (Akira Tanaka)
10:53 AM Bug #6137 (Closed): openssl: hardcoded MD5 use leads to SSL server failure in FIPS mode
This issue was solved with changeset r36005.
Jared, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
10:25 AM Bug #5951: Exported RSA keys allow pass phrases that are too short
I couldn't find a way to generally override the OpenSSL check, so I simply enforced the same check on our side to at ... MartinBosslet (Martin Bosslet)
10:23 AM Bug #5951 (Closed): Exported RSA keys allow pass phrases that are too short
This issue was solved with changeset r36001.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
Anonymous
09:59 AM Revision a9e8b776 (git): * lib/net/http/response.rb: Remove a duplicated rdoc and leave a
pointer.
* lib/net/http/responses.rb: Add RFC numbers to base on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Akinori MUSHA
09:39 AM Revision c541ff32 (git): * configure.in (RUBY_NACL): Warns if $PATH does not contain the path
to NativeClient SDK. PATH variable redefinition in GNUmakefile does
not work for GNU make 3.81.
git-svn-id: svn+ss...
yugui (Yuki Sonoda)
09:38 AM Bug #6567: Let OpenSSL::PKey::EC follow the general PKey interface
Also related: https://bugs.ruby-lang.org/issues/6234 MartinBosslet (Martin Bosslet)
09:36 AM Bug #6567 (Closed): Let OpenSSL::PKey::EC follow the general PKey interface
This is supposed to be a parent task that references several quirks and issues that came up with OpenSSL::PKey::EC. T... MartinBosslet (Martin Bosslet)
09:29 AM Bug #5600: OpenSSL::X509::Request can't sign() an OpenSSL::PKey::EC
Unfortunately it's not done by simply renaming the methods appropriately. It still would fail because OpenSSL::PKey::... MartinBosslet (Martin Bosslet)
08:54 AM Revision 8706c00d (git): gc.h: IS_STACK_DIR_UPPER
* gc.h (IS_STACK_DIR_UPPER): utility macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36015 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
08:54 AM Revision 068dafd2 (git): thread_pthread.c: adjust stack size
* thread_pthread.c (get_stack): seems stack size does not include
guard size on Mac OS X.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
08:54 AM Revision 35c96b90 (git): thread_pthread.c: adjust stack size
* thread_pthread.c (ruby_init_stack): adjust stack size for offset of
addr from the bottom.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
07:19 AM Bug #6566: JSON.dump can generate invalid UTF-8 sequence
=begin
A bit simpler, it seems wrong that
JSON.generate(["\xea"]).valid_encoding?
returns (({false})).
I think thi...
nobu (Nobuyoshi Nakada)
02:48 AM Bug #6566 (Closed): JSON.dump can generate invalid UTF-8 sequence
=begin
Look, in the following code JSON.dump outputs a sequence invalid as UTF-8.
# -*- encoding: utf-8 -*-
...
shyouhei (Shyouhei Urabe)
07:06 AM Bug #4408: Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
I think we can close this? As of OpenSSL 1.0.1, OpenSSL::Cipher supports CTR modes. MartinBosslet (Martin Bosslet)
06:51 AM Revision 8fdd48d6 (git): * process.c (retry_fork): call after_fork except in a child process.
(rb_fork_internal): restrict after_fork call condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36012 b2d...
akr (Akira Tanaka)
06:50 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
Sorry Wolfgang, I just saw your request. Better late than never, here's the example for what you asked for: https://g... MartinBosslet (Martin Bosslet)
06:49 AM Revision d9f3198d (git): * test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set default
encoding not to be affected by environment variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36011 b2dd03...
nobu (Nobuyoshi Nakada)
05:28 AM Revision 5c45a137 (git): * configure.in: NetBSD 6 adds libexecinfo but it only works on amd64.
http://www.mail-archive.com/[email protected]/msg38729.html
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
naruse (Yui NARUSE)
04:48 AM Bug #6231 (Closed): OpenSSL: Implicit conversion from long to int
Was fixed by nobu in r35428. Thanks! MartinBosslet (Martin Bosslet)
03:46 AM Revision c39fd4c3 (git): * process.c (rb_f_exec): call rb_exec_async_signal_safe except on
Mac OS X. cf. the comment in before_exec_non_async_signal_safe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
akr (Akira Tanaka)
03:16 AM Revision c27edd4a (git): * io.c (popen_exec): don't call rb_thread_atfork_before_exec. use
rb_exec_async_signal_safe instead of rb_exec_err.
(pipe_open): use rb_fork_async_signal_safe instead of rb_fork_err...
akr (Akira Tanaka)
03:16 AM Bug #6475 (Closed): Fix decryption example in OpenSSL docs
This issue was solved with changeset r35996.
David, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
02:45 AM Revision 258716bd (git): * process.c (rb_fork_internal): call after_fork only unless
chfunc_is_async_signal_safe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36007 b2dd03c8-39d4-4d8f-98ff-823fe...
akr (Akira Tanaka)
02:38 AM Revision 3ffd8a91 (git): * ext/openssl/ossl_pkey_ec.c
test/openssl/test_pkey_ec.rb: Add support for EC_POINT_mul.
Patch provided by Sambasiva Suda. Thanks!
[ruby-core:...
MartinBosslet (Martin Bosslet)
01:53 AM Revision 43759fc1 (git): * lib/openssl/ssl.rb: Use a simple random number to generate the
session id. MD5, as was used before, causes problems when
using a FIPS version of OpenSSL. Issue was found by Jared...
MartinBosslet (Martin Bosslet)
01:53 AM Feature #6497: Disabling TLS client-side renegotation
Updated in r35994. There is a generic renegotiation_cb attribute for SSLContext now instead of explicit configuration... MartinBosslet (Martin Bosslet)
01:46 AM Revision 839dc7d4 (git): update async-signal-safe comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:31 AM Revision 7db3bb5c (git): * NEWS: Add note about the new private key export behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
01:29 AM Revision 18088467 (git): * process.c (rb_exec_async_signal_safe): exported.
* ext/pty/extconf.rb: modify $INCFLAGS to include internal.h
* ext/pty/pty.c: include internal.h.
(chfunc): don't ...
akr (Akira Tanaka)
01:23 AM Revision 5bd7899b (git): * ext/openssl/ossl.c
ext/openssl/ossl_pkey_rsa.c
ext/openssl/ossl_pkey_dsa.c
ext/openssl/ossl_pkey_ec.c: Forbid export passwords that ...
MartinBosslet (Martin Bosslet)
01:17 AM Revision 8fcdb757 (git): * process.c (rb_f_exec): use rb_exec_arg_prepare.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:10 AM Feature #5588: add negation flag (v) to Regexp
=begin
What will (({Regexp#match})) with (({v})) flag return, and what will set to (({$~}))?
=end
nobu (Nobuyoshi Nakada)

06/09/2012

09:48 PM Revision 99c71b1e (git): * process.c: split after_exec into async-signal-safe part and rest.
(after_exec_async_signal_safe): extracted from after_exec.
(after_exec_non_async_signal_safe): ditto.
(after_exec...
akr (Akira Tanaka)
09:36 PM Revision e6424f80 (git): * removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:24 PM Revision f1759187 (git): * NEWS: document new features of Ruby OpenSSL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
06:16 PM Revision 21f1af2e (git): * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.
Add/extend existing documentation. Examples now also cover RSA
signatures and PBKDF2.
[ruby-core: 45154][ruby-tru...
MartinBosslet (Martin Bosslet)
06:12 PM Revision ef73b34c (git): merge revision(s) 32542:
* eval.c (ruby_setjmp): need to save the stack after r2 (the Table
of Contents on ppc64) is saved onto the ...
shyouhei (Shyouhei Urabe)
04:44 PM Revision 14ba7fab (git): * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb and
remove SSLContext#disable_client_renegotiation and related
functionality introduced in r35797. The new callback app...
MartinBosslet (Martin Bosslet)
04:37 PM Revision f45eb451 (git): * process.c (rb_fork_internal): initialize exc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:25 PM Revision 18d03a9e (git): * 2012-06-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:25 PM Revision b11046a6 (git): * process.c: don't use non async-signal-safe functions in a child
process before exec, for invoking a command.
(rb_exec_atfork): call rb_exec_async_signal_safe only.
(retry_fork):...
akr (Akira Tanaka)
02:58 PM Revision 14ec2c80 (git): * process.c (rb_fork_err): rewrite a complex "if" statement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:45 PM Revision d074d0df (git): * process.c (before_exec_async_signal_safe): extracted from
before_exec.
(before_exec_non_async_signal_safe): ditto.
(before_exec): call before_exec_async_signal_safe and
...
akr (Akira Tanaka)
02:36 PM Revision a1d6532e (git): iseq.c: rb_id2str
* iseq.c (iseq_load, insn_operand_intern, rb_iseq_disasm)
(rb_iseq_parameters): use rb_id2str() instead of rb_id2na...
nobu (Nobuyoshi Nakada)
02:36 PM Revision f64e7c83 (git): string.c: rb_str_symname_p
* string.c (rb_str_symname_p): new function that checks if the string
is valid as a symbol name. split from sym_in...
nobu (Nobuyoshi Nakada)
02:23 PM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
Eric Hodel <[email protected]> wrote:
> On Jun 8, 2012, at 5:28 PM, Eric Wong <[email protected]> wrote:
...
normalperson (Eric Wong)
10:23 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
On Jun 8, 2012, at 5:28 PM, Eric Wong <[email protected]> wrote:

> I like Net::HTTP being able to inflate com...
drbrain (Eric Hodel)
09:29 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
"drbrain (Eric Hodel)" <[email protected]> wrote:
> Feature #6492: Inflate all HTTP Content-Encoding: deflate, ...
normalperson (Eric Wong)
06:47 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
This patch adds a comment to Net::HTTPResponse::Inflater#read discussing returning more bytes than clen and a link to... drbrain (Eric Hodel)
05:48 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
naruse (Yui NARUSE) wrote:
> drbrain (Eric Hodel) wrote:
> > naruse (Yui NARUSE) wrote:
> > > A user of net/http c...
drbrain (Eric Hodel)
01:28 PM Revision 7057face (git): * process.c (retry_fork): rewrite a complex "for" statement by
simple statements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:53 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
2012年5月17日 18:21 Tanaka Akira <[email protected]>:

> バッファがあると、読みすぎることがあるのではないでしょうか。
>
> 読みすぎたぶんを捨ててしまうと、
> mar...
akr (Akira Tanaka)
12:51 PM Revision 1ad3f4b0 (git): * process.c (retry_fork): extracted from rb_fork_err.
(send_child_error): ditto.
(recv_child_error): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35985 b2d...
akr (Akira Tanaka)
10:02 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
I did not add it to the patch, but if this patch is accepted should Net::HTTP.new be changed so that p_addr = :ENV by... drbrain (Eric Hodel)
10:00 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
Here is a patch, it is based on code from net-http-persistent.
It tries both http_proxy and HTTP_PROXY to support ...
drbrain (Eric Hodel)
08:42 AM Feature #6559 (Assigned): Set DoNotReverseLookup to true in Webrick
Here is a patch to disable reverse lookup by default.
I don't think this can be backported to ruby 1.9.3 since it ...
drbrain (Eric Hodel)
08:21 AM Revision 588d1018 (git): iseq.c: fix conversion
* iseq.c (iseq_load): type is a symbol, and invalid as ID in common.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
08:21 AM Feature #6522 (Closed): Migrate extconf.rb documentation from README.EXT to MakeMakefile
This issue was solved with changeset r35977.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
08:17 AM Bug #6529 (Closed): missing words in description of =~ operator for Regexp
This issue was solved with changeset r35976.
Nathan, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
05:41 AM Bug #6529 (Assigned): missing words in description of =~ operator for Regexp
drbrain (Eric Hodel)
08:09 AM Bug #6553 (Closed): confusing use of "p " in String#start_with? documentation
This issue was solved with changeset r35975.
Nathan, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
07:57 AM Bug #6533: Benchmark documenation formatting bug and consistency
I also stripped out the emphasis for the "Generates:" lines entirely since the ri looks better that way, and re-wrapp... drbrain (Eric Hodel)
07:56 AM Bug #6533 (Closed): Benchmark documenation formatting bug and consistency
This issue was solved with changeset r35974.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
07:47 AM Feature #6534: Delegator documentation for the bang operator
I added slashes to __getobj__ to escape the underlining. drbrain (Eric Hodel)
07:46 AM Feature #6534 (Closed): Delegator documentation for the bang operator
This issue was solved with changeset r35973.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
07:40 AM Feature #6480 (Closed): [PATCH] Add HTTP status codes from RFC 6585
This issue was solved with changeset r35970.
Sangil, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
07:23 AM Bug #6560 (Assigned): stdlib/ipaddr: IPSocket.valid? not defined as the documentation says
drbrain (Eric Hodel)
03:06 AM Bug #6560 (Closed): stdlib/ipaddr: IPSocket.valid? not defined as the documentation says
The stdlib documentation of "ipaddr" for Ruby 1.9.3 and 1.9.1 both say there's a method IPSocket.valid?. But that's n... paddor (Patrik Wenger)
07:20 AM Feature #6494: Send Accept-Encoding for all HTTP requests
Due to feedback from #6492 I have updated this patch to omit Accept-Encoding when Range is supplied in initheader.
...
drbrain (Eric Hodel)
04:47 AM Feature #6561: ?= operator
Related to #6023:
https://bugs.ruby-lang.org/issues/6023
rosenfeld (Rodrigo Rosenfeld Rosas)
04:32 AM Feature #6561 (Rejected): ?= operator
I have feature proposition to add new opearator ?= its like ||= but assigns only when variable is not defined
So it ...
slayer (Vlad Moskovets)
02:09 AM Revision a46bf824 (git): update async-signal-safe comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:57 AM Revision d410a38b (git): * process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:40 AM Revision 4da82e58 (git): update async-signal-safe comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:07 AM Revision 4a9a7756 (git): * process.c: simplified because close_others option is always
enabled by default.
(rb_f_exec): don't need to set the option.
(rb_exec_arg_prepare): don't need to set the optio...
akr (Akira Tanaka)
12:18 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
drbrain (Eric Hodel) wrote:
> naruse (Yui NARUSE) wrote:
> > and each response should have its own uri.
> >
> > ...
naruse (Yui NARUSE)
12:01 AM Revision 0ec4ae7c (git): * process.c (rb_proc_exec): call before_exec() here addition to
rb_exec_err.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)

06/08/2012

11:30 PM Revision c4c79e25 (git): thread_pthread.c: use stack info
* thread_pthread.c (ruby_init_stack): use stack info if possible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
11:21 PM Revision 5b2df41b (git): * README.EXT (prepare extconf.rb): Added note to see MakeMakefile for
documentation of extconf.rb functions. Patch by Zachary Scott.
[ruby-trunk - Feature #6522]
* README.EXT (Appendix...
drbrain (Eric Hodel)
11:17 PM Revision a60a58b1 (git): * doc/re.rdoc: Completed wording in the description of the =~ operator.
[ruby-trunk - Bug #6529]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:09 PM Revision 9fa6147b (git): * string.c (rb_str_start_with): Removed "p" from start_with? examples
to match other String method examples. [ruby-trunk - Bug #6553]
* string.c (rb_str_end_with): Updated end_with? to ...
drbrain (Eric Hodel)
11:07 PM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
drbrain (Eric Hodel) wrote:
> naruse (Yui NARUSE) wrote:
> > drbrain (Eric Hodel) wrote:
> > > Due to read_chunked...
naruse (Yui NARUSE)
09:48 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
naruse (Yui NARUSE) wrote:
> drbrain (Eric Hodel) wrote:
> > Due to read_chunked, and persistent connections I don'...
drbrain (Eric Hodel)
10:56 PM Revision b2b93d4b (git): * lib/benchmark.rb: Updated formatting of Benchmark documentation for
consistency. [ruby-trunk - Bug #6533]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35974 b2dd03c8-39d4-4d8f-9...
drbrain (Eric Hodel)
10:46 PM Revision 1d7798dc (git): * lib/delegate.rb: Added documentation for Delegator#!. Patch by
Zachary Scott. [ruby-trunk - Feature #6534]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35973 b2dd03c8-39d4-...
drbrain (Eric Hodel)
10:44 PM Revision 1102fd2f (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:41 PM Revision 7b5fb62b (git): Fix typo in RFC number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
10:40 PM Revision 0d7a94e3 (git): * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch by
Sangil Jung. [ruby-trunk - Feature #6480]
* lib/net/http/response.rb: ditto
* lib/net/http.rb: ditto
* lib/webrick...
drbrain (Eric Hodel)
10:14 PM Feature #6559 (Closed): Set DoNotReverseLookup to true in Webrick
I often find it annoying that it is too slow to test my web applications from VirtualBox because Webrick will try to ... rosenfeld (Rodrigo Rosenfeld Rosas)
10:06 PM Feature #4649: Adding parallel constructors to Ruby 2.0
If we're going to care about the results of the tasks, which I think it is a good idea, although it was really yours ... rosenfeld (Rodrigo Rosenfeld Rosas)
08:41 AM Feature #4649: Adding parallel constructors to Ruby 2.0
Received.
You want just Kernel#concurrently and Kernel#task?
And, Kernel#concurrently returns an array that conta...
mame (Yusuke Endoh)
03:22 AM Feature #4649: Adding parallel constructors to Ruby 2.0
Third wish! rosenfeld (Rodrigo Rosenfeld Rosas)
09:58 PM Feature #5011: Add Perl 6-like main method definition support: accept command-line arguments as method arguments
Not sure if it is that simple as I would need some way of extracting the argument names and default values from the m... rosenfeld (Rodrigo Rosenfeld Rosas)
08:30 AM Feature #5011: Add Perl 6-like main method definition support: accept command-line arguments as method arguments
Received.
Your proposal is interesting, but slightly vague.
I understand motivation, but not the detailed behavio...
mame (Yusuke Endoh)
09:51 PM Feature #4840: Allow returning from require
thanks for worrying, but I'll take the risk :) rosenfeld (Rodrigo Rosenfeld Rosas)
08:00 AM Feature #4840: Allow returning from require
Received. Thanks for quick action!
But, matz said "returning from outside of a method makes me so weird" once.
I...
mame (Yusuke Endoh)
09:46 PM Feature #6244 (Rejected): Removal of some unused functions from /ext/json/fbuffer/fbuffer.h
They are used by json generator. naruse (Yui NARUSE)
09:43 PM Feature #5588 (Feedback): add negation flag (v) to Regexp
naruse (Yui NARUSE)
09:19 PM Feature #6555: New comparison operators
=begin
I understand your hesitation in adding 8 more operators. It is not a little change. I am also aware that in R...
jEFF (Jean-François Berroyer)
01:11 AM Feature #6555: New comparison operators
One correction: you assume (a != b) being equal to !(a == b), but since 1.9, (a != b) calls != method.
I understan...
matz (Yukihiro Matsumoto)
01:05 AM Feature #6555: New comparison operators
=begin
Ok, il will try to explain my mind.
Imagine objects that are naturaly ordered like in a tree structure. Th...
jEFF (Jean-François Berroyer)
08:39 PM Bug #3796: make check fails on powerpc64 linux
Nobu, you are right, they are referring to the same RH bugzilla. So the r32542 should be the backported. Thank you. vo.x (Vit Ondruch)
05:46 PM Bug #3796 (Assigned): make check fails on powerpc64 linux
=begin
That reminds me.
Is this duplication of ((<[Bug#4411]|URL:https://bugs.ruby-lang.org/issues/4411>))?
Then bac...
nobu (Nobuyoshi Nakada)
04:02 PM Bug #3796: make check fails on powerpc64 linux
nobu (Nobuyoshi Nakada) wrote:
> I can't access https://brewweb.devel.redhat.com
I was looking at the patch attac...
shyouhei (Shyouhei Urabe)
12:03 AM Bug #3796: make check fails on powerpc64 linux
I can't access https://brewweb.devel.redhat.com nobu (Nobuyoshi Nakada)
04:29 PM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
On Fri, Jun 8, 2012 at 3:21 AM, akr (Akira Tanaka) <[email protected]> wrote:
>
> Issue #2715 has been updated by akr (...
kosaki (Motohiro KOSAKI)
04:21 PM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
> .... I realized IO.pid is crazy mistaken feature. It wouldn't work when using complex cmdline even if we will not r... akr (Akira Tanaka)
04:26 PM Revision 2fb032b7 (git): * process.c (rb_exec_err): before_exec() call moved from proc_exec_cmd
and proc_exec_sh.
(rb_proc_exec): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35969 b2dd03c8-39d4-4d...
akr (Akira Tanaka)
04:13 PM Revision bf4ecf1d (git): * 2012-06-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:13 PM Revision b9824fbb (git): * include/ruby/intern.h (rb_exec_arg_init): declaration changed to
return a value.
* process.c (rb_exec_arg_init): return a value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
akr (Akira Tanaka)
02:46 PM Revision 795c5f9b (git): * process.c: don't check the availability of FD_CLOEXEC. It should
be available if fork() is available.
* io.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35966 b2dd03...
akr (Akira Tanaka)
02:27 PM Feature #6552: Enumerator::Generator:select should return another Enumerator::Generator
You might be interested in Enumerator::Lazy that effectively solves you problem.
(123..Float::INFINITY).lazy.select{...
gregolsen (Innokenty Mikhailov)
01:50 PM Revision ba1c1786 (git): add comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:43 PM Revision 373a7d1a (git): * process.c (rb_fork_err): revert r35955. The condition needs !chfunc
to close ep[0] and ep[1]. The catched exception is re-raised
immediately after that if status is not NULL.
git-s...
akr (Akira Tanaka)
10:57 AM Revision c17c8ebb (git): * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd and
proc_exec_sh.
(rb_proc_exec): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35963 b2dd03c8-39d4-4d8f-...
akr (Akira Tanaka)
10:02 AM Revision 86c82ad6 (git): * process.c (ARGV_COUNT): unused macro removed.
(ARGV_SIZE): ditto.
(ALLOC_ARGV): ditto.
(ALLOC_ARGV_WITH_STR): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
akr (Akira Tanaka)
09:09 AM Bug #6558: Crash in garbage collection - using caller inside finalizer method
It does not crash for me using Ruby 1.9.3p0. I've also added a thread on top of the above script:... ibc (Iñaki Baz Castillo)
03:27 AM Bug #6558 (Rejected): Crash in garbage collection - using caller inside finalizer method
While debugging a hangup in a daemon, created the following program that crashes intermittently in 1.9.1 and 1.9.2 (d... wpaulson (Bill Paulson)
07:19 AM Revision 2696fb95 (git): test: realpath
* test/runner.rb (src_testdir): expand real path so that
TestGem#test_self_find_files does not fail by aliased load...
nobu (Nobuyoshi Nakada)
07:02 AM Bug #6553 (Assigned): confusing use of "p " in String#start_with? documentation
drbrain (Eric Hodel)
06:33 AM Feature #6557: Make rb_hash_clear() public
Well, I have a C extension (a reactor based on libuv) in which I would like to perform the "loop release" within a si... ibc (Iñaki Baz Castillo)
05:13 AM Feature #6557 (Feedback): Make rb_hash_clear() public
ibc (Iñaki Baz Castillo) wrote:
> Any reason for rb_hash_clear() not to be public C API?:
Because anyone hadn't r...
naruse (Yui NARUSE)
02:30 AM Feature #6557: Make rb_hash_clear() public
The same for rb_hash_size(). ibc (Iñaki Baz Castillo)
02:21 AM Feature #6557 (Closed): Make rb_hash_clear() public
Any reason for rb_hash_clear() not to be public C API?:... ibc (Iñaki Baz Castillo)
05:19 AM Bug #6556: ネストした配列の inspect で segv
ko1 (Koichi Sasada) wrote:
> (2012/06/08 0:36), naruse (Yui NARUSE) wrote:
> > ./miniruby -e'10000.times.inject(x=...
naruse (Yui NARUSE)
01:23 AM Bug #6556: ネストした配列の inspect で segv
(2012/06/08 0:36), naruse (Yui NARUSE) wrote:
>
> Issue #6556 has been reported by naruse (Yui NARUSE).
>
...
ko1 (Koichi Sasada)
12:36 AM Bug #6556 (Closed): ネストした配列の inspect で segv
./miniruby -e'10000.times.inject(x=[]){|a,|a<<(b=[]);b};x.inspect'
で segv します。
% ./miniruby -e'10000.times.inje...
naruse (Yui NARUSE)
05:12 AM Feature #4824: Provide method Kernel#executed?
I vote for `__MAIN__`.
I think "main" will resonate to a lot of people with different backgrounds to indicate the ...
fxn (Xavier Noria)
03:04 AM Revision 52c70364 (git): process.c: child process error state
* process.c (rb_fork_err): error state in the child process is prior
to exceptions in proc_syswait().
git-svn-id:...
nobu (Nobuyoshi Nakada)
02:26 AM Revision 182dc9d4 (git): process.c, ext/pty/pty.c: status on errors
* process.c (rb_fork_err): determine status on errors.
* ext/pty/pty.c (establishShell): reraise exception if somethi...
nobu (Nobuyoshi Nakada)
02:25 AM Revision bc81a19e (git): ext/pty/pty.c: status to protect
* ext/pty/pty.c (establishShell): now needs status to protect from
exceptions in rb_fork_err().
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
02:01 AM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
Oh. hmmm.
I might be mistaken here; the Debian bug that is closed by the getcontext/setcontext fix is a crash in t...
Sledge (Steve McIntyre)
01:40 AM Revision 193681fb (git): * 2012-06-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:40 AM Revision dbcda636 (git): * thread_win32.c (native_thread_create): add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
12:56 AM Feature #6480: [PATCH] Add HTTP status codes from RFC 6585
mame (Yusuke Endoh) wrote:
> Please commit it unless there is objection within a few days or a week.
> Thanks!
I...
naruse (Yui NARUSE)

06/07/2012

11:05 PM Feature #6555: New comparison operators
Tell us how useful those operators. Since all of these can be achieved by combination of other operators, I am not s... matz (Yukihiro Matsumoto)
09:03 PM Feature #6555 (Rejected): New comparison operators
=begin
x <=> y returns -1, 0, 1 or nil
(x <=> y) == -1 means "x less than y" and is the same as x < y
(x <=>...
jEFF (Jean-François Berroyer)
07:31 PM Bug #3796: make check fails on powerpc64 linux
I would also like to ask nobu to see if it is OK to call just_before_setjmp *after* calling getcontext(), which doesn... shyouhei (Shyouhei Urabe)
05:54 PM Bug #3796: make check fails on powerpc64 linux
This is not an issue for 1.9.3 as far as I know, so I would expect that trunk works as well. vo.x (Vit Ondruch)
05:18 PM Bug #3796: make check fails on powerpc64 linux
OK, this one applies cleanly to 1.8.7 branch, but not for trunk.
Should we move this issue to 1.8.7? Or is it sti...
shyouhei (Shyouhei Urabe)
04:51 PM Bug #3796: make check fails on powerpc64 linux
vo.x (Vit Ondruch) wrote:
> This issue is related to https://bugzilla.redhat.com/show_bug.cgi?id=628715 and there is...
naruse (Yui NARUSE)
03:38 PM Bug #3796: make check fails on powerpc64 linux
Hi,
This issue is related to https://bugzilla.redhat.com/show_bug.cgi?id=628715 and there is attached patch which ...
vo.x (Vit Ondruch)
04:32 PM Bug #6011 (Closed): ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
The build works with glibc-2.15-37.fc17 in F17. vo.x (Vit Ondruch)
04:21 PM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
kosaki (Motohiro KOSAKI) wrote:
> Thank you. closed.
Could somebody more knowledgeable then me please invest some...
vo.x (Vit Ondruch)
04:23 AM Bug #5780 (Closed): test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
Thank you. closed. kosaki (Motohiro KOSAKI)
02:38 PM Bug #6550: crash 1.9.3
Attaching my crash report for my test case (in case it's not the same issue as with your test case). You said you wer... mrbrdo (Jan Berdajs)
07:37 AM Bug #6550: crash 1.9.3
=begin
I have reproduced it and created a minimal test case (without rspec):
class TestClass
def self.tdef...
drbrain (Eric Hodel)
07:15 AM Bug #6550: crash 1.9.3
I cannot reproduce this crash with ruby 1.9.3p125 or ruby trunk r35913.
Can you show the output of your crash?
drbrain (Eric Hodel)
01:13 PM Revision 0d92aac6 (git): * process.c (rb_fork_err): Fix the conditoin to use rb_protect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:41 PM Bug #6553 (Closed): confusing use of "p " in String#start_with? documentation
The three code samples given for the starts_with?() method (for the String class) all start with "p ". This is the o... nathanst (Nathan Stratton Treadway)
11:29 AM Revision 13edb951 (git): * include/ruby/intern.h: rb_exec_arg and related stuff moved back from
internal.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
10:05 AM Revision 15fbb87b (git): merge revision(s) 30993:
* ext/bigdecimal/bigdecimal.c (VpMemAlloc): Fixes a bug reported by Drew Yao <ayao at apple.com>
git-svn-id: svn+ss...
shyouhei (Shyouhei Urabe)
10:02 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
naruse (Yui NARUSE) wrote:
> I'm still considering this, but current thought is
>
> The direction of this seems c...
drbrain (Eric Hodel)
04:35 AM Feature #6482: Add URI requested to Net::HTTP request and response objects
I'm still considering this, but current thought is
The direction of this seems correct.
On HTTP/1.1 requires Host...
naruse (Yui NARUSE)
09:29 AM Bug #6533: Benchmark documenation formatting bug and consistency
Hi Eric,
I've added a new patch with the change you requested for GC.start
Thanks for your feedback!
zzak (zzak _)
09:23 AM Feature #6534: Delegator documentation for the bang operator
I've added a new patch with a better description for ! from my discussion with Eric. zzak (zzak _)
09:07 AM Bug #6544: Broken links on lib/drb references documentation
Hello Seki-san,
I've added a new patch to remove the broken links and add a link to your book in drb's documentation.
zzak (zzak _)
07:56 AM Bug #6488: String#slice example has a syntax error
The references to the RDoc github commits don't show up as live links, so to save others the trouble of finding them,... nathanst (Nathan Stratton Treadway)
06:54 AM Revision 425b7890 (git): * 2012-06-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:54 AM Revision d556a475 (git): * .gdbinit: add function `trace_machine_instructions' to trace
in native machine assemble.
See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/MachineInstructionsTraceWithGDB...
ko1 (Koichi Sasada)
06:47 AM Feature #6552 (Rejected): Enumerator::Generator:select should return another Enumerator::Generator
The current implementation of Enumerator:select fails when applied to an open ended Enumerator:Generator,
resulting ...
eike.rb (Eike Dierks)
05:23 AM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
(6/5/12 3:55 PM), akr (Akira Tanaka) wrote:
>
> Issue #2715 has been updated by akr (Akira Tanaka).
>
>
>>...
kosaki (Motohiro KOSAKI)
04:08 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
drbrain (Eric Hodel) wrote:
> I've updated this patch. Upon working with the code again and looking at RFC 2616, I ...
naruse (Yui NARUSE)
03:51 AM Feature #6546 (Feedback): Net::HTTP to check for HTTP_PROXY environment setting.
I agree the concept, a patch is welcome. naruse (Yui NARUSE)
 

Also available in: Atom