From d2b0eeb18e1522003d5b280375a8ff938020ca68 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 11 Mar 2007 16:09:50 +0000 Subject: * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers. This might not be very right but it is commonly used in other parts of the code; submitted by sheepman in [ruby-dev:30532]. * ext/dl/ptr.c (rb_dlptr_inspect): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a0435d16c..55a46d5a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 12 01:05:17 2007 Akinori MUSHA + + * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers. + This might not be very right but it is commonly used in other + parts of the code; submitted by sheepman in [ruby-dev:30532]. + + * ext/dl/ptr.c (rb_dlptr_inspect): Ditto. + Mon Mar 12 00:59:19 2007 Akinori MUSHA * ext/dl/lib/dl/import.rb (DL::Importable::Internal::import, -- cgit v1.2.3