<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/dl, branch v1_8_6_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>* merge -c 12080</title>
<updated>2007-03-19T07:43:56+00:00</updated>
<author>
<name>shyouhei</name>
<email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2007-03-19T07:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=02edb1e4abc067c60bf1e34846ecc527e98b3876'/>
<id>02edb1e4abc067c60bf1e34846ecc527e98b3876</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.</title>
<updated>2007-03-11T16:24:34+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2007-03-11T16:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=75fec1ca48a5430dcac9c1766f7ebb40e0328ad4'/>
<id>75fec1ca48a5430dcac9c1766f7ebb40e0328ad4</id>
<content type='text'>
  This might not be very right but it is commonly used in other
  parts of the code; submitted by sheepman &lt;sheepman AT
  sheepman.sakura.ne.jp&gt; in [ruby-dev:30532].

* ext/dl/ptr.c (rb_dlptr_inspect): Ditto.

* ext/dl/lib/dl/import.rb (DL::Importable::Internal::import,
  DL::Importable::Internal::callback): Avoid race condition for an
  instance variable; submitted by sheepman &lt;sheepman AT
  sheepman.sakura.ne.jp&gt; in [ruby-dev:30530].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This might not be very right but it is commonly used in other
  parts of the code; submitted by sheepman &lt;sheepman AT
  sheepman.sakura.ne.jp&gt; in [ruby-dev:30532].

* ext/dl/ptr.c (rb_dlptr_inspect): Ditto.

* ext/dl/lib/dl/import.rb (DL::Importable::Internal::import,
  DL::Importable::Internal::callback): Avoid race condition for an
  instance variable; submitted by sheepman &lt;sheepman AT
  sheepman.sakura.ne.jp&gt; in [ruby-dev:30530].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/mkcallback.rb (mkfunc): Make sure that a callback</title>
<updated>2007-03-11T08:51:52+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2007-03-11T08:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=949981f6910ca11149d665e73beb92ef7306a141'/>
<id>949981f6910ca11149d665e73beb92ef7306a141</id>
<content type='text'>
  function is found in the function table before trying to call
  it; submitted by sheepman &lt;sheepman AT sheepman.sakura.ne.jp&gt;
  in [ruby-dev:30524].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  function is found in the function table before trying to call
  it; submitted by sheepman &lt;sheepman AT sheepman.sakura.ne.jp&gt;
  in [ruby-dev:30524].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* parse.y (parser_warning, parser_warn): some error message may</title>
<updated>2006-10-14T14:34:07+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2006-10-14T14:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f172c2768310e50a3754e53d17fe4fe78e0b93bb'/>
<id>f172c2768310e50a3754e53d17fe4fe78e0b93bb</id>
<content type='text'>
  contain format specifiers.  a patch from Akinori MUSHA &lt;knu at
  iDaemons.org&gt;.  [ruby-dev:29657]

* ext/bigdecimal/bigdecimal.c (VpException): ditto.

* ext/dl/handle.c (rb_dlhandle_initialize): ditto.

* ext/gdbm/gdbm.c (rb_gdbm_fatal): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  contain format specifiers.  a patch from Akinori MUSHA &lt;knu at
  iDaemons.org&gt;.  [ruby-dev:29657]

* ext/bigdecimal/bigdecimal.c (VpException): ditto.

* ext/dl/handle.c (rb_dlhandle_initialize): ditto.

* ext/gdbm/gdbm.c (rb_gdbm_fatal): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* fixed the problems described in [ruby-dev:28665].</title>
<updated>2006-05-25T16:37:58+00:00</updated>
<author>
<name>ttate</name>
<email>ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2006-05-25T16:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7bdb1f5de82cd56e3ec9d171600e34a9d12b9637'/>
<id>7bdb1f5de82cd56e3ec9d171600e34a9d12b9637</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected the allocation size.</title>
<updated>2005-12-16T13:32:06+00:00</updated>
<author>
<name>ttate</name>
<email>ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-12-16T13:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1d120e283dd4d0c74335f6ef6990b21aef32266f'/>
<id>1d120e283dd4d0c74335f6ef6990b21aef32266f</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE).</title>
<updated>2005-09-29T01:29:24+00:00</updated>
<author>
<name>akr</name>
<email>akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-09-29T01:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c54c78107689484f2cd3323c0efff1a1ec2fa2d6'/>
<id>c54c78107689484f2cd3323c0efff1a1ec2fa2d6</id>
<content type='text'>
  [ruby-dev:27317]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  [ruby-dev:27317]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support.</title>
<updated>2005-09-19T09:38:40+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-09-19T09:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=658788f7b725cf6ff05f40c23302ab73c63e0de3'/>
<id>658788f7b725cf6ff05f40c23302ab73c63e0de3</id>
<content type='text'>
  [ruby-dev:27151]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  [ruby-dev:27151]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSD</title>
<updated>2005-09-12T01:51:57+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-09-12T01:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27a4ca932d1cebec5852ec59f237ec1558273ab8'/>
<id>27a4ca932d1cebec5852ec59f237ec1558273ab8</id>
<content type='text'>
  from Takahiro Kambe &lt;taca@back-street.net&gt;.  [ruby-dev:27023]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  from Takahiro Kambe &lt;taca@back-street.net&gt;.  [ruby-dev:27023]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.</title>
<updated>2005-06-15T23:39:27+00:00</updated>
<author>
<name>ocean</name>
<email>ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-06-15T23:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ad0f7f889b90524e9d588d9d735b8af66b0a5956'/>
<id>ad0f7f889b90524e9d588d9d735b8af66b0a5956</id>
<content type='text'>
  fixed memory leak. [ruby-Bugs-2034]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fixed memory leak. [ruby-Bugs-2034]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
