From f157745db18829cb0bc81d091193dbc21ffc4329 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 Sep 2005 22:57:53 +0000 Subject: * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. [ruby-dev:27237], [ruby-core:05854] * lib/yaml/tag.rb (Module#yaml_as): suppress warnings. * lib/yaml/types.rb (YAML::PrivateType, YAML::DomainType): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74b57fc06..00b9309d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 28 07:56:52 2005 Nobuyoshi Nakada + + * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. + [ruby-dev:27237], [ruby-core:05854] + + * lib/yaml/tag.rb (Module#yaml_as): suppress warnings. + + * lib/yaml/types.rb (YAML::PrivateType, YAML::DomainType): ditto. + Wed Sep 28 03:23:35 2005 NAKAMURA Usaku * rubysig.h: fixed build problem with --enable-pthread on platforms -- cgit