From 01eef41e835a2ca645b5365b466f062fa8150cae Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 22 Nov 2008 14:51:49 +0000 Subject: merges r20286 from trunk into ruby_1_9_1. * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a value out of range of Time. [ruby-core:19919] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10f00ce81..2bcccfa9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 19 17:48:05 2008 Yukihiro Matsumoto + + * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a value + out of range of Time. [ruby-core:19919] + Sat Nov 22 21:29:54 2008 Yuki Sonoda (Yugui) * test/ruby/test_method.rb (test_default_accessiblity): test case for -- cgit