<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/strscan/strscan.c, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge strscan-3.0.7</title>
<updated>2025-03-13T05:27:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-03-12T09:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=64d93539e78fc3c8c4527dded8f7f4288f7ff1ae'/>
<id>64d93539e78fc3c8c4527dded8f7f4288f7ff1ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge strscan-3.0.6</title>
<updated>2025-03-13T05:27:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-03-12T09:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=30379fa1e25c2dbc887e5ee80ddd601bfdd9f20b'/>
<id>30379fa1e25c2dbc887e5ee80ddd601bfdd9f20b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge strscan-3.0.5</title>
<updated>2022-12-09T07:36:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-09T04:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e31fea77d360c6535e33ff2525d80fba38d15d8'/>
<id>4e31fea77d360c6535e33ff2525d80fba38d15d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/strscan] Bump version</title>
<updated>2021-10-23T20:57:48+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2021-09-03T19:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c0c43276a10cd6ebb8b0f6d820c6811bb6aa012c'/>
<id>c0c43276a10cd6ebb8b0f6d820c6811bb6aa012c</id>
<content type='text'>
If we use the same version as the default strscan gem in Ruby, "gem
install" doesn't extract .gem. It fails "gem install" because "gem
install" can't find ext/strscan/ to be built.

https://github.com/ruby/strscan/commit/3ceafa6cdc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we use the same version as the default strscan gem in Ruby, "gem
install" doesn't extract .gem. It fails "gem install" because "gem
install" can't find ext/strscan/ to be built.

https://github.com/ruby/strscan/commit/3ceafa6cdc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/strscan] Replace "iff" with "if and only if" (#18)</title>
<updated>2021-05-06T07:21:14+00:00</updated>
<author>
<name>Gannon McGibbon</name>
<email>gannon.mcgibbon@gmail.com</email>
</author>
<published>2021-01-21T01:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a42b7de436cfceb0d6607651a3a7bf4fbd887416'/>
<id>a42b7de436cfceb0d6607651a3a7bf4fbd887416</id>
<content type='text'>
iff means if and only if, but readers without that knowledge might
assume this to be a spelling mistake. To me, this seems like
exclusionary language that is unnecessary. Simply using "if and only if"
instead should suffice.

https://github.com/ruby/strscan/commit/066451c11e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iff means if and only if, but readers without that knowledge might
assume this to be a spelling mistake. To me, this seems like
exclusionary language that is unnecessary. Simply using "if and only if"
instead should suffice.

https://github.com/ruby/strscan/commit/066451c11e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String#byteslice` returns non string value [Bug #17756] (#20)</title>
<updated>2021-05-06T07:20:38+00:00</updated>
<author>
<name>Kenichi Kamiya</name>
<email>kachick1@gmail.com</email>
</author>
<published>2021-03-31T05:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=564ccd095a9d7fbe869031dbf666d61dadfdcb03'/>
<id>564ccd095a9d7fbe869031dbf666d61dadfdcb03</id>
<content type='text'>
https://github.com/ruby/strscan/commit/92961cde2b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/strscan/commit/92961cde2b
</pre>
</div>
</content>
</entry>
<entry>
<title>Update class documentation for StringScanner</title>
<updated>2021-02-10T16:17:07+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-02-10T16:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c03b723f56c9b31fb566d83ebecaeae5860b78dd'/>
<id>c03b723f56c9b31fb566d83ebecaeae5860b78dd</id>
<content type='text'>
The [] wasn't being displayed, and try to fix formatting for bol?
and &lt;&lt; (even if they aren't linked).

Fixes [Bug #17620]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The [] wasn't being displayed, and try to fix formatting for bol?
and &lt;&lt; (even if they aren't linked).

Fixes [Bug #17620]
</pre>
</div>
</content>
</entry>
<entry>
<title>[strscan] Fix license comment and files</title>
<updated>2020-12-18T05:25:48+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-12-17T13:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b5de66e13278ec588cbc8b76b7212e22898e6a89'/>
<id>b5de66e13278ec588cbc8b76b7212e22898e6a89</id>
<content type='text'>
https://github.com/ruby/strscan/commit/a999f2c6d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/strscan/commit/a999f2c6d1
</pre>
</div>
</content>
</entry>
<entry>
<title>[strscan] Version 3.0.0</title>
<updated>2020-12-18T05:25:42+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-12-17T09:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5370963992a0c79925c812e70beb94d09dbc5e47'/>
<id>5370963992a0c79925c812e70beb94d09dbc5e47</id>
<content type='text'>
https://github.com/ruby/strscan/commit/08645e4e77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/strscan/commit/08645e4e77
</pre>
</div>
</content>
</entry>
<entry>
<title>[strscan] Make strscan Ractor safe (#17)</title>
<updated>2020-12-18T05:25:41+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@users.noreply.github.com</email>
</author>
<published>2020-12-17T09:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=985f0af2576c4b4f9f4e75dce7299ba9d55d9419'/>
<id>985f0af2576c4b4f9f4e75dce7299ba9d55d9419</id>
<content type='text'>
* Make strscan Ractor safe

* Add test-unit in the development dependencies

https://github.com/ruby/strscan/commit/3c93c2bebe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make strscan Ractor safe

* Add test-unit in the development dependencies

https://github.com/ruby/strscan/commit/3c93c2bebe
</pre>
</div>
</content>
</entry>
</feed>
