[#37248] [Feature:1.9] Enumerator#inspect — "Yusuke ENDOH" <mame@...>

遠藤です。

12 messages 2008/12/02

[#37337] [Feature #841] Object#self — "rubikitch ." <redmine@...>

Feature #841: Object#self

13 messages 2008/12/09

[#37513] Current status of 1.9.1 RC1's issues — "Yugui (Yuki Sonoda)" <yugui@...>

Hi, folks

14 messages 2008/12/20
[#37516] Re: Current status of 1.9.1 RC1's issues — Masatoshi SEKI <m_seki@...> 2008/12/20

咳といいます。

[#37576] [BUG:trunk] encoding for stdio's — "Yugui (Yuki Sonoda)" <yugui@...>

Yuguiです。

11 messages 2008/12/24

[ruby-dev:37554] Re: Ruby:r20916 (trunk): * io.c (rb_io_s_pipe): IO.pipe can take a block.

From: Kazuhiro NISHIYAMA <zn@...>
Date: 2008-12-22 15:13:33 UTC
List: ruby-dev #37554
西山和広です。

At Mon, 22 Dec 2008 21:27:28 +0900 (JST),
akr@ruby-lang.org wrote:
> 
> akr	2008-12-22 21:27:26 +0900 (Mon, 22 Dec 2008)
> 
>   New Revision: 20916
> 
>   http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20916
> 
>   Log:
>     * io.c (rb_io_s_pipe): IO.pipe can take a block.
>       (pipe_close): new function.

他とスタイルが違うようです。

Index: io.c
===================================================================
--- io.c	(revision 20920)
+++ io.c	(working copy)
@@ -6906,8 +6906,8 @@
 
 }
 
-static
-VALUE pipe_close(VALUE args)
+static VALUE
+pipe_close(VALUE args)
 {
     VALUE *rw = (VALUE*)args;
     VALUE io;



-- 
|ZnZ(ゼット エヌ ゼット)
|西山和広(Kazuhiro NISHIYAMA)

In This Thread

Prev Next