<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/etc, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge etc 1.4.6</title>
<updated>2025-07-15T16:23:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-07-15T08:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9a11bc5a2456448381235f25f0b51b33d2baf946'/>
<id>9a11bc5a2456448381235f25f0b51b33d2baf946</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] Bump up 1.4.5</title>
<updated>2024-12-09T05:06:05+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-03T04:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=771612475948bb6d15b2a6a229c49d0675155e86'/>
<id>771612475948bb6d15b2a6a229c49d0675155e86</id>
<content type='text'>
https://github.com/ruby/etc/commit/5019f4314a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/5019f4314a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Use same license files with ruby/ruby</title>
<updated>2024-12-03T04:59:13+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-03T04:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=80a5db55e368a7269cb2c807f9be6916d9772f02'/>
<id>80a5db55e368a7269cb2c807f9be6916d9772f02</id>
<content type='text'>
https://github.com/ruby/etc/commit/8d585ea0c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/8d585ea0c9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Prefer `rb_intern_const` over `rb_intern` for literal strings</title>
<updated>2024-11-20T16:38:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-20T16:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=577e6a3e191ce7fdbf9b3a4bdc7ea7cea9e70855'/>
<id>577e6a3e191ce7fdbf9b3a4bdc7ea7cea9e70855</id>
<content type='text'>
https://github.com/ruby/etc/commit/53362d891c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/53362d891c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Bump up v1.4.4</title>
<updated>2024-11-01T04:09:41+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-01T04:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c866fb7caf3d7921f0ecd1b8a061163d5ce9779e'/>
<id>c866fb7caf3d7921f0ecd1b8a061163d5ce9779e</id>
<content type='text'>
https://github.com/ruby/etc/commit/0d2f76ffb4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/0d2f76ffb4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] Fix sysconfdir when load-relative</title>
<updated>2024-10-17T07:32:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-17T07:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9da60a14bf7e83f837c1be2c463bba059a9600ff'/>
<id>9da60a14bf7e83f837c1be2c463bba059a9600ff</id>
<content type='text'>
When relative load paths option is enabled, the prefix is determined
at the runtime.  The only way to get it outside libruby is to use
rbconfig.rb.

https://github.com/ruby/etc/commit/e5b498fad9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When relative load paths option is enabled, the prefix is determined
at the runtime.  The only way to get it outside libruby is to use
rbconfig.rb.

https://github.com/ruby/etc/commit/e5b498fad9
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby tool/update-deps --fix</title>
<updated>2024-04-27T12:55:28+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2024-04-25T07:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c844968b725416efba767ea6161b4c14d8fd9536'/>
<id>c844968b725416efba767ea6161b4c14d8fd9536</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] Drop support for old ERB</title>
<updated>2024-03-02T16:40:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-02T15:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=93556d46203545bc2364b1c0dd1281ba098f3cc9'/>
<id>93556d46203545bc2364b1c0dd1281ba098f3cc9</id>
<content type='text'>
https://github.com/ruby/etc/commit/11677318ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/11677318ac
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] [DOC] Add minimal documents for constants</title>
<updated>2023-12-27T10:09:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-27T09:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c027dcfde2bf40c45dfb0fe1b79f97b8827d89f3'/>
<id>c027dcfde2bf40c45dfb0fe1b79f97b8827d89f3</id>
<content type='text'>
https://github.com/ruby/etc/commit/97a4f798d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/97a4f798d4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/etc] [DOC] Improve Etc documents</title>
<updated>2023-12-27T05:30:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-27T05:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=862cfcaf75d060103e8ebaf203ff9fed3190a9fe'/>
<id>862cfcaf75d060103e8ebaf203ff9fed3190a9fe</id>
<content type='text'>
https://github.com/ruby/etc/commit/fae932ff61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/etc/commit/fae932ff61
</pre>
</div>
</content>
</entry>
</feed>
