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

ruby-changes:14948

From: wyhaines <ko1@a...>
Date: Fri, 5 Mar 2010 04:02:12 +0900 (JST)
Subject: [ruby-changes:14948] Ruby:r26819 (ruby_1_8_6): Fix for Bug #1718 . Add a :startdoc into lib/yaml/tag.rb

wyhaines	2010-03-05 04:01:52 +0900 (Fri, 05 Mar 2010)

  New Revision: 26819

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

  Log:
    Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb

  Modified files:
    branches/ruby_1_8_6/ChangeLog
    branches/ruby_1_8_6/lib/yaml/tag.rb
    branches/ruby_1_8_6/version.h

Index: ruby_1_8_6/ChangeLog
===================================================================
--- ruby_1_8_6/ChangeLog	(revision 26818)
+++ ruby_1_8_6/ChangeLog	(revision 26819)
@@ -1,3 +1,7 @@
+Fri Mar 5  03:58:00 2010 Kirk Haines <khaines@r...>
+
+	* lib/yaml/tag.rb: Add a :startdoc: at the end of the YAML specific Module functions so that the rest of the Module docs get generated. Fixes Bug #1718 [ruby-core:24121].
+
 Fri Feb 5  07:19:00 2010 Kirk Haines <khaines@r...>
 
 	* eval.c: Small syntax change and dead code removal to fix build problems on some platforms.
Index: ruby_1_8_6/version.h
===================================================================
--- ruby_1_8_6/version.h	(revision 26818)
+++ ruby_1_8_6/version.h	(revision 26819)
@@ -1,14 +1,14 @@
 #define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2010-02-05"
+#define RUBY_RELEASE_DATE "2010-03-05"
 #define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20100205
-#define RUBY_PATCHLEVEL 399
+#define RUBY_RELEASE_CODE 20100305
+#define RUBY_PATCHLEVEL 400
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
 #define RUBY_VERSION_TEENY 6
 #define RUBY_RELEASE_YEAR 2010
-#define RUBY_RELEASE_MONTH 2
+#define RUBY_RELEASE_MONTH 3
 #define RUBY_RELEASE_DAY 5
 
 #ifdef RUBY_EXTERN
Index: ruby_1_8_6/lib/yaml/tag.rb
===================================================================
--- ruby_1_8_6/lib/yaml/tag.rb	(revision 26818)
+++ ruby_1_8_6/lib/yaml/tag.rb	(revision 26819)
@@ -88,4 +88,5 @@
     def yaml_tag_read_class( name )
         name
     end
+    # :startdoc:
 end

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

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