<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/win32, branch ruby_3_0</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s): a0040af6715d85f416f1282588974e151a8164eb</title>
<updated>2022-06-18T13:54:12+00:00</updated>
<author>
<name>NAKAMURA Usaku</name>
<email>usa@ruby-lang.org</email>
</author>
<published>2022-06-18T13:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=28b238f2cbcbf9993c4ce8031cbe19bd2accbfbf'/>
<id>28b238f2cbcbf9993c4ce8031cbe19bd2accbfbf</id>
<content type='text'>
	[Win32] Fix mode of character/pipe device stat [Bug #18732]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Win32] Fix mode of character/pipe device stat [Bug #18732]
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport mutexes for socket and connection lists on win32 #4212 (#4218)</title>
<updated>2021-09-05T02:42:08+00:00</updated>
<author>
<name>Andrew Aladjev</name>
<email>aladjev.andrew@gmail.com</email>
</author>
<published>2021-09-05T02:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=261a0e0e4a3202ca004eddc3cc2cefc9e8d0a90a'/>
<id>261a0e0e4a3202ca004eddc3cc2cefc9e8d0a90a</id>
<content type='text'>
Co-authored-by: nagachika &lt;nagachika@ruby-lang.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: nagachika &lt;nagachika@ruby-lang.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) b94b7965c420661ed621c146a4efaf43bc3cf50b: [Backport #17639]</title>
<updated>2021-03-02T09:29:05+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2021-03-02T09:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e67bfe202d6b410375af990ac806f15cb2df762'/>
<id>3e67bfe202d6b410375af990ac806f15cb2df762</id>
<content type='text'>
	Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]

	---
	 ruby.c        | 2 +-
	 win32/win32.c | 4 ++--
	 2 files changed, 3 insertions(+), 3 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]

	---
	 ruby.c        | 2 +-
	 win32/win32.c | 4 ++--
	 2 files changed, 3 insertions(+), 3 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) a681c484a3c5b9235c84bc5c253b4406e498e8cf: [Backport #17626]</title>
<updated>2021-02-16T04:16:54+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2021-02-16T04:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=551f1236a43ad014522d120dea1f136052879c0a'/>
<id>551f1236a43ad014522d120dea1f136052879c0a</id>
<content type='text'>
	Fixed codepage for utime [Bug #17626]

	Should use the given codepage argument.

	Co-Authored-By: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
	---
	 test/ruby/test_file_exhaustive.rb | 7 +++++++
	 win32/win32.c                     | 2 +-
	 2 files changed, 8 insertions(+), 1 deletion(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fixed codepage for utime [Bug #17626]

	Should use the given codepage argument.

	Co-Authored-By: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
	---
	 test/ruby/test_file_exhaustive.rb | 7 +++++++
	 win32/win32.c                     | 2 +-
	 2 files changed, 8 insertions(+), 1 deletion(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable escape sequence on Windows10 console</title>
<updated>2020-12-21T08:29:09+00:00</updated>
<author>
<name>U.Nakamura</name>
<email>usa@ruby-lang.org</email>
</author>
<published>2020-12-21T08:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=09f939d3a0140478f2e547f45b4becd05247d360'/>
<id>09f939d3a0140478f2e547f45b4becd05247d360</id>
<content type='text'>
	* win32/win32.c (init_stdhandle): enable escape sequence on
	  Windows10 console to show `ruby --help` colors correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* win32/win32.c (init_stdhandle): enable escape sequence on
	  Windows10 console to show `ruby --help` colors correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Deprecate file CP version functions</title>
<updated>2020-12-20T09:34:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-19T17:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=37987d99940f10bc6fec9b4825d7ce72df391d42'/>
<id>37987d99940f10bc6fec9b4825d7ce72df391d42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Added rb_w32_ureaddir only for UTF-8 [Feature #12654]</title>
<updated>2020-12-20T09:34:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-20T06:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95862ae44046cfc66c474ce534c204d276ea704d'/>
<id>95862ae44046cfc66c474ce534c204d276ea704d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Use UTF-8 as filesystem encoding [Feature #12654]</title>
<updated>2020-12-20T09:34:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-19T17:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b98b2ce39ed979aec614365a2dc3e1c30052bca'/>
<id>5b98b2ce39ed979aec614365a2dc3e1c30052bca</id>
<content type='text'>
Co-Authored-By: Dāvis Mosāns &lt;davispuh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Dāvis Mosāns &lt;davispuh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revived the getenv macro for dln_find.c</title>
<updated>2020-12-19T16:57:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-11-28T09:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d44671c819e104d329e604fdf9bb59bbb426afb5'/>
<id>d44671c819e104d329e604fdf9bb59bbb426afb5</id>
<content type='text'>
This partially reverts commit "Windows: Improve readablity of
getenv() encoding" 14453a256d58b11b06d432e2a4388d95aac298d6.

The `getenv` macro defined here is to also substitute the function
in dln_find.c, not only in this file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This partially reverts commit "Windows: Improve readablity of
getenv() encoding" 14453a256d58b11b06d432e2a4388d95aac298d6.

The `getenv` macro defined here is to also substitute the function
in dln_find.c, not only in this file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made LARGEFILE_SUPPORT mandatory</title>
<updated>2020-12-16T10:10:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-16T08:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ddb93c3d64b8997c85f23c96a73ad0a9a7f82ad1'/>
<id>ddb93c3d64b8997c85f23c96a73ad0a9a7f82ad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
