summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-25 07:04:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-25 07:04:02 +0000
commit939383275c555c1a23cee3d41676aee90e843b92 (patch)
treee623cf694c19b7cc9ed9298cddb091d37c6ff934 /ChangeLog
parentc7cfaac6686e20871ada91c6b5872b6405c34ecc (diff)
* time.c (TIME_COPY_GMT): new macro.
(time_s_at): use TIME_COPY_GMT. (time_succ): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f7cb9387..14e277b808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Apr 25 16:03:21 2009 Tanaka Akira <akr@fsij.org>
+
+ * time.c (TIME_COPY_GMT): new macro.
+ (time_s_at): use TIME_COPY_GMT.
+ (time_succ): ditto.
+
Sat Apr 25 15:54:04 2009 Tanaka Akira <akr@fsij.org>
* time.c (time_mload): use TIME_SET_UTC.