[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
ko1@atdot.net wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:89105] Re: Fwd: [ruby-cvs:71879] nobu:r64787 (trunk): Add union method to Array
From:
Kazuhiro NISHIYAMA <zn@...>
Date:
2018-09-20 09:40:45 UTC
List:
ruby-core #89105
On Thu, 20 Sep 2018 17:45:49 +0900, Martin J. Dst wrote: > > Any chance to get messages such as the one below to include non-ASCII > characters correctly? > > Ana's name isn't Ana Mar?\195?\173a Mart?\195?\173nez G?\195?\179mez, > it's Ana Mar僘 Mart匤ez Gez. Email can handle this, and so should > the rest of our infrastructure. Please tell me if you need any help. It seems `LANG=C svn` converts non-ASCII characters. So I think post-commit hook should 1. Use LANG=C.UTF-8 or something else. 2. Change mail headers and encode body if needed. Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>