diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-22 11:27:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-22 11:27:10 +0000 |
commit | 3909c0237c013a21e29a3e27d1c94c3520d262f6 (patch) | |
tree | dfbeb1569c29153814da5a7cdf9081a92581835b | |
parent | 93f31d55d118f625b119d4307fc4fbec52f86642 (diff) | |
download | ruby-3909c0237c013a21e29a3e27d1c94c3520d262f6.tar.gz ruby-3909c0237c013a21e29a3e27d1c94c3520d262f6.tar.xz ruby-3909c0237c013a21e29a3e27d1c94c3520d262f6.zip |
* ChangeLog: commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ Wed Apr 22 20:25:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * time.c (time_timespec): check out-of-range. [ruby-core:23282] [Bug #1396] +Wed Apr 22 19:33:13 2009 Tanaka Akira <akr@fsij.org> + + * lib/time.rb (Time.parse): use year completion in Date._parse. + Wed Apr 22 11:12:15 2009 NAKAMURA Usaku <usa@ruby-lang.org> * time.c (GMTIME, LOCALTIME): should set result if not have *_r(). |