summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-27 22:57:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-27 22:57:53 +0000
commit9d4f5b06058e2de2ac8d77fe36b7b5846f99bbcf (patch)
tree2339f84b7c7351b2e328960d7bad906bc0f2d8c2 /ChangeLog
parent493610a6f47e524184894cbd81f0496fd7b28de5 (diff)
downloadruby-9d4f5b06058e2de2ac8d77fe36b7b5846f99bbcf.tar.gz
ruby-9d4f5b06058e2de2ac8d77fe36b7b5846f99bbcf.tar.xz
ruby-9d4f5b06058e2de2ac8d77fe36b7b5846f99bbcf.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* rubysig.h: fixed build problem with --enable-pthread on platforms