<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/win32/resolv, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/resolv] Check the second RegGetValue type</title>
<updated>2025-12-08T11:28:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-08T09:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=66b2cc3dabbedca1331507f8b4f2b274d0a47570'/>
<id>66b2cc3dabbedca1331507f8b4f2b274d0a47570</id>
<content type='text'>
https://github.com/ruby/resolv/commit/3678de9e30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/resolv/commit/3678de9e30
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] Fix warnings on cygwin</title>
<updated>2025-12-08T11:28:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-08T08:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27d60e29845cce3159856ef25d8be533ef402e3c'/>
<id>27d60e29845cce3159856ef25d8be533ef402e3c</id>
<content type='text'>
https://github.com/ruby/resolv/commit/075e76f997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/resolv/commit/075e76f997
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] Move minimal registry access to the extension</title>
<updated>2025-11-20T07:59:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-18T10:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2c42f7c60115d78436e599cf4f56aaf05bc7ac79'/>
<id>2c42f7c60115d78436e599cf4f56aaf05bc7ac79</id>
<content type='text'>
Now win32/registry depends on fiddle, and its conversion is complex
and too generic for the purpose of resolv.

https://github.com/ruby/resolv/commit/bd24870d2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now win32/registry depends on fiddle, and its conversion is complex
and too generic for the purpose of resolv.

https://github.com/ruby/resolv/commit/bd24870d2d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] win32/resolv: add headers to GetNetworkParams check.</title>
<updated>2025-08-13T22:13:53+00:00</updated>
<author>
<name>Jeremy Drake</name>
<email>github@jdrake.com</email>
</author>
<published>2025-01-27T21:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c9346a166c29c3d90aeb052fa8ef3e07d000fdea'/>
<id>c9346a166c29c3d90aeb052fa8ef3e07d000fdea</id>
<content type='text'>
On 32-bit Cygwin at least, it was failing to find that function,
presumably due to it being stdcall.

Signed-off-by: Jeremy Drake &lt;github@jdrake.com&gt;

https://github.com/ruby/resolv/commit/bceafef74b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On 32-bit Cygwin at least, it was failing to find that function,
presumably due to it being stdcall.

Signed-off-by: Jeremy Drake &lt;github@jdrake.com&gt;

https://github.com/ruby/resolv/commit/bceafef74b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] `w32error_raise` never returns</title>
<updated>2025-01-30T05:18:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-30T05:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f77e694f999d4ccc344a5f4f4538a928705989f'/>
<id>8f77e694f999d4ccc344a5f4f4538a928705989f</id>
<content type='text'>
https://github.com/ruby/resolv/commit/d00e86f7e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/resolv/commit/d00e86f7e4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] Build the extension library only when CRuby (Fix</title>
<updated>2024-12-10T09:29:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-10T06:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=af9a904f387d2b6b7ab2ade446b408ecd364aa53'/>
<id>af9a904f387d2b6b7ab2ade446b408ecd364aa53</id>
<content type='text'>
https://github.com/ruby/resolv/pull/69)

On JRuby no C compiler is available and this call results in a runtime
error.

https://github.com/ruby/resolv/commit/33105bc504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/resolv/pull/69)

On JRuby no C compiler is available and this call results in a runtime
error.

https://github.com/ruby/resolv/commit/33105bc504
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/resolv] Add spec extensions</title>
<updated>2024-09-10T08:33:32+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-12T14:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f622548800e538ec88ddc45148113a1a8b520ac9'/>
<id>f622548800e538ec88ddc45148113a1a8b520ac9</id>
<content type='text'>
https://github.com/ruby/resolv/commit/3189d16b69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/resolv/commit/3189d16b69
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tabs [ci skip]</title>
<updated>2022-07-21T16:42:04+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-07-21T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b21e94bebed90180d8ff63dad03b8b948361089'/>
<id>5b21e94bebed90180d8ff63dad03b8b948361089</id>
<content type='text'>
[Misc #18891]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Misc #18891]
</pre>
</div>
</content>
</entry>
<entry>
<title>Include ruby/assert.h in ruby/ruby.h so that assertions can be there</title>
<updated>2019-07-14T08:58:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-14T04:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=715955ff27206351dcf509eb3c60e0927ad9a708'/>
<id>715955ff27206351dcf509eb3c60e0927ad9a708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added depend files</title>
<updated>2019-07-13T16:31:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-13T15:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dcb8c41a1e2146cc67c638ec391436e1ab2323d2'/>
<id>dcb8c41a1e2146cc67c638ec391436e1ab2323d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
