Activity
From 06/06/2012 to 06/12/2012
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... -
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... -
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... -
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... -
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
-
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
-
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
-
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... -
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
-
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... -
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... -
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... -
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 ... -
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... -
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 -
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...
-
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):
>
>... -
02:18 AM Bug #6577 (Closed): GC中にstack overflowが発生するとSEGVする
- GC中にstack overflowが発生すると、例外作成時にrb_new_objするので[BUG]ります。
原因
(1) caller のテストで Fiber を利用するようにした
(2) caller 実行中に GC が... -
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...
06/11/2012
-
10:25 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
- ささださんの案を元に読み過ぎないような先読み機構を考えてみました。
ささださんが指摘するように、n要素のArrayをm番目まで読んだところでバッファが不足した場合には、
少なくともn - m バイトは先読みできる事が保証されま... - 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
-
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
-
09:26 PM Bug #6576 (Assigned): shared library references _environ macosx Lion
-
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... -
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.
-
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...
-
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... -
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...
-
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... -
02:32 PM Bug #6571 (Assigned): Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
-
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... -
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)... -
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?
-
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. ... -
01:53 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- こんにちは、なかむら(う)です。
In message "[ruby-dev:45716] Re: [ruby-trunk - Feature #3946] Array#packのqQ指定子に機種依存サイズフラグ!を追加... -
01:23 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- 2012年6月11日 10:38 usa (Usaku NAKAMURA) <[email protected]>:
>
> * Q!、q!は必要か?
> →どうやら必要らしい(ユースケースがある)
> *... -
10:38 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- なんかもう争点がわからないので整理しますが、
* Q!、q!は必要か?
→どうやら必要らしい(ユースケースがある)
* 問題点はなんぞ?
→LONG_LONG(≒long long)がないプラットフォームでどうする... -
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... -
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
-
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
-
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... -
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 . -
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... -
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... -
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... -
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 -
01:21 AM Bug #6122: OpenSSL::PKCS7 verify
- Created https://bugs.ruby-lang.org/issues/6571 for the Time issue.
-
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 ... -
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...
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... -
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 ...
-
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
-
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 -
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... - 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
-
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
-
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
-
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... -
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... -
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
-
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
-
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... -
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... -
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 ... -
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 ...
-
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... - 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... -
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... -
09:38 AM Bug #6567: Let OpenSSL::PKey::EC follow the general PKey interface
- Also related: https://bugs.ruby-lang.org/issues/6234
-
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...
-
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::...
-
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... -
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... -
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:/... -
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... -
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 -*-
... -
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.
-
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... -
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...
-
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... -
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... -
04:48 AM Bug #6231 (Closed): OpenSSL: Implicit conversion from long to int
- Was fixed by nobu in r35428. Thanks!
-
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@... -
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... -
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 ... -
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... -
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:... -
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... -
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...
-
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
-
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
-
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 ... -
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 ... -
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
-
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
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... -
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
-
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
-
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... -
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 ... -
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... -
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
- 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
-
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):... -
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
-
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
... -
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... -
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... -
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:
... -
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... -
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, ... -
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...
-
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... -
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 -
12:53 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
- 2012年5月17日 18:21 Tanaka Akira <[email protected]>:
> バッファがあると、読みすぎることがあるのではないでしょうか。
>
> 読みすぎたぶんを捨ててしまうと、
> mar... -
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... -
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...
-
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 ... -
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 ... -
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... -
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... -
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... -
05:41 AM Bug #6529 (Assigned): missing words in description of =~ operator for Regexp
-
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... -
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...
-
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... -
07:47 AM Feature #6534: Delegator documentation for the bang operator
- I added slashes to __getobj__ to escape the underlining.
-
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... -
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... -
07:23 AM Bug #6560 (Assigned): stdlib/ipaddr: IPSocket.valid? not defined as the documentation says
-
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...
-
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.
... -
04:47 AM Feature #6561: ?= operator
- Related to #6023:
https://bugs.ruby-lang.org/issues/6023 -
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 ... -
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
-
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
-
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
-
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... -
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.
> >
> > ... -
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
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... -
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... -
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 -
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 ... -
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... -
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'... -
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... -
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-... -
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
-
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
-
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... -
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 ...
-
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 ...
-
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... -
03:22 AM Feature #4649: Adding parallel constructors to Ruby 2.0
- Third wish!
-
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...
-
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... -
09:51 PM Feature #4840: Allow returning from require
- thanks for worrying, but I'll take the risk :)
-
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... -
09:46 PM Feature #6244 (Rejected): Removal of some unused functions from /ext/json/fbuffer/fbuffer.h
- They are used by json generator.
-
09:43 PM Feature #5588 (Feedback): add negation flag (v) to Regexp
-
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... -
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... -
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... -
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.
-
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... -
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... -
12:03 AM Bug #3796: make check fails on powerpc64 linux
- I can't access https://brewweb.devel.redhat.com
-
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 (... -
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...
-
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... - 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
-
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@... -
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... -
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{... -
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
-
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... -
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-... -
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/... -
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:...
-
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...
-
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... -
07:02 AM Bug #6553 (Assigned): confusing use of "p " in String#start_with? documentation
-
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...
-
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... -
02:30 AM Feature #6557: Make rb_hash_clear() public
- The same for rb_hash_size().
-
02:21 AM Feature #6557 (Closed): Make rb_hash_clear() public
- Any reason for rb_hash_clear() not to be public C API?:...
-
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=... -
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).
>
... -
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... -
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 ... -
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:... -
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... -
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... -
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... - 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
- 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
-
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...
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...
-
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 <=>... -
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...
-
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.
-
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... -
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... -
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 ... -
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.
-
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... -
04:23 AM Bug #5780 (Closed): test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
- Thank you. closed.
-
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...
-
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... -
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? -
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
-
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...
-
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 -
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... -
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... -
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... -
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! -
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.
-
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. -
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,...
- 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
-
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... -
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 ... -
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).
>
>
>>... -
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 ... -
03:51 AM Feature #6546 (Feedback): Net::HTTP to check for HTTP_PROXY environment setting.
- I agree the concept, a patch is welcome.
06/06/2012
-
09:38 PM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
- Seems that the #6011 was fixed by recent glibc-2.15-39.fc18 on Fedora Rawhide. Thank you Steve!
http://arm.koji.fedo... -
02:17 PM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
- We've found the solution to this problem in Debian. See
http://bugs.debian.org/652674
for more details. Basical... -
09:18 PM Feature #5617: Allow install RubyGems into dediceted directory
- I am attaching updated patch with added !<verconf>!
-
03:11 PM Bug #6550 (Closed): crash 1.9.3
- I was playing around and I got the 1.9.3 interpreter to crash.
Code: https://gist.github.com/2880210
Don't bother t... -
02:06 PM Bug #4960 (Feedback): Crash on start up using rubymine 107.315 build
- Sorry for accidentally closing. this is only a mistake.
-
01:29 PM Bug #4960 (Closed): Crash on start up using rubymine 107.315 build
- This issue was solved with changeset r35937.
Pat, thank you for reporting this issue.
Your contribution to Ruby is gr... -
02:04 PM Feature #4906 (Closed): rb_w32_add_socket / rb_w32_remove_socket
- This issue was solved with changeset r35938.
Greg, thank you for reporting this issue.
Your contribution to Ruby is g... -
01:35 PM Feature #4906: rb_w32_add_socket / rb_w32_remove_socket
- Sorry to keep you waiting for a long time.
I've added rb_w32_wrap_io_handle() and rb_w32_unwrap_io_handle().
Alth... -
01:10 PM Revision 7e0c93b0 (git): fix a comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 PM Revision 7f83b7e1 (git): remove wrong comments.
- earg is processed by surrounding rb_run_exec_options_err call.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35... -
12:33 PM Revision 3c3b5632 (git): * process.c (proc_exec_cmd) renamed from proc_exec_v.
- (proc_exec_sh): renamed from rb_proc_exec_e.
(proc_spawn_cmd_internal): renamed from proc_spawn_v.
(proc_spawn_cm... - 12:20 PM Revision ee011f7b (git): * process.c (try_with_sh): please take care of the macro defined by
- you.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:11 PM Revision 78d7def6 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:58 AM Revision aaf6bde9 (git): update async-signal-safe comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:49 AM Revision 70232e40 (git): * process.c (proc_exec_v): don't call dln_find_exe_r here because it
- is not async-signal-safe and proc_exec_v is called in a child
process.
command_abspath field of rb_exec_arg.
(r... -
11:09 AM Revision 76858374 (git): * process.c (try_with_sh): take envp argument.
- (exec_with_sh): ditto. use it for execve.
(proc_exec_v): provide envp for try_with_sh.
git-svn-id: svn+ssh://ci.... -
10:13 AM Feature #6539: public and private for core methods
- No comments, so I'm assigning to Matz.
There are more than 150 older issues assigned to Matz already. -
08:31 AM Feature #6503: Support for the NPN extension to TLS/SSL
- Thanks, Ilya, for the links!
@mame: I just checked the Python patch and what OpenSSL already provides and what woul... -
07:32 AM Feature #6503: Support for the NPN extension to TLS/SSL
- If nobody has claimed this yet, I'm happy to take a crack at it over the next couple of days. I know the guy who wrot...
-
06:16 AM Revision d18b6537 (git): merge revision(s) 23432:
- * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts
targets of rest waiting threads to join.... -
05:47 AM Revision 1acfb033 (git): merge revision(s) 28324:
- * bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f):
A negative Bignum out of Float range should ... -
05:34 AM Revision 996e9cf4 (git): @nobu you must run make test-all _before_ you check in.
- reverting revision r34920 because it fails.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@35940 b... -
05:20 AM Revision 69883b3e (git): merge revision(s) 33611:
- * lib/webrick/utils.rb: fix fcntl call.
* lib/drb/unix.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... - 05:04 AM Revision 96b96832 (git): * ChangeLog: typo. [Feature #4906]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- > As akr-san described, some shells have tail invocation optimization. Thus, even if ruby doesn't have shell invocati...
-
01:40 AM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- Hmm...
As akr-san described, some shells have tail invocation optimization. Thus, even if ruby doesn't have shell ... - 04:29 AM Revision f047b1f0 (git): * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.
- this API wraps an I/O handle (HANDLE or SOCKET) and returns fd.
the second parameter should be combination of O_*, ... - 04:18 AM Revision 4c3e402c (git): * win32/win32.c (rb_w32_close): of course, console handle is not socket.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:39 AM Revision 494d0141 (git): * process.c (rb_run_exec_options_err): allocate a temporary buffer for
- run_exec_dup2() for restoring fds on non-fork environments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35935... -
02:46 AM Bug #6548 (Closed): Rake doesn't ignore arguments after --
- I've created this issue first in GitHub before I realized that Rake is now part of stdlib:
https://github.com/jimw... - 12:46 AM Revision 5e1e5d04 (git): * test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom