[前][次][番号順一覧][スレッド一覧]

ruby-changes:19831

From: drbrain <ko1@a...>
Date: Wed, 1 Jun 2011 07:27:45 +0900 (JST)
Subject: [ruby-changes:19831] drbrain:r31877 (trunk): * ext/pty/pty.c (pty_check): Restore "not reached" comment.

drbrain	2011-06-01 07:27:35 +0900 (Wed, 01 Jun 2011)

  New Revision: 31877

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31877

  Log:
    * ext/pty/pty.c (pty_check):  Restore "not reached" comment.
      [Ruby 1.9 - Bug #4756]

  Modified files:
    trunk/ChangeLog
    trunk/ext/pty/pty.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31876)
+++ ChangeLog	(revision 31877)
@@ -1,3 +1,8 @@
+Wed Jun  1 07:26:19 2011  Eric Hodel  <drbrain@s...>
+
+	* ext/pty/pty.c (pty_check):  Restore "not reached" comment.
+	  [Ruby 1.9 - Bug #4756]
+
 Wed Jun  1 07:21:40 2011  Eric Hodel  <drbrain@s...>
 
 	* ext/zlib/zlib.c:  Fix document-method declarations for set_sync and
Index: ext/pty/pty.c
===================================================================
--- ext/pty/pty.c	(revision 31876)
+++ ext/pty/pty.c	(revision 31877)
@@ -648,7 +648,7 @@
 
     if (!RTEST(exc)) return rb_last_status_get();
     raise_from_check(cpid, status);
-    return Qnil;
+    return Qnil;		/* not reached */
 }
 
 static VALUE cPTY;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]