<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/win32/setup.mak, 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>win32: Set the source code charset to UTF-8</title>
<updated>2025-12-17T08:38:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-08T03:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f286e7001930dc1e13c9235b83af32216fde8d5c'/>
<id>f286e7001930dc1e13c9235b83af32216fde8d5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Win: Fix `--without-baseruby` option</title>
<updated>2025-08-25T12:53:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-08-22T15:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=84be67a37c6f7b359aa5f55a94a8d87da2efe341'/>
<id>84be67a37c6f7b359aa5f55a94a8d87da2efe341</id>
<content type='text'>
This option in `win32/configure.bat` was completely broken.
Also honor `HAVE_BASERUBY` than `BASERUBY` value, and use
`missing-baseruby.bat` to check the version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option in `win32/configure.bat` was completely broken.
Also honor `HAVE_BASERUBY` than `BASERUBY` value, and use
`missing-baseruby.bat` to check the version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the leftover of 90cb2bb871ff5d6d4d0dfbed2ee352c7ff818a87</title>
<updated>2025-08-20T06:42:26+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-08-20T06:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba9e787179734443f30e21a8f8199c20f3a45453'/>
<id>ba9e787179734443f30e21a8f8199c20f3a45453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gererate prism source files dependencies from template.rb</title>
<updated>2025-08-17T16:01:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-30T07:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=90cb2bb871ff5d6d4d0dfbed2ee352c7ff818a87'/>
<id>90cb2bb871ff5d6d4d0dfbed2ee352c7ff818a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Allow arm64 platform</title>
<updated>2024-12-17T11:25:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-13T05:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=36c36d0486b0c884759c038ceaf4aa495785996a'/>
<id>36c36d0486b0c884759c038ceaf4aa495785996a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32/setup.mak: Remove unnecessary quotes and adjust quoting style</title>
<updated>2024-11-18T09:05:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-18T08:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d768b200ab51f48b8c24115fad890a57ebcddd5f'/>
<id>d768b200ab51f48b8c24115fad890a57ebcddd5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Refactor configurations</title>
<updated>2024-10-28T08:27:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-28T05:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3bfddf96f3ff5b8065859cc7dc19bfb1b24bd01'/>
<id>a3bfddf96f3ff5b8065859cc7dc19bfb1b24bd01</id>
<content type='text'>
Pass configure options to the generated Makefile as-is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass configure options to the generated Makefile as-is.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Skip check for VS2022 FP BUG by default</title>
<updated>2024-07-15T07:34:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-07-15T03:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3219ecf4f659908674f534491d8934ba54e1143d'/>
<id>3219ecf4f659908674f534491d8934ba54e1143d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[win32] Fallback release date when revision.h is not present</title>
<updated>2024-07-02T03:39:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-07-02T03:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4688b92a86fa6f24510f2d4d4b0ad31c569c01ed'/>
<id>4688b92a86fa6f24510f2d4d4b0ad31c569c01ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20524] Do not define USE_GMP insteaad of setting to "no"</title>
<updated>2024-06-05T12:05:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-06-05T12:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83f02d42e0a3c39661dc99c049ab9a70ff227d5b'/>
<id>83f02d42e0a3c39661dc99c049ab9a70ff227d5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
