summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 11:44:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 11:44:17 +0000
commit7015fcf9f88ad4f0131439d6c1c30cef320f9c8c (patch)
treece04fa75fb9063545feba28ff517a2f54c703500 /ChangeLog
parent244096b9a14f576de0f68ac4b26556ff09eafc3d (diff)
merge revision(s) 57172: [Backport #13066]
time.c: fix type of usec2subsecx * time.c (usec2subsecx): fix return type, which is a numeric object but not a long int. [ruby-dev:49912] [Bug #13066] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57225 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 43d3f13318..2a6d3dbe23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 27 20:43:54 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * time.c (usec2subsecx): fix return type, which is a numeric object but
+ not a long int. [Bug #13066]
+
Tue Dec 27 20:39:28 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (exc_setup_cause): always set cause of cause to get rid of