<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/etc, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Revert bump versions of default gems for extconf.rb changes.</title>
<updated>2025-07-24T07:44:37+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2025-07-24T07:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83335453c245ab2e7c92a6ae28de08a649e844d9'/>
<id>83335453c245ab2e7c92a6ae28de08a649e844d9</id>
<content type='text'>
This reverts commit 91263c7e523dd0345c35ac4b616676132aad09d1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 91263c7e523dd0345c35ac4b616676132aad09d1.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump etc-1.4.3.1</title>
<updated>2025-07-20T09:32:03+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2025-07-20T07:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=91263c7e523dd0345c35ac4b616676132aad09d1'/>
<id>91263c7e523dd0345c35ac4b616676132aad09d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Run `have_func` with the header providing the declarations</title>
<updated>2025-07-20T09:32:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-01T08:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fd6d582427f75eee2373bdcbaa598365c6eb76a9'/>
<id>fd6d582427f75eee2373bdcbaa598365c6eb76a9</id>
<content type='text'>
https://github.com/ruby/etc/commit/6668bfd42a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/6668bfd42a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Bump up 1.4.3</title>
<updated>2023-12-13T05:01:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-13T04:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=12c775c94249b57dadfda0c2de9568398ae6cfd6'/>
<id>12c775c94249b57dadfda0c2de9568398ae6cfd6</id>
<content type='text'>
https://github.com/ruby/etc/commit/743c26086d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/743c26086d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Fix inconsistent dll linkage warning</title>
<updated>2023-11-05T11:50:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-05T11:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=40391faeab608665da87a05c686c074f91a5a206'/>
<id>40391faeab608665da87a05c686c074f91a5a206</id>
<content type='text'>
https://github.com/ruby/etc/commit/e4c71e5996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/e4c71e5996
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Start 1.4.3</title>
<updated>2023-10-29T07:15:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-29T07:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=88f1d380ea431bc807e221fa07f4ac157539fdf7'/>
<id>88f1d380ea431bc807e221fa07f4ac157539fdf7</id>
<content type='text'>
https://github.com/ruby/etc/commit/a9e4d4730d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/a9e4d4730d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Declare `getlogin` even if unistd.h is not available</title>
<updated>2023-07-12T16:22:54+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T15:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47cb789332e80d51699ab95ef610a69f5556d44d'/>
<id>47cb789332e80d51699ab95ef610a69f5556d44d</id>
<content type='text'>
Although MinGW provides this header but not the function, Windows
version ruby provides the function.

https://github.com/ruby/etc/commit/f7fa1884fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although MinGW provides this header but not the function, Windows
version ruby provides the function.

https://github.com/ruby/etc/commit/f7fa1884fa
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Chec if the target file exists, not "depend" file</title>
<updated>2023-07-12T14:18:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T12:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fced7860535c650aa20c10cc59c053943aeeb3d'/>
<id>4fced7860535c650aa20c10cc59c053943aeeb3d</id>
<content type='text'>
https://github.com/ruby/etc/commit/b95ddef386
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/b95ddef386
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Fix for srcdir with spaces</title>
<updated>2023-07-12T14:18:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T11:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2fa77fb82d14deb8c2fa2064305c9a7f0ae63057'/>
<id>2fa77fb82d14deb8c2fa2064305c9a7f0ae63057</id>
<content type='text'>
Fixes https://github.com/ruby/etc/pull/22.
Build failure when the ruby installed directory name contains spaces.

https://github.com/ruby/etc/commit/1ab19d5815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/ruby/etc/pull/22.
Build failure when the ruby installed directory name contains spaces.

https://github.com/ruby/etc/commit/1ab19d5815
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Declare `getlogin` only if unistd.h is not available</title>
<updated>2023-07-12T14:18:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T07:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=efd8ea366b31e7874c21a2e667ddeb69f2cddd7e'/>
<id>efd8ea366b31e7874c21a2e667ddeb69f2cddd7e</id>
<content type='text'>
https://github.com/ruby/etc/commit/365398ea47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/365398ea47
</pre>
</div>
</content>
</entry>
</feed>
