1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-04-22 11:27:10 +00:00
parent a397887e58
commit 5f956fda43

View file

@ -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().