Project

General

Profile

Activity

From 02/28/2010 to 03/06/2010

03/06/2010

11:58 PM Feature #1081: add File::write() convenience method
=begin
> I give up.  I have already reverted and deleted the two methods.
>
> I wrote the patch because I thought ...
runpaint (Run Paint Run Run)
02:06 PM Feature #1081 (Open): add File::write() convenience method
=begin

=end
mame (Yusuke Endoh)
02:03 PM Feature #1081: add File::write() convenience method
=begin
Hi,

2010/3/6 Yusuke ENDOH <[email protected]>:
> 2010/3/6 Run Paint Run Run <[email protected]>:
>> The o...
mame (Yusuke Endoh)
12:49 PM Feature #1081: add File::write() convenience method
=begin
2010/3/6 Run Paint Run Run <[email protected]>:
> The only other inconsistency I found is how offsets are ...
mame (Yusuke Endoh)
12:01 PM Feature #1081: add File::write() convenience method
=begin
Teamwork. :-)

The only other inconsistency I found is how offsets are handled for
non-existent paths.

...
runpaint (Run Paint Run Run)
10:15 AM Feature #1081: add File::write() convenience method
=begin
Hi,

2010/3/6 Run Paint Run Run <[email protected]>:
> As for #binwrite, I'm also assuming that, at
> l...
mame (Yusuke Endoh)
05:32 AM Feature #1081: add File::write() convenience method
=begin
>> Is it intended that the length of the leading nulls are not included
>> in the return value? I assumed th...
runpaint (Run Paint Run Run)
12:03 AM Feature #1081: add File::write() convenience method
=begin
Hi,

