<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/win32/win32.c, 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: Remove an unused function</title>
<updated>2025-12-24T10:49:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-24T07:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=df1c9a06ac42871519a05d53fd6909567cc4531f'/>
<id>df1c9a06ac42871519a05d53fd6909567cc4531f</id>
<content type='text'>
Since 50e5c542cc0541fb38e52766d88d87bd8a96b072, `constat_reset` is no
longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 50e5c542cc0541fb38e52766d88d87bd8a96b072, `constat_reset` is no
longer used.
</pre>
</div>
</content>
</entry>
<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: Remove the workaround for console reading bug</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:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50e5c542cc0541fb38e52766d88d87bd8a96b072'/>
<id>50e5c542cc0541fb38e52766d88d87bd8a96b072</id>
<content type='text'>
It has been fixed at Windows 8, and we already have dropped the
support Windows 8 and olders.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has been fixed at Windows 8, and we already have dropped the
support Windows 8 and olders.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Drop support for older than MSVC 14.0/_MSC_VER 1900</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:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1f2913e7417f5193ba52028e2a18c1e01b10d358'/>
<id>1f2913e7417f5193ba52028e2a18c1e01b10d358</id>
<content type='text'>
Visual C++ 2015 (14.0):
- _MSC_VER: 1900
- MSVCRT_VERSION: 140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ 2015 (14.0):
- _MSC_VER: 1900
- MSVCRT_VERSION: 140
</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 10.0/_MSC_VER 1600</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:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=25f9e678bfb118309300de90803fe1ba4751f7da'/>
<id>25f9e678bfb118309300de90803fe1ba4751f7da</id>
<content type='text'>
Visual C++ 2010 (10.0):
- _MSC_VER: 1600
- MSVCRT_VERSION: 100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ 2010 (10.0):
- _MSC_VER: 1600
- MSVCRT_VERSION: 100
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Drop support for older than MSVC 9.0/_MSC_VER 1500</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:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3dd39134cde1a5ecd3c5d3128afcabd3c95e5bea'/>
<id>3dd39134cde1a5ecd3c5d3128afcabd3c95e5bea</id>
<content type='text'>
Visual C++ 2008 (9.0):
- _MSC_VER: 1500
- MSVCRT_VERSION: 90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ 2008 (9.0):
- _MSC_VER: 1500
- MSVCRT_VERSION: 90
</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: Extract `FILETIME` related constants.</title>
<updated>2025-10-29T10:43:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-22T13:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c90184828d5f5d627e185ede2433f556ebca1e8b'/>
<id>c90184828d5f5d627e185ede2433f556ebca1e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Optimize `FIMETIME` calculations</title>
<updated>2025-10-29T10:43:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-22T13:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2096ca8030f506b2f37d0c41796c5318e8a13126'/>
<id>2096ca8030f506b2f37d0c41796c5318e8a13126</id>
<content type='text'>
Assume that `FILETIME` and `ULARGE_INTEGER::u` are the same layout
actually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assume that `FILETIME` and `ULARGE_INTEGER::u` are the same layout
actually.
</pre>
</div>
</content>
</entry>
</feed>
