From a1d1e1822a1f9ba651e7cc016b096efa8b6270be Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 17 Jan 2004 12:52:14 +0000 Subject: commit miss :( * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): should not expect that all platforms handle negative time_t value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index caf72149e..0bd35191d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sat Jan 17 21:49:50 2004 NAKAMURA Usaku - * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): + * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): should not expect that all platforms handle negative time_t value. Fri Jan 16 23:53:09 2004 Nobuyoshi Nakada -- cgit