<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/include/ruby/win32.h, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Win32: Make `rb_w32_osid` return Windows NT always</title>
<updated>2025-12-12T05:24:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-12T04:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5541c0d896d220923e795aa4f87ceb6237d53c4b'/>
<id>5541c0d896d220923e795aa4f87ceb6237d53c4b</id>
<content type='text'>
Since support for Windows 9x was dropped over a decade ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since support for Windows 9x was dropped over a decade ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Deprecate Windows version info API</title>
<updated>2025-12-12T05:24:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-12T03:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f939f0433ab53bc1a8d567e0b52a09a95ce78bfb'/>
<id>f939f0433ab53bc1a8d567e0b52a09a95ce78bfb</id>
<content type='text'>
`dwMajorVersion` alone has no meaning since Windows 7.  Use API in
VersionHelper.h instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`dwMajorVersion` alone has no meaning since Windows 7.  Use API in
VersionHelper.h instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Drop support for older than MSVC 12.0/_MSC_VER 1800</title>
<updated>2025-11-19T02:03:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-09T06:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7743123551eded908f0606319a66df1f123c7cd9'/>
<id>7743123551eded908f0606319a66df1f123c7cd9</id>
<content type='text'>
Visual C++ 2013 (12.0):
- _MSC_VER: 1800
- MSVCRT_VERSION: 120
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ 2013 (12.0):
- _MSC_VER: 1800
- MSVCRT_VERSION: 120
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Drop support for older than MSVC 8.0/_MSC_VER 1400</title>
<updated>2025-11-19T02:03:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-09T05:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdb9893c552f67a6065dcb165b2040d35c57aee3'/>
<id>cdb9893c552f67a6065dcb165b2040d35c57aee3</id>
<content type='text'>
Visual C++ 2005 (8.0):
- _MSC_VER: 1400
- MSVCRT_VERSION: 80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ 2005 (8.0):
- _MSC_VER: 1400
- MSVCRT_VERSION: 80
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Prefix `clock_getclock` and `clock_getres`</title>
<updated>2025-10-17T06:09:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-15T14:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1546362fd10cc6cf441bbbdaf6bb7c48439e0cd4'/>
<id>1546362fd10cc6cf441bbbdaf6bb7c48439e0cd4</id>
<content type='text'>
Get rid of conflict with inline versions provided in time.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of conflict with inline versions provided in time.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Support more `clockid_t`</title>
<updated>2025-10-17T05:52:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-16T01:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b2d4dc9c46719b1a67bd24a4b4cf444c90621a78'/>
<id>b2d4dc9c46719b1a67bd24a4b4cf444c90621a78</id>
<content type='text'>
Add `CLOCK_PROCESS_CPUTIME_ID` and `CLOCK_THREAD_CPUTIME_ID`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `CLOCK_PROCESS_CPUTIME_ID` and `CLOCK_THREAD_CPUTIME_ID`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for old mingw without `clock_gettime` and `clock_getres`</title>
<updated>2025-05-22T04:08:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-22T02:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ec41b1e8231ed9fff207f273d65d7c357151b1d6'/>
<id>ec41b1e8231ed9fff207f273d65d7c357151b1d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix redefinition of `clock_gettime` and `clock_getres`</title>
<updated>2025-05-11T17:50:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-11T05:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e47e7a499acd256be549935fcb559d3c82e556c'/>
<id>3e47e7a499acd256be549935fcb559d3c82e556c</id>
<content type='text'>
winpthreads-git 12.0.0.r720 provides `clock_gettime` and
`clock_getres` as inline functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
winpthreads-git 12.0.0.r720 provides `clock_gettime` and
`clock_getres` as inline functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise 9ec342e07df6aa5e2c2e9003517753a2f1b508fd</title>
<updated>2024-02-26T04:12:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-26T04:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d4e24021d39e1f80f0055b55d91f8d5f22e15084'/>
<id>d4e24021d39e1f80f0055b55d91f8d5f22e15084</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20296] Fix the default assertion message</title>
<updated>2024-02-26T03:29:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-26T03:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a0f7de814ae5c299d6ce99bed5fb308a05d50ba0'/>
<id>a0f7de814ae5c299d6ce99bed5fb308a05d50ba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
