summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-27 09:14:38 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-27 09:14:38 +0000
commitfb7064975aac2ca5c52f050dc97aff7857b965e5 (patch)
treeed768f6afd2ba246104c70a21ed0b1ee6c19aa98 /ChangeLog
parente40f75048a98f9a7815037cffcb2effe2a40cad3 (diff)
* time.c: need to declare time_utc_offset.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6635944793..b046c10fa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 27 18:12:12 2006 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * time.c: need to declare time_utc_offset.
+
Thu Jul 27 16:49:01 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* time.c (time_to_s): use +0900 style timezone string for local time.