summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-03 09:12:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-03 09:12:13 +0000
commitdfa7e6a5f2bca76060c7d7f5dd22ea738af201e9 (patch)
treeae4d5b2d854a65b2e53f249f41eee2c8ede52b2d /ChangeLog
parent5e4dc946afd3bbdba5a6b9bd6ad9e163491844e6 (diff)
* time.c (time_timespec): raise TypeError for nil and other objects
which has no divmod method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56d6468ac..d6533b47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 3 18:10:54 2008 Tanaka Akira <akr@fsij.org>
+
+ * time.c (time_timespec): raise TypeError for nil and other objects
+ which has no divmod method.
+
Fri May 2 23:59:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (internal_read_func, internal_write_func): split from