mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eacf387c6c
commit
c11eabf5c4
3 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Mar 5 03:58:00 2010 Kirk Haines <khaines@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Fri Feb 5 07:19:00 2010 Kirk Haines <khaines@ruby-lang.org>
|
||||||
|
|
||||||
* eval.c: Small syntax change and dead code removal to fix build problems on some platforms.
|
* eval.c: Small syntax change and dead code removal to fix build problems on some platforms.
|
||||||
|
|
|
||||||
|
|
@ -88,4 +88,5 @@ class Module
|
||||||
def yaml_tag_read_class( name )
|
def yaml_tag_read_class( name )
|
||||||
name
|
name
|
||||||
end
|
end
|
||||||
|
# :startdoc:
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
#define RUBY_VERSION "1.8.6"
|
#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_VERSION_CODE 186
|
||||||
#define RUBY_RELEASE_CODE 20100205
|
#define RUBY_RELEASE_CODE 20100305
|
||||||
#define RUBY_PATCHLEVEL 399
|
#define RUBY_PATCHLEVEL 400
|
||||||
|
|
||||||
#define RUBY_VERSION_MAJOR 1
|
#define RUBY_VERSION_MAJOR 1
|
||||||
#define RUBY_VERSION_MINOR 8
|
#define RUBY_VERSION_MINOR 8
|
||||||
#define RUBY_VERSION_TEENY 6
|
#define RUBY_VERSION_TEENY 6
|
||||||
#define RUBY_RELEASE_YEAR 2010
|
#define RUBY_RELEASE_YEAR 2010
|
||||||
#define RUBY_RELEASE_MONTH 2
|
#define RUBY_RELEASE_MONTH 3
|
||||||
#define RUBY_RELEASE_DAY 5
|
#define RUBY_RELEASE_DAY 5
|
||||||
|
|
||||||
#ifdef RUBY_EXTERN
|
#ifdef RUBY_EXTERN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue