aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-13 11:46:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-13 11:46:01 +0000
commit7aa4c13360447c3b853d19bf19c068678c4d1656 (patch)
treefcea32318586791de154faa3a776d532cab4e150 /ChangeLog
parentc483dcea7d90593df29739387c7b81b8582b37cd (diff)
downloadruby-7aa4c13360447c3b853d19bf19c068678c4d1656.tar.gz
* ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamic
string to rb_raise directly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28625 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 8efc121ba3..efbe1af8cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 13 20:46:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamic
+ string to rb_raise directly.
+
Tue Jul 13 12:04:57 2010 NARUSE, Yui <naruse@ruby-lang.org>
* missing/close.c: keep original errno.