<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/win32/ifchange.bat, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>win32: Enable extensions explicitly</title>
<updated>2025-10-09T23:17:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-09T22:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=864e8fb029b10bfe2af14d679600d22e33d7ea35'/>
<id>864e8fb029b10bfe2af14d679600d22e33d7ea35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifchange: Allow input from stdin</title>
<updated>2025-09-30T01:23:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-29T06:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ed69b9ed12f374d2dd7b9185d83075c56d916173'/>
<id>ed69b9ed12f374d2dd7b9185d83075c56d916173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifchange: Allow options with an argument without quoting</title>
<updated>2025-09-30T01:23:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-16T13:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=46830474bdbdd32a62183e4c21e7eaeffd834168'/>
<id>46830474bdbdd32a62183e4c21e7eaeffd834168</id>
<content type='text'>
A batch file splits the command line with equal signs (`=`) not only
spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A batch file splits the command line with equal signs (`=`) not only
spaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `--empty` option of `ifchange`</title>
<updated>2024-11-24T09:34:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-24T09:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c6ca33995592ebc5abd7ddcff244c3ea6ae29c47'/>
<id>c6ca33995592ebc5abd7ddcff244c3ea6ae29c47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32/ifchange.bat: Remove code for old `command.com` [ci skip]</title>
<updated>2024-11-18T09:06:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-18T09:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7b8db102be6b33db7f38c87ae6aca7be56c62b84'/>
<id>7b8db102be6b33db7f38c87ae6aca7be56c62b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32/ifchange.bat: Discard useless message</title>
<updated>2024-11-18T09:05:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-18T09:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fee7e7d38ebc9879eadb5d9217b082c199fe2e4'/>
<id>3fee7e7d38ebc9879eadb5d9217b082c199fe2e4</id>
<content type='text'>
When the destination does not exist, `del` needs to do nothing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the destination does not exist, `del` needs to do nothing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-generate the release date on version.h from git CommitDate (#6382)</title>
<updated>2022-09-17T12:16:06+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-09-17T12:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=38a7a13ac6ed6bba2584def7d7121257eb85e051'/>
<id>38a7a13ac6ed6bba2584def7d7121257eb85e051</id>
<content type='text'>
* Auto-generate the release date on version.h

from git CommitDate

* Generate revision.h on mswin</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Auto-generate the release date on version.h

from git CommitDate

* Generate revision.h on mswin</pre>
</div>
</content>
</entry>
<entry>
<title>ifchange: check the number of arguments</title>
<updated>2021-01-04T06:54:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-04T05:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=977252421baac7a4b42a914c48bc7ae29ec934ee'/>
<id>977252421baac7a4b42a914c48bc7ae29ec934ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifchange: --debug option</title>
<updated>2018-02-08T02:08:27+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-02-08T02:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4695019a1cb71288462edf3fdb9c4dac2958a324'/>
<id>4695019a1cb71288462edf3fdb9c4dac2958a324</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62300 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/trunk@62300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>ifchange.bat: --color option</title>
<updated>2018-02-08T02:08:26+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-02-08T02:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d34e50570cece73a0fa53aa12c56b8337241198e'/>
<id>d34e50570cece73a0fa53aa12c56b8337241198e</id>
<content type='text'>
* win32/ifchange.bat: added --color option for the compatibility
  with tool/ifchange.  do nothing right now.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* win32/ifchange.bat: added --color option for the compatibility
  with tool/ifchange.  do nothing right now.

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