aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 21:57:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 21:57:53 +0000
commit0da3fc65dbf021ad224d7490c1ea0a42527f53b4 (patch)
tree62f5e3685bf3bbb5a10d01ee4bb4e5d7e72b3352 /ChangeLog
parent8fcc8e2d67936f0ce6beddfea76c7937eaf9d656 (diff)
downloadruby-0da3fc65dbf021ad224d7490c1ea0a42527f53b4.tar.gz
* time.c (timew2timespec): fix previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27124 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 150ef43cc4..53e691b1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 31 06:57:14 2010 Tanaka Akira <akr@fsij.org>
+
+ * time.c (timew2timespec): fix previous change.
+
Wed Mar 31 00:32:19 2010 Tanaka Akira <akr@fsij.org>
* time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.