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

ruby-changes:8003

From: akr <ko1@a...>
Date: Wed, 24 Sep 2008 21:24:11 +0900 (JST)
Subject: [ruby-changes:8003] Ruby:r19527 (trunk): comment changed.

akr	2008-09-24 21:23:52 +0900 (Wed, 24 Sep 2008)

  New Revision: 19527

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

  Log:
    comment changed.

  Modified files:
    trunk/include/ruby/io.h

Index: include/ruby/io.h
===================================================================
--- include/ruby/io.h	(revision 19526)
+++ include/ruby/io.h	(revision 19527)
@@ -30,10 +30,10 @@
 typedef struct rb_io_t {
     int fd;                     /* file descriptor */
     FILE *stdio_file;		/* stdio ptr for read/write if available */
-    int mode;			/* mode flags */
+    int mode;			/* mode flags: FMODE_XXXs */
     rb_pid_t pid;		/* child's pid (for pipes) */
     int lineno;			/* number of lines read */
-    VALUE pathv;			/* pathname for file */
+    VALUE pathv;		/* pathname for file */
     void (*finalize)(struct rb_io_t*,int); /* finalize proc */
 
     char *wbuf;                 /* wbuf_off + wbuf_len <= wbuf_capa */

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

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