ruby-cvs:19274
From: knu ruby-lang.org
Date: Mon, 12 Mar 2007 01:09:51 +0900 (JST)
Subject: [ruby-cvs:19274] Ruby:r12038: * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for
knu 2007-03-12 01:09:50 +0900 (Mon, 12 Mar 2007)
New Revision: 12038
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/ext/dl/ptr.c
branches/ruby_1_8/ext/dl/sym.c
branches/ruby_1_8/version.h
Log:
* 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 <sheepman AT
sheepman.sakura.ne.jp> in [ruby-dev:30532].
* ext/dl/ptr.c (rb_dlptr_inspect): Ditto.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=12038&r2=12037
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?r1=12038&r2=12037
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/dl/sym.c?r1=12038&r2=12037
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/dl/ptr.c?r1=12038&r2=12037