<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/pathname/pathname.c, branch v3_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>merge revision(s) 9241211538189a58b477bd55b539357617fd42ed: [Backport #17589]</title>
<updated>2021-02-02T08:50:36+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2021-02-02T08:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3cebc709539c9d0ac5bf0b7b280ec74c8029815f'/>
<id>3cebc709539c9d0ac5bf0b7b280ec74c8029815f</id>
<content type='text'>
	Forward keyword arguments for Pathname#each_line [Bug #17589]

	---
	 ext/pathname/pathname.c        |  4 ++--
	 test/pathname/test_pathname.rb | 26 ++++++++++++++++++++++++++
	 2 files changed, 28 insertions(+), 2 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Forward keyword arguments for Pathname#each_line [Bug #17589]

	---
	 ext/pathname/pathname.c        |  4 ++--
	 test/pathname/test_pathname.rb | 26 ++++++++++++++++++++++++++
	 2 files changed, 28 insertions(+), 2 deletions(-)
</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>
<entry>
<title>Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip]</title>
<updated>2020-02-15T03:14:12+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-02-15T03:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79ad50d2194f8d19ef9eb317fea83cfe284a2b08'/>
<id>79ad50d2194f8d19ef9eb317fea83cfe284a2b08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add call-seq to Pathname#open from File.open</title>
<updated>2020-02-04T11:56:13+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-02-04T11:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3c7a09ece8f5ddab2a0e71918dc976cd1cd0ec92'/>
<id>3c7a09ece8f5ddab2a0e71918dc976cd1cd0ec92</id>
<content type='text'>
before:
```
  open(p1 = v1, p2 = v2, p3 = v3)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before:
```
  open(p1 = v1, p2 = v2, p3 = v3)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert pathname, rb_warn_deprecated* are not public API</title>
<updated>2020-01-23T12:49:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-01-23T12:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27ac1c615d2a2884435a162403e2833716abf436'/>
<id>27ac1c615d2a2884435a162403e2833716abf436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added rb_warn_deprecated_to_remove</title>
<updated>2020-01-23T12:42:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-01-23T12:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aefb13eb631cc5cd784fe2fc10f1f333a2c5e68c'/>
<id>aefb13eb631cc5cd784fe2fc10f1f333a2c5e68c</id>
<content type='text'>
Warn the deprecation and future removal, with obeying the warning
flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warn the deprecation and future removal, with obeying the warning
flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make taint warnings non-verbose instead of verbose</title>
<updated>2020-01-22T19:19:13+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2020-01-22T17:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e18b817b1f0a4c318f1f0fe54fceaa5cbc85e8ab'/>
<id>e18b817b1f0a4c318f1f0fe54fceaa5cbc85e8ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate taint/trust and related methods, and make the methods no-ops</title>
<updated>2019-11-17T23:00:25+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-09-25T03:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ffd0820ab317542f8780aac475da590a4bdbc7a8'/>
<id>ffd0820ab317542f8780aac475da590a4bdbc7a8</id>
<content type='text'>
This removes the related tests, and puts the related specs behind
version guards.  This affects all code in lib, including some
libraries that may want to support older versions of Ruby.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the related tests, and puts the related specs behind
version guards.  This affects all code in lib, including some
libraries that may want to support older versions of Ruby.
</pre>
</div>
</content>
</entry>
</feed>
