diff options
| author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-05 23:38:35 +0000 |
|---|---|---|
| committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-05 23:38:35 +0000 |
| commit | ff10d93563e740d02a7a9815df9bd7b7d4b6d3d5 (patch) | |
| tree | b912b3d1fe7e47b3bcbfa4efc673604c2376792d /ChangeLog | |
| parent | c27e0ebab690d2a6c709a5a2c83af2d7a4968492 (diff) | |
* ext/dl/lib/dl/import.rb (handler): add a more helpful error message
when calling import_symbol or import_function without calling
dlload. Thanks nobu! [ruby-core:30996]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Jul 6 08:35:58 2010 Aaron Patterson <aaron@tenderlovemaking.com> + + * ext/dl/lib/dl/import.rb (handler): add a more helpful error message + when calling import_symbol or import_function without calling + dlload. Thanks nobu! [ruby-core:30996] + Tue Jul 6 00:34:50 2010 Yusuke Endoh <mame@tsg.ne.jp> * vm.c (thread_free): free altstack to prevent memory leak. a patch |
