<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/pathname/pathname.c, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/pathname] Remove check for File.birthtime</title>
<updated>2024-04-16T05:48:57+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-02-22T20:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8f542bd9b5c15dd8d0f7facdfd33302c30d9c9b'/>
<id>f8f542bd9b5c15dd8d0f7facdfd33302c30d9c9b</id>
<content type='text'>
File.birthtime has existed since Ruby 2.2, and pathname requires Ruby
&gt;= 2.7.0, so the method will always be there.

https://github.com/ruby/pathname/commit/aca9613bbf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File.birthtime has existed since Ruby 2.2, and pathname requires Ruby
&gt;= 2.7.0, so the method will always be there.

https://github.com/ruby/pathname/commit/aca9613bbf
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/pathname] Remove taint/untaint methods because they should be removed since Ruby 3.2 released.</title>
<updated>2023-03-27T07:21:52+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-27T02:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9b7a7e9cef2daa3aec4aeb55205aab9da2db4eb6'/>
<id>9b7a7e9cef2daa3aec4aeb55205aab9da2db4eb6</id>
<content type='text'>
  Fixes https://github.com/ruby/pathname/pull/28

https://github.com/ruby/pathname/commit/c52fd3a835
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fixes https://github.com/ruby/pathname/pull/28

https://github.com/ruby/pathname/commit/c52fd3a835
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tabs [ci skip]</title>
<updated>2022-07-21T16:42:04+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-07-21T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b21e94bebed90180d8ff63dad03b8b948361089'/>
<id>5b21e94bebed90180d8ff63dad03b8b948361089</id>
<content type='text'>
[Misc #18891]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Misc #18891]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/pathname] Implement Pathname#lutime</title>
<updated>2022-04-21T08:10:19+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@idaemons.org</email>
</author>
<published>2022-04-03T17:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cb02324c4e5c7aae0add0a5c4e5adbf637d9acb0'/>
<id>cb02324c4e5c7aae0add0a5c4e5adbf637d9acb0</id>
<content type='text'>
https://github.com/ruby/pathname/commit/268cb5acff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/pathname/commit/268cb5acff
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/pathname] Make Pathname#each_entry return enumerator if called without block</title>
<updated>2022-01-07T00:42:09+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-09-17T19:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dd6a75195a635abfcfdb8ac5df26885e91708908'/>
<id>dd6a75195a635abfcfdb8ac5df26885e91708908</id>
<content type='text'>
Fixes [Bug #18158]

https://github.com/ruby/pathname/commit/914c726aa2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #18158]

https://github.com/ruby/pathname/commit/914c726aa2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/pathname] Fix segfault of Pathname#split</title>
<updated>2021-03-28T05:04:10+00:00</updated>
<author>
<name>Kenichi Kamiya</name>
<email>kachick1@gmail.com</email>
</author>
<published>2021-03-27T05:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9af57eeed61ad53c0a2a92a93a6a6e40704cd6ae'/>
<id>9af57eeed61ad53c0a2a92a93a6a6e40704cd6ae</id>
<content type='text'>
Fix segmentation fault of Pathname#split when File.split returns
non array value [Bug #17755]

https://github.com/ruby/pathname/commit/e29b49e3b1
https://github.com/ruby/pathname/commit/1db7479a74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix segmentation fault of Pathname#split when File.split returns
non array value [Bug #17755]

https://github.com/ruby/pathname/commit/e29b49e3b1
https://github.com/ruby/pathname/commit/1db7479a74
</pre>
</div>
</content>
</entry>
<entry>
<title>Forward keyword arguments for Pathname#each_line [Bug #17589]</title>
<updated>2021-01-29T05:27:53+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-29T04:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9241211538189a58b477bd55b539357617fd42ed'/>
<id>9241211538189a58b477bd55b539357617fd42ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pathname] Make Pathname Ractor safe (#3940)</title>
<updated>2020-12-19T15:40:47+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@users.noreply.github.com</email>
</author>
<published>2020-12-19T15:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de80b928910b7ca785725382cec53cb27f1d65ed'/>
<id>de80b928910b7ca785725382cec53cb27f1d65ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `#write` and `#binwrite` to IO section [ci skip]</title>
<updated>2020-03-02T07:05:44+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-03-02T05:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=761528e8aa7c54ec92c90335fe26a584b992918b'/>
<id>761528e8aa7c54ec92c90335fe26a584b992918b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong documentation for return value of Pathname#fnmatch</title>
<updated>2020-02-25T03:53:35+00:00</updated>
<author>
<name>Masataka Pocke Kuwabara</name>
<email>kuwabara@pocke.me</email>
</author>
<published>2020-02-24T07:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa1ec60424a80286a96dc746339be5a37df82def'/>
<id>fa1ec60424a80286a96dc746339be5a37df82def</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