2010/3/5 Run Paint Run Run <[email protected]>:
> Is it intended that the length of the leading nul...
mame (Yusuke Endoh)
09:49 PM Revision bebc39d1 (git): * ext/openssl/ossl_x509name.c: added X509::Name#hash_old as a wrapper
for X509_NAME_hash_old in OpenSSL 1.0.0.
* test/openssl/test_x509name.rb (test_hash): make test pass with
...
Hiroshi Nakamura
09:48 PM Revision e0bfe325 (git): * test/openssl/test_x509*: make tests pass with OpenSSL 1.0.0b5.
* PKey::PKey#verify raises an exception when a given PKey does not
match with signature.
* PKey...
Hiroshi Nakamura
09:47 PM Revision a3446aa6 (git): backport the commit from trunk:
Sun Feb 28 11:49:35 2010 NARUSE, Yui <[email protected]>
* openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenS...
Hiroshi Nakamura
09:43 PM Revision 8e6893f7 (git): * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
truncated with ec_key.group.order.size after openssl 0.9.8m for
FIPS 186-3 compliance.
WARNING: ...
Hiroshi Nakamura
09:41 PM Revision 0322d306 (git): * test/openssl: backport cosmetic changes from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
09:37 PM Revision ef5c7c95 (git): * ext/openssl: backport fixes in 1.9.
* r25019 by marcandre
* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def.
Patc...
Hiroshi Nakamura
05:18 PM Revision 77cc8077 (git): * 2010-03-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:18 PM Revision b04536fa (git): * hash.c (Hash#merge doc): Added explanation for form with block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
05:11 PM Revision 8a144fde (git): * encoding.c (enc_set_filesystem_encoding):
filesystem encoding on Mac OS X is now
default external encoding. so Mac OS X is now
treated as one of Unix. [rub...
naruse (Yui NARUSE)
05:03 PM Revision f6a23214 (git): * 2010-03-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:03 PM Revision 69fd8a90 (git): * hash.c (Hash#merge doc): Added explanation for form with block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:52 PM Revision c3c8c1e3 (git): useless lines removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:12 PM Revision 9ff10a20 (git): * pack.c: fix the prototype of rb_big2ulong_pack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:49 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Here's a patch that doesn't work. I don't know what I'm doing wrong here: RESIZE_CAPA seemed just right.

...
murphy (Kornelius Kalnbach)
10:26 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 06.03.10 01:31, Kurt Stephens wrote:
> ERB template rendering is one of my greatest performance issues ri...
murphy (Kornelius Kalnbach)
07:44 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 05.03.10 18:25, Nikolai Weibull wrote:
> I’m getting the feeling thath the only real use case that we’ve ...
murphy (Kornelius Kalnbach)
02:25 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On Fri, Mar 5, 2010 at 17:25, Caleb Clausen <[email protected]> wrote:
> On 3/5/10, Yusuke ENDOH <[email protected]...
now (Nikolai Weibull)
07:30 AM Bug #2319: gethostbyname fails in windows
=begin
appears to not throw the segfault anymore...at least on a couple of my doze boxes.

e:\dev\digitalarchive...
rogerdpack (Roger Pack)
04:52 AM Revision e796e95e (git): * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and
#binwrite. It may take a long time to make them stable, so 1.9.2
should not include them. We need refactoring to ...
mame (Yusuke Endoh)
04:07 AM Bug #2840 (Closed): Tk doesn't built in mingw
=begin
Currently the tk extension "search" finds existing Tk headers (ex: c:\Tcl), but then fails when it tries to c...
rogerdpack (Roger Pack)
01:06 AM Revision 127cfd11 (git): * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handle
offset correctly. [ruby-core:28517]
* test/ruby/test_io.rb: use assert_equal instead of assert.
git-svn-id: svn+ss...
mame (Yusuke Endoh)

03/05/2010

11:40 PM Feature #2022: Patch for openssl-1.0
=begin
On Tue, Feb 9, 2010 at 04:03, Yui NARUSE <[email protected]> wrote:
> Issue #2022 has been updated by Yu...
nahi (Hiroshi Nakamura)
11:24 PM Feature #1081: add File::write() convenience method
=begin
Is it intended that the length of the leading nulls are not included
in the return value? I assumed the seco...
runpaint (Run Paint Run Run)
07:47 PM Feature #2835 (Closed): String#encodeに置換文字列のみを与えたら未定義向けとみなす
=begin
This issue was solved with changeset r26823.
Yui, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)
07:07 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On Fri, 5 Mar 2010, Yusuke ENDOH wrote:

> Hi,
>
> 2010/3/5 Hugh Sasse <[email protected]>:
> >> At first g...
hgs (Hugh Sasse)
05:58 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/5 Kornelius Kalnbach <[email protected]>:
>> Preallocation of String would be immensely usefu...
mame (Yusuke Endoh)
05:20 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/5 Hugh Sasse <[email protected]>:
>> At first glance, the document explains the difference of dest...
mame (Yusuke Endoh)
11:58 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 05.03.10 01:13, Kurt Stephens wrote:
> Preallocation of String would be immensely useful in large ERB
> ...
murphy (Kornelius Kalnbach)
09:12 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
+1

Preallocation of String would be immensely useful in large ERB templates.

So much so, I was look...
kstephens (Kurt Stephens)
06:09 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 04.03.10 21:08, caleb clausen wrote:
> If String#<< is really O(1), there would seem to be little reason ...
murphy (Kornelius Kalnbach)
05:08 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
If String#<< is really O(1), there would seem to be little reason to change anything. I still want to investi...
coatl (caleb clausen)
02:51 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin


On Fri, 5 Mar 2010, Yusuke ENDOH wrote:

> Hi,
>
> 2010/3/5 Hugh Sasse <[email protected]>:
> > Yes (la...
hgs (Hugh Sasse)
02:39 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/5 Hugh Sasse <[email protected]>:
> Yes (last time I looked), but while this sort of thing is
> b...
mame (Yusuke Endoh)
02:29 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/5 Kornelius Kalnbach <[email protected]>:
> Doesn't Ruby allocate already using a "double mem...
mame (Yusuke Endoh)
02:13 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On Fri, 5 Mar 2010, Kornelius Kalnbach wrote:

> Doesn't Ruby allocate already using a "double memory if yo...
hgs (Hugh Sasse)
01:39 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Doesn't Ruby allocate already using a "double memory if you run out"
rule? That makes string concatenation (...
murphy (Kornelius Kalnbach)
06:34 PM Feature #2837: Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
=begin
> At least, they must be members of rb_objspace_t, and the
> argument ranges should be checked.

I cons...
adgar (Michael Edgar)
01:51 PM Feature #2837: Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
=begin
Hi,

At Fri, 5 Mar 2010 05:20:36 +0900,
Michael Edgar wrote in [ruby-core:28487]:
> I've included a patch...
nobu (Nobuyoshi Nakada)
05:20 AM Feature #2837 (Closed): Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
=begin
The GC currently increases the size at which newly-created heaps by a factor of 1.8 for each heap. Some fin...
adgar (Michael Edgar)
04:31 PM Feature #2759: Regexp /g and /G options
=begin
2010/3/5 Caleb Clausen <[email protected]>:
> Can't you rewrite that as something like this:
>
>   /*untes...
naruse (Yui NARUSE)
02:51 PM Feature #2759: Regexp /g and /G options
=begin
2010/3/5 Caleb Clausen <[email protected]>:
> On 3/4/10, NARUSE, Yui <[email protected]> wrote:
>> (2010/03...
naruse (Yui NARUSE)
09:26 AM Feature #2759: Regexp /g and /G options
=begin
Hi Naruse, Allowing for the flag to be passed is fine, I'm not that eager on the /g or /G syntax itself as lo...
manveru (Michael Fellinger)
04:09 PM Revision 61337683 (git): * 2010-03-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:09 PM Revision de1cd228 (git): * win32/Makefile.sub (config.h): VC6 has __int64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
10:39 AM Revision f453c3c0 (git): * transcode.c (econv_opts): set :undef => :replace when
:replace is given and :invalid is not given. [ruby-dev:40554]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2682...
naruse (Yui NARUSE)
08:51 AM Revision 4bcae18e (git): * io.c (pipe_open): suppressed a warning.
* win32/win32.c (rb_w32_map_errno, winnt_stat, rb_chsize): ditto.
* win32/win32.c (rb_w32_aspawn): get rid of overfl...
nobu (Nobuyoshi Nakada)
05:10 AM Feature #1047: request: getters, setters for the GC
=begin
I've attached a patch adding getters and setters for HEAP_MIN_SLOTS and GC_MALLOC_LIMIT. All tests still pas...
adgar (Michael Edgar)
04:10 AM Feature #2480: request to add GC::Profiler.time method
=begin
Many thanks. I will use this in the ruby-prof gem most likely, for more intuitive profiling.
=end
rogerdpack (Roger Pack)
04:08 AM Feature #2515: Array#select!
=begin
Many thanks!
-rp
=end
rogerdpack (Roger Pack)
02:59 AM Revision 29b94d77 (git): * 2010-03-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:59 AM Revision ee48a919 (git): * win32/win32.c (signbit): defined on mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:17 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/04, at 22:45, NARUSE, Yui wrote:

> PC からの「晴れ」マークと、絵文字からの「晴れ」が混同されるのは、
> 正しいのか意図しない挙動...
mrkn (Kenta Murata)

03/04/2010

10:57 PM Bug #1954 (Closed): line number 0?
=begin
This issue was solved with changeset r26817.
Kazuhiro, thank you for reporting this issue.
Your contributio...
mame (Yusuke Endoh)
02:58 AM Bug #1954: line number 0?
=begin
遠藤です。

> この現象について調べて見ました。

ありがとうございます。


> 対策として
> ・そういうものとして割り切る(仕様変更とする)
> ・プロセス終了処理中のメイン...
mame (Yusuke Endoh)
10:57 PM Feature #1081 (Closed): add File::write() convenience method
=begin
This issue was solved with changeset r26816.
Suraj, thank you for reporting this issue.
Your contribution t...
mame (Yusuke Endoh)
10:50 PM Feature #1081: add File::write() convenience method
=begin
Hi,

2010/3/4 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-core:28450] [Feature #1081]...
mame (Yusuke Endoh)
10:25 AM Feature #1081: add File::write() convenience method
=begin
Hi,

In message "Re: [ruby-core:28450] [Feature #1081] add File::write() convenience method"
on Thu, 4...
matz (Yukihiro Matsumoto)
02:48 AM Feature #1081: add File::write() convenience method
=begin
Hi,

Yusuke Endoh wrote:
> I have written a patch. The API is similar to File.read except string:
>
...
mame (Yusuke Endoh)
10:46 PM Feature #2833: 絵文字エンコーディングの提案
=begin
成瀬です。

(2010/03/04 13:29), takeru sasaki wrote:
>> まず、「文字コードの変換」というのはわたしはバイト列同士の変換だと考えています。
>> つまり、バイト単位で...
naruse (Yui NARUSE)
01:30 PM Feature #2833: 絵文字エンコーディングの提案
=begin
佐々木です。

コメントありがとうございます。

・各絵文字エンコーディングがサポートされることは反対ではないです。
・Googleの絵文字変換組み込まれることも反対ではないです。
現実的には8割9割以...
takeru (takeru sasaki)
09:54 PM Feature #2759: Regexp /g and /G options
=begin
(2010/03/04 14:53), caleb clausen wrote:
> It seems to me that Michael has a burning need for this feature a...
naruse (Yui NARUSE)
08:50 PM Feature #2759: Regexp /g and /G options
=begin
(2010/03/04 19:52), Hugh Sasse wrote:
> On Thu, 4 Mar 2010, Vincent Isambart wrote:
>
>>> The objections ...
naruse (Yui NARUSE)
08:41 PM Feature #2759: Regexp /g and /G options
=begin
Hi,

(2010/03/03 12:02), Michael Fellinger wrote:
> Issue #2759 has been updated by Michael Fellinger.
> ...
naruse (Yui NARUSE)
07:53 PM Feature #2759: Regexp /g and /G options
=begin
On Thu, 4 Mar 2010, Vincent Isambart wrote:

> > The objections to this feature amounted to "it's complicat...
hgs (Hugh Sasse)
03:00 PM Feature #2759: Regexp /g and /G options
=begin
> The objections to this feature amounted to "it's complicated for users to understand and no-one needs it". ...
scritch (Vincent Isambart)
02:53 PM Feature #2759: Regexp /g and /G options
=begin
It seems to me that Michael has a burning need for this feature and it can't be (easily) provided any other w...
coatl (caleb clausen)
09:26 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/4 caleb clausen <[email protected]>:
> Pre-sized buffers are a well-known performance win ...
mame (Yusuke Endoh)
06:03 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On Thu, Mar 4, 2010 at 07:11, caleb clausen <[email protected]> wrote:
> Issue #905 has been updated by ...
now (Nikolai Weibull)
03:11 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Do we really need a benchmark to confirm that copying large strings is expensive? Pre-sized buffers are a wel...
coatl (caleb clausen)
01:26 AM Feature #905 (Feedback): Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

> This would allow heavy string-appending algorithms and libraries (like ERb) to avoid doing so many...
mame (Yusuke Endoh)
07:01 PM Revision c11eabf5 (git): Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
02:20 PM Revision ef7d0431 (git): add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:19 PM Feature #2480 (Closed): request to add GC::Profiler.time method
=begin
Applied at r26814. Thank you.
=end
wanabe (_ wanabe)
08:40 AM Feature #2480: request to add GC::Profiler.time method
=begin
Hi,

>> I wrote a patch.
>> If it is OK, I'll commit later.
>
> +1
>
> The name `total_time' is also g...
authorNari (Narihiro Nakamura)
01:15 AM Feature #2480: request to add GC::Profiler.time method
=begin
Hi,

2010/3/3 _ wanabe <[email protected]>:
> File gc_prof_totaltime.patch added
>
> I wrote a patch...
mame (Yusuke Endoh)
01:54 PM Revision 6bec0667 (git): * eval.c (setup_exception): avoid line number 0 when setting
$DEBUG=true. [ruby-dev:39116]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26817 b2dd03c8-39d4-4d8f-98ff-823fe...
mame (Yusuke Endoh)
01:48 PM Revision ae2065a2 (git): * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.
[ruby-core:21701]
* test/ruby/test_io.rb: add tests for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26...
mame (Yusuke Endoh)
11:09 AM Feature #2835: String#encodeに置換文字列のみを与えたら未定義向けとみなす
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40554] [Feature #2835] String#encodeに置換文字列のみを与えたら未定義向けとみなす"
on ...
matz (Yukihiro Matsumoto)
05:13 AM Revision 323e4f1c (git): add ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
04:51 AM Revision 4d8d6d9d (git): * gc.c (gc_profile_total_time): add GC::Profiler.total_time.
* NEWS: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
wanabe (_ wanabe)
02:47 AM Bug #1893: Recursive Enumerable#join is surprising
=begin
On Wed, Mar 3, 2010 at 12:14 AM, Yukihiro Matsumoto <[email protected]>wrote:

> Hi,
>
> In message "Re:...
bitsweat (Jeremy Daer)
02:29 AM Revision e09838c6 (git): * NEWS: Adding Enumerable#each_entry to the new method list
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:28 AM Feature #1102 (Feedback): Prepend Module
=begin

=end
mame (Yusuke Endoh)
01:16 AM Revision 556152ad (git): * complex.c (m_log, m_exp): remove unused functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:05 AM Revision 4e637b32 (git): * ext/json/lib/**/*.rb: not executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/03/2010

11:27 PM Bug #2830 (Closed): Some methods raise ArgumentError instead of TypeError
=begin
This issue was solved with changeset r26805.
Marc-Andre, thank you for reporting this issue.
Your contribut...
marcandre (Marc-Andre Lafortune)
09:01 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
=begin
Hi,

(2010/03/03 20:18), Yusuke ENDOH wrote:
> 2010/3/3 Yukihiro Matsumoto <[email protected]>:
>> |Some...
naruse (Yui NARUSE)
08:18 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
=begin
Hi,

2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |Some methods of Ruby 1.9 expect integers/reals a...
mame (Yusuke Endoh)
04:49 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
Hi,

In message "Re: [ruby-core:28395] [Bug #2830] Some methods raise ArgumentError instead of TypeError"
...
matz (Yukihiro Matsumoto)
11:17 PM Feature #2480: request to add GC::Profiler.time method
=begin
I wrote a patch.
If it is OK, I'll commit later.
=end
wanabe (_ wanabe)
10:28 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
Hi,

2010/3/3 Benoit Daloze <[email protected]>:
>> | I guess adding Enumerator#to_ary is a right solutio...
mame (Yusuke Endoh)
09:48 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
>
> | I guess adding Enumerator#to_ary is a right solution.
>
> I don't think so, supplying to_ary means t...
Eregon (Benoit Daloze)
07:17 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
Hi,

2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |I guess adding Enumerator#to_ary is a right solu...
mame (Yusuke Endoh)
05:14 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
Hi,

In message "Re: [ruby-core:28422] [Bug #1893] Recursive Enumerable#join is surprising"
on Wed, 3 ...
matz (Yukihiro Matsumoto)
04:35 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
On 3 March 2010 06:42, Jeremy Kemper <[email protected]> wrote:

> Issue #1893 has been updated by Jere...
Eregon (Benoit Daloze)
02:42 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
Hi Yusuke,

Agreed that Enumerator#to_ary would resolve this.

Plus, I think it's better behavior: re...
bitsweat (Jeremy Daer)
12:57 AM Bug #1893: Recursive Enumerable#join is surprising
=begin
Hi Jeremy,

> >> Bar = Struct.new(:a, :b)
> => Bar
> >> bars = [Bar.new('1', '2'), Bar.new('3', '4')]...
mame (Yusuke Endoh)
09:53 PM Feature #2835 (Closed): String#encodeに置換文字列のみを与えたら未定義向けとみなす
=begin
Ruby 1.9 もおおむね完成してからそろそろ 3 年が経つのですが、
気付いた事として、String#encode(to, from, opt) の opt に :replace を指定した時は、
ほとんど...
naruse (Yui NARUSE)
06:12 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
いまいです。

From: KOSAKI Motohiro <kosaki.motohiro_at_jp.fujitsu.com>
Date: Wed, 3 Mar 2010 13:23:29 +0900

...
no6v (Nobuhiro IMAI)
12:52 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
いまいです。

From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Sat, 27 Feb 2010 13:01:30 +0900

>> 上記URLはいちおう1....
no6v (Nobuhiro IMAI)
05:36 PM Revision 9a026aec (git): * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
05:33 PM Revision 43ad8929 (git): * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:24 PM Feature #2833: 絵文字エンコーディングの提案
=begin
成瀬です。

2010年3月3日14:45 takeru sasaki <[email protected]>:
> Railsのjpmobileというプラグイン
> http://jpmobile...
naruse (Yui NARUSE)
02:46 PM Feature #2833: 絵文字エンコーディングの提案
=begin
佐々木と申します。

Railsのjpmobileというプラグイン
http://jpmobile-rails.org/
で絵文字を変換しています。

> 以下のような fallback つきのコンバータを...
takeru (takeru sasaki)
01:34 PM Feature #2833: 絵文字エンコーディングの提案
=begin
成瀬です。

2010年3月3日12:43 Yusuke ENDOH <[email protected]>:
> パッチを試したところ、make all が 9 分半から 12 分になりました。
>
> 大差ない...
naruse (Yui NARUSE)
01:20 PM Feature #2833: 絵文字エンコーディングの提案
=begin
成瀬です

2010年3月3日10:53 KOSAKI Motohiro <[email protected]>:
> # だって、絵文字を使うのは日本人だけで、日本のPCのIMEで晴れ...
naruse (Yui NARUSE)
12:44 PM Feature #2833: 絵文字エンコーディングの提案
=begin
遠藤です。

パッチを試したところ、make all が 9 分半から 12 分になりました。

大差ないといえばそうですが、節操なく機能を盛り込みまくればどんどん
遅くなり、パッケージも肥大化します。git...
mame (Yusuke Endoh)
12:35 PM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/02, at 23:42, Yui NARUSE wrote:

> * Shift_JIS-* は SJIS-* にすべき
> http://home.m05.its...
mrkn (Kenta Murata)
10:39 AM Feature #2833: 絵文字エンコーディングの提案
=begin
> 以下のような fallback つきのコンバータを標準で提供しておけば、
> 個々のニーズについては fallback 変換表を gem で配布してもらうだけ
> 済むかもしれません。

Strin...
naruse (Yui NARUSE)
10:00 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/03, at 8:48, KOSAKI Motohiro wrote:

>> - Shift_JIS-DoCoMo
>> - Shift_JIS-KDDI
>> - ...
mrkn (Kenta Murata)
07:28 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/03, at 4:15, Yukihiro Matsumoto wrote:

> |fallback ありの場合は、例えば DoCoMo だけで定義されている "\u{E...
mrkn (Kenta Murata)
04:16 AM Feature #2833: 絵文字エンコーディングの提案
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40533] Re: [Feature #2833] 絵文字エンコーディングの提案"
on Wed, 3 Mar 2010 ...
matz (Yukihiro Matsumoto)
02:56 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

テストケースに不備がありました。申し訳ありません。

On 2010/03/03, at 2:23, Kenta Murata wrote:

> # 使用例としてのテストケース
> cl...
mrkn (Kenta Murata)
02:24 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/02, at 23:12, Yukihiro Matsumoto wrote:

> |絵文字に対応したエンコーディングを実装しました。
> |これらを 1.9.2 のリ...
mrkn (Kenta Murata)
04:27 PM Feature #2832 (Closed): Vector#each and Enumerable
=begin
This issue was solved with changeset r26801.
Marc-Andre, thank you for reporting this issue.
Your contribut...
matz (Yukihiro Matsumoto)
03:14 PM Revision 373ed885 (git): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:12 PM Revision 27942ec2 (git): * 2010-03-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:11 PM Revision 5521b78f (git): * tool/transcode-tblgen.rb (HEX2): extracted from regexps.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:37 PM Feature #2515 (Closed): Array#select!
=begin
This issue was solved with changeset r26800.
Roger, thank you for reporting this issue.
Your contribution t...
matz (Yukihiro Matsumoto)
12:49 PM Feature #2515: Array#select!
=begin
Hi,

2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |I would suggest that this feature request be ext...
mame (Yusuke Endoh)
04:24 AM Feature #2515: Array#select!
=begin
Hi,

In message "Re: [ruby-core:28398] [Feature #2515] Array#select!"
on Tue, 2 Mar 2010 14:39:39 +090...
matz (Yukihiro Matsumoto)
04:23 AM Feature #2515: Array#select!
=begin
I will also sign up as being in favor of adding this feature, perhaps with a different name, tho select! make...
coatl (caleb clausen)
04:05 AM Feature #2515: Array#select!
=begin
On Wed, 3 Mar 2010, Yusuke Endoh wrote:

> Hi,
>
> 2010/3/2 Marc-Andre Lafortune <[email protected]>...
hgs (Hugh Sasse)
03:55 AM Feature #2515: Array#select!
=begin
Oh I see your argument now--that select! is too confusing of a name...

For me, though, it makes sense (g...
rogerdpack (Roger Pack)
01:16 AM Feature #2515: Array#select!
=begin
Hi,

2010/3/2 Marc-Andre Lafortune <[email protected]>:
> I feel the name select! is as appropriate...
mame (Yusuke Endoh)
02:20 PM Bug #1983: Struct doesn't define instance methods for valid method names
=begin
Thanks Yusuke. It's a reasonable restriction, considering my only motivation is to use Struct to make stubs f...
bitsweat (Jeremy Daer)
02:18 PM Revision 215b8092 (git): * complex.c (nucomp_real_check): raise TypeError instead of ArgumentError
when argument is not a real as expected [ruby-core:28395]
* rational.c (nurat_int_check): ditto (for integers)
git-...
Marc-Andre Lafortune
02:07 PM Revision b81e0457 (git): * lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
12:02 PM Feature #2759: Regexp /g and /G options
=begin
That's one out of many, and the shortest I could find.
My other samples still fail... here's a quick paste ...
manveru (Michael Fellinger)
09:44 AM Revision 871e9d17 (git): * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.
* hash.c (env_select_bang): ..and to ENV.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26803 b2dd03c8-39d4-4d8f...
matz (Yukihiro Matsumoto)
07:21 AM Revision 800dda6c (git): * lib/matrix.rb (Vector#each2, collect2): small refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
07:19 AM Revision 2cfb894d (git): * lib/matrix.rb (Vector#each): make Vector enumerable.
[ruby-core:28405]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
05:35 AM Revision 006a8ba7 (git): * array.c (rb_ary_select_bang): select! removes all elements for
which block returns false. [ruby-core:27286]
* array.c (rb_ary_keep_if): #keep_if, new method.
git-svn-id: svn+ssh...
matz (Yukihiro Matsumoto)
01:10 AM Feature #2635 (Rejected): Unbundle rdoc
=begin

=end
naruse (Yui NARUSE)
01:09 AM Bug #2721 (Third Party's Issue): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)
01:09 AM Bug #2721 (Rejected): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)
01:08 AM Bug #2768 (Third Party's Issue): SEGV when using OpenSSL::Cipher (AES) in certain way
=begin
Following is gdb backtrace and valgrind result; it seems OpenSSL's Issue.

% gdb --args ./ruby -e 'requir...
naruse (Yui NARUSE)
12:57 AM Bug #2766 (Assigned): Cannot use CSV under windows 7
=begin

=end
naruse (Yui NARUSE)

03/02/2010

11:42 PM Feature #2833: 絵文字エンコーディングの提案
=begin
* Shift_JIS-* は SJIS-* にすべき
http://home.m05.itscom.net/numa/cde/sjis-euc/sjis-euc.html

* x-emoji.c に...
naruse (Yui NARUSE)
11:30 PM Feature #2833: 絵文字エンコーディングの提案
=begin
成瀬さんに github で変更点を閲覧できる方法を教えてもらいました。

http://github.com/mrkn/ruby/compare/trunk...emoji
=end
mrkn (Kenta Murata)
11:12 PM Feature #2833: 絵文字エンコーディングの提案
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40528] [Feature #2833] 絵文字エンコーディングの提案"
on Tue, 2 Mar 2010 23:0...
matz (Yukihiro Matsumoto)
11:10 PM Feature #2833: 絵文字エンコーディングの提案
=begin
添付ファイルを圧縮しました。
=end
mrkn (Kenta Murata)
11:09 PM Feature #2833: 絵文字エンコーディングの提案
=begin

=end
mrkn (Kenta Murata)
11:00 PM Feature #2833 (Closed): 絵文字エンコーディングの提案
=begin
絵文字に対応したエンコーディングを実装しました。
これらを 1.9.2 のリリース前に trunk にマージすることを提案します。
redmine のチケットにパッチを添付しました。

このパッチは以下...
mrkn (Kenta Murata)
10:42 PM Bug #1983 (Rejected): Struct doesn't define instance methods for valid method names
=begin
Hi Jeremy,

> By why not generate the reader and skip the setter, then?

In [ruby-core:4404], matz de...
mame (Yusuke Endoh)
09:27 PM Bug #1666 (Closed): Confusion in documentation for lines vs each_line, etc...
=begin
This issue was solved with changeset r26797.
Marc-Andre, thank you for reporting this issue.
Your contribut...
mame (Yusuke Endoh)
09:07 PM Bug #1666: Confusion in documentation for lines vs each_line, etc...
=begin
Hi,

> Currently, IO#lines is defined as "to_enum(:each_line, *args)" and thus will ignore a block if one...
mame (Yusuke Endoh)
09:19 PM Revision 35345f1c (git): * win32/win32.c (signbig): defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:49 PM Revision d20440ab (git): * win32/Makefile.sub, symbian/setup (config.h): pack.c requires
SIZEOF_INT*_T now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:44 PM Feature #2759: Regexp /g and /G options
=begin
r26796 allows your example to pass.

It fixes a bug of Oniguruma: captured groups in anchors (look-ahead,...
naruse (Yui NARUSE)
06:47 PM Feature #2759 (Closed): Regexp /g and /G options
=begin
This issue was solved with changeset r26796.
Michael, thank you for reporting this issue.
Your contribution...
naruse (Yui NARUSE)
03:11 AM Feature #2759: Regexp /g and /G options
=begin
It's not correct, I simply shortened a longer expression.
The original is:

(?x)\G
(?= ([ ]{4}|\t)
...
manveru (Michael Fellinger)
08:34 PM Bug #1893: Recursive Enumerable#join is surprising
=begin
This is because:
* Enumerable#join is recursive
* If an element is String, add it
* If an element is Ar...
naruse (Yui NARUSE)
07:45 PM Feature #2515: Array#select!
=begin
I got tripped up by redmine there: I thought that was going off list,
but while the name of the addressee wa...
hgs (Hugh Sasse)
06:54 PM Feature #2515: Array#select!
=begin
I agree with Marc-Andre, and also with his suggestion of keep_if.

I have sometimes wished for each of th...
sdsykes (Stephen Sykes)
02:39 PM Feature #2515: Array#select!
=begin
I would suggest that this feature request be extended to also introduce Array#keep_if.

Indeed, Enumerabl...
marcandre (Marc-Andre Lafortune)
12:22 PM Feature #2515: Array#select!
=begin
Hi, Roger

Hugh Sasse wrote:
> On Tue, 2 Mar 2010, Roger Pack wrote:
> > It would be more convenient ...
mame (Yusuke Endoh)
05:04 AM Feature #2515: Array#select!
=begin
On Tue, 2 Mar 2010, Roger Pack wrote:

> Issue #2515 has been updated by Roger Pack.
[...]
> Curr...
hgs (Hugh Sasse)
04:34 AM Feature #2515 (Open): Array#select!
=begin
Hmm.

I personally have had uses for select! in the past, as others have as well.
http://blade.nagaok...
rogerdpack (Roger Pack)
06:04 PM Feature #2832 (Closed): Vector#each and Enumerable
=begin
Vector should implement #each and include Enumerable, since it is so Array-like.

Enumerable methods tha...
marcandre (Marc-Andre Lafortune)
05:49 PM Bug #2495: Matrix: Vector#each2 should check its argument
=begin
Hi,

In message "Re: [ruby-core:28401] Re: [Bug #2495] Matrix: Vector#each2 should check its argument"
...
matz (Yukihiro Matsumoto)
05:30 PM Bug #2495: Matrix: Vector#each2 should check its argument
=begin
Hi,

In message "Re: [ruby-core:28399] [Bug #2495] Matrix: Vector#each2 should check its argument"
on ...
matz (Yukihiro Matsumoto)
04:52 PM Bug #2495: Matrix: Vector#each2 should check its argument
=begin

Hi,

On Mon, Feb 1, 2010 at 10:44 PM, Yusuke ENDOH <[email protected]> wrote:
> Matz or Keiju, will you...
marcandre (Marc-Andre Lafortune)
05:10 PM Feature #2831 (Closed): Matrix: each, all?, none?, each_with_index, ....
=begin
There is Matrix#collect, but it would be useful to have Matrix#each and include Enumerable.

All methods ...
marcandre (Marc-Andre Lafortune)
02:25 PM Bug #2189 (Closed): Math.atanh(1) & Math.atanh(-1) should not raise an error
=begin
Resolved with r26785.
=end
marcandre (Marc-Andre Lafortune)
01:45 PM Bug #2830 (Closed): Some methods raise ArgumentError instead of TypeError
=begin
Some methods of Ruby 1.9 expect integers/reals and call internally nurat_int_value/nurat_int_check. These fun...
marcandre (Marc-Andre Lafortune)
01:38 PM Bug #2829 (Closed): Missing documentation for Exception subclasses.
=begin
I noticed that the documentation for Exception subclasses are either that of Exception itself, or just plain ...
marcandre (Marc-Andre Lafortune)
12:40 PM Feature #1102: Prepend Module
=begin
Hi,

This ticket was also discussed in the thread from [ruby-core:25208].


Module#prepend may be v...
mame (Yusuke Endoh)
10:49 AM Feature #1102: Prepend Module
=begin
+1 for Module#prepend
=end
manveru (Michael Fellinger)
04:47 AM Feature #1102: Prepend Module
=begin
+1 for Module#prepend
=end
rogerdpack (Roger Pack)
12:19 PM Revision a0ff5cae (git): * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):
change to alias to each_*, in similar way to ARGF and String.
[ruby-core:23948]
git-svn-id: svn+ssh://ci.ruby-lang...
mame (Yusuke Endoh)
09:40 AM Revision 76a5c00b (git): * regcomp.c (noname_disable_map): add NT_ANCHOR case.
Without this change, captured groups in anchors (look-ahead,
look-behind, and so on) are not removed and
unintend...
naruse (Yui NARUSE)
05:48 AM Revision 1c0dfeef (git): * test/dl/test_closure.rb: forget to revert at r26764.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
05:29 AM Revision 9c45868b (git): * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argument
checks in file_expand_path().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26794 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
04:55 AM Revision b25434f6 (git): * test/ruby/test_math.rb: Fix lgamma test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:27 AM Bug #2184: Blocks strange behavior
=begin
Hi,

> 1.9.1:
> z = lambda {|x,y| x <=> y}
> [3,2,1].max(&z) # => ArgumentError: wrong number of argu...
mame (Yusuke Endoh)
12:32 AM Bug #1760: Methods Expecting Paths Should Prefer #to_path Over #to_str
=begin
Hi,

> Methods that expect paths usually call #to_path on their argument. They may also try #to_str. When...
mame (Yusuke Endoh)

03/01/2010

11:57 PM Bug #1843: Symbol#inspect raises exception
=begin
Hi,

Brian Candler wrote:
> However Symbol#inspect raises an exception if it was made from a string wit...
mame (Yusuke Endoh)
11:10 PM Bug #2776 (Rejected): can't return from lambda with outer block
=begin
仕様であるようですので Reject させていただきます。
教えていただいてありがとうございました。
=end
wanabe (_ wanabe)
11:10 PM Bug #1469 (Rejected): Different behavior of class variables in 1.9.0 and 1.9.1p129
=begin
Hi,

> For 1.9.0: ruby -v reports "ruby 1.9.0 (2006-06-08) [x86_64-linux]"

This is the development v...
mame (Yusuke Endoh)
10:23 PM Feature #2759: Regexp /g and /G options
=begin
Is this example really correct?
> Oniguruma::ORegexp.new('(?=([ ]{4}|\t)(?<marker>[-]([ ]{,2})\k<marker>))'...
naruse (Yui NARUSE)
09:55 PM Revision 4f19ce83 (git): * 2010-03-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:54 PM Revision db37773e (git): * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.
* re.c (make_regexp): use onig_new() instead of onig_alloc_init().
* re.c (rb_reg_to_s): ditto.
git-svn-id: svn+ssh...
matz (Yukihiro Matsumoto)
02:28 PM Revision e1c33162 (git): * ext/pty/pty.c (pty_open): refine the path for master IO.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:11 AM Revision f1413378 (git): * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type values warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e takano32 (Mitsuhiro TAKANO)
08:45 AM Revision cf2c9d7d (git): * 2010-03-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:45 AM Revision e2e46beb (git): * configure.in (mingw): do not detect snprintf/vsnprintf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
06:07 AM Bug #2827 (Closed): ri hangs during gem installation which results in a crash
=begin
$ ruby -v
ruby 1.9.2dev (2010-02-26 trunk 26763) [powerpc-darwin9.8.0]

$ gem update
Updating install...
Anonymous
01:21 AM Feature #839: Add code on each line of a backtrace output to the screen
=begin
Hi,

Matz, what do you think about this ticket and #1906?

There is a patch nobu has written (though ...
mame (Yusuke Endoh)

02/28/2010

09:48 PM Feature #2080: Proc#to_source, Method#to_source
=begin
遠藤です。

>  私も便利だと思うんですが、ちょっと便利すぎだし、仕様の検討も、凄く自由
> 度のあるわりに議論が十分ではないので 1.9.3 を目指して議論するといいと思
> うんですが、どうでしょ...
mame (Yusuke Endoh)
09:39 PM Feature #2480 (Assigned): request to add GC::Profiler.time method
=begin

=end
mame (Yusuke Endoh)
08:55 PM Feature #2480 (Open): request to add GC::Profiler.time method
=begin
Hi,

> What I would like is to be able to add garbage time to profiling information [i.e. "within this me...
mame (Yusuke Endoh)
08:50 PM Feature #2480 (Assigned): request to add GC::Profiler.time method
=begin

=end
nobu (Nobuyoshi Nakada)
09:32 PM Feature #971 (Rejected): Reinstate RubyVM::InstructionSequence::load
=begin

=end
ko1 (Koichi Sasada)
09:24 PM Feature #2515 (Rejected): Array#select!
=begin
Hi,

The feature was discussed in the thread from [ruby-core:27242].
In the thread, many English speaki...
mame (Yusuke Endoh)
06:17 PM Feature #1081: add File::write() convenience method
=begin
Hi,

> Please add a File::write() convenience method to the core Ruby API.

I have written a patch. ...
mame (Yusuke Endoh)
12:32 PM Revision 1a5a2bae (git): * ext/pty/pty.c (get_device_once): raise on error when fail is
non-zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:32 PM Revision deaba556 (git): * ext/pty/pty.c (get_device_once): raise on error when fail is
non-zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:57 AM Feature #2022 (Closed): Patch for openssl-1.0
=begin
This issue was solved with changeset r26781.
Jeroen, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
10:50 AM Bug #6: sprintf() of %f on Windows(MSVCRT)
=begin
遠藤です。

2010年2月27日22:40 _ wanabe <[email protected]>:
> こんな感じでどうでしょうか。
> configure.in は触ったことがないのでこれで良い...
mame (Yusuke Endoh)
10:08 AM Revision 5073155a (git): * math.c (rb_eMathDomainError): new exception class for representing mathematical domain error instead of Errno::EDOM.
* math.c (domain_check, infinity_check): removed, no longer needed.
* math.c (math_atan2, math_acos, math_asin, math_...
Kenta Murata
08:54 AM Feature #2824 (Closed): Backtrace from Singleton Classes is Unclear
=begin
The backtrace from singleton classes needs a space between 'singleton' and 'class'.

$ ruby -e 'class <<...
runpaint (Run Paint Run Run)
06:12 AM Revision 82a828a3 (git): * lib/open3.rb (Open3#popen3): ignore trap and at_exit also when
exec failed. [ruby-dev:30181]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26784 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)
06:11 AM Revision 7d51a12d (git): * lib/open3.rb (Open3#popen3): use Thread.detach instead of
double-fork, so that the exit status can be obtained.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8...
nobu (Nobuyoshi Nakada)
06:08 AM Revision 58e8688f (git): * pack.c (pack_pack): use union to avoid pointer cast.
(pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:34 AM Bug #2822 (Closed): Russian characters are missing from word characters types in Regexp
=begin

=end
naruse (Yui NARUSE)
03:18 AM Bug #2822: Russian characters are missing from word characters types in Regexp
=begin
$ ri Regexp
/\w/ - A word character ([a-zA-Z0-9_])

/[[:word:]]/ - A character in one of the following ...
Eregon (Benoit Daloze)
02:56 AM Revision 48e861dd (git): * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.
patched by Jeroen van Meeuwen at [ruby-core:25210]
fixed by Nobuyoshi Nakada [ruby-core:25238],
Hongli Lai [ruby-...
naruse (Yui NARUSE)
02:47 AM Revision 663a7488 (git): * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,
test_x509req.rb}:
fix false positive tests because of OpenSSL spec change.
patched by originally Hongli Lai [ruby...
naruse (Yui NARUSE)
02:40 AM Revision bd7326c3 (git): * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:
remove false positive tests because of OpenSSL spec change.
patched by Motohiro KOSAKI [ruby-core:28063]
see also...
naruse (Yui NARUSE)
02:32 AM Revision 334244eb (git): * pack.c (pack_pack): generalized integer packer implemented.
(pack_unpack): generalized integer unpacker implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26778 b2...
akr (Akira Tanaka)
01:50 AM Revision f828d530 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
 

Also available in: Atom