aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 02:24:17 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 02:24:17 +0000
commit82444ed30277dfd2c2e54674b4daeac46b74e60d (patch)
tree44f610ef32b0a22179f738edc9e0db7cd16283be /ChangeLog
parent5dda45737a3626eb0bae031b4f2fb1da9ab703a9 (diff)
downloadruby-82444ed30277dfd2c2e54674b4daeac46b74e60d.tar.gz
* vm_dump.c (rb_print_backtrace): return value of libexec's backtrace
is size_t, so simply cast as int. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50553 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 2886c8fee8..800aebfd44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 20 11:23:24 2015 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * vm_dump.c (rb_print_backtrace): return value of libexec's backtrace
+ is size_t, so simply cast as int.
+
Tue May 19 18:54:41 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* iseq.c (rb_iseq_compile_with_option): check source type, must be