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

ruby-changes:12680

From: nobu <ko1@a...>
Date: Wed, 5 Aug 2009 00:33:30 +0900 (JST)
Subject: [ruby-changes:12680] Ruby:r24395 (trunk): * lib/rdoc/parser/c.rb: fixed a small error in the documentation.

nobu	2009-08-05 00:33:11 +0900 (Wed, 05 Aug 2009)

  New Revision: 24395

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

  Log:
    * lib/rdoc/parser/c.rb: fixed a small error in the documentation.
      [ruby-core:24744]

  Modified files:
    trunk/ChangeLog
    trunk/lib/rdoc/parser/c.rb
    trunk/version.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24394)
+++ ChangeLog	(revision 24395)
@@ -1,3 +1,8 @@
+Wed Aug  5 00:33:05 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* lib/rdoc/parser/c.rb: fixed a small error in the documentation.
+	  [ruby-core:24744]
+
 Tue Aug  4 22:10:34 2009  NAKAMURA Usaku  <usa@r...>
 
 	* win32/win32.c (has_redirection): need to execute shell if commandline
Index: lib/rdoc/parser/c.rb
===================================================================
--- lib/rdoc/parser/c.rb	(revision 24394)
+++ lib/rdoc/parser/c.rb	(revision 24395)
@@ -68,7 +68,7 @@
 # Ruby function is in the same source file as the rb_define_method call.
 # If this isn't the case, add the comment:
 #
-#    rb_define_method(....);  // in: filename
+#    rb_define_method(....);  // in filename
 #
 # As an example, we might have an extension that defines multiple classes
 # in its Init_xxx method. We could document them using
Index: version.h
===================================================================
--- version.h	(revision 24394)
+++ version.h	(revision 24395)
@@ -1,5 +1,5 @@
 #define RUBY_VERSION "1.9.2"
-#define RUBY_RELEASE_DATE "2009-08-04"
+#define RUBY_RELEASE_DATE "2009-08-05"
 #define RUBY_PATCHLEVEL -1
 #define RUBY_BRANCH_NAME "trunk"
 
@@ -8,7 +8,7 @@
 #define RUBY_VERSION_TEENY 1
 #define RUBY_RELEASE_YEAR 2009
 #define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 5
 
 #include "ruby/version.h"
 

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

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