From 9d4f5b06058e2de2ac8d77fe36b7b5846f99bbcf 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/trunk@9323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2e02caa4..f5eefc93b 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:16:41 2005 NAKAMURA Usaku * rubysig.h: fixed build problem with --enable-pthread on platforms -- cgit