<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/regint.h, 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 revision(s) fac814c2dc31afef272b45392a7389ef0bfa3a4f: [Backport #19602]</title>
<updated>2023-07-22T02:48:47+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2023-07-22T02:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e65e0b99267c495186d7abb78c2725418761d756'/>
<id>e65e0b99267c495186d7abb78c2725418761d756</id>
<content type='text'>
	Fix `PLATFORM_GET_INC`

	On platforms where unaligned word access is not allowed, and if
	`sizeof(val)` and `sizeof(type)` differ:

	- `val` &gt; `type`, `val` will be a garbage.
	- `val` &lt; `type`, outside `val` will be clobbered.
	---
	 regexec.c | 2 +-
	 regint.h  | 9 ++++++++-
	 2 files changed, 9 insertions(+), 2 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fix `PLATFORM_GET_INC`

	On platforms where unaligned word access is not allowed, and if
	`sizeof(val)` and `sizeof(type)` differ:

	- `val` &gt; `type`, `val` will be a garbage.
	- `val` &lt; `type`, outside `val` will be clobbered.
	---
	 regexec.c | 2 +-
	 regint.h  | 9 ++++++++-
	 2 files changed, 9 insertions(+), 2 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use long instead of int</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-11-09T03:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=36ff0521c1e81f83bf050d428815ae7413960136'/>
<id>36ff0521c1e81f83bf050d428815ae7413960136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Refactor field names"</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-11-08T06:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a1c1fc558a0ee791e91a66cae5c9515679890339'/>
<id>a1c1fc558a0ee791e91a66cae5c9515679890339</id>
<content type='text'>
This reverts commit 1e6673d6bbd2adbf555d82c7c0906ceb148ed6ee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1e6673d6bbd2adbf555d82c7c0906ceb148ed6ee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor field names</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-11-08T06:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=22294731a82642ac63ed6708e0015361d05d6677'/>
<id>22294731a82642ac63ed6708e0015361d05d6677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support OP_REPEAT and OP_REPEAT_INC</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-10-20T07:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f25bb291b42a45d23cfc8658720c62e1f3a7390f'/>
<id>f25bb291b42a45d23cfc8658720c62e1f3a7390f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add index to the latest NULL_CHECK_STACK for fast matching</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-10-06T08:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cbabba9c82f3401a67d470ee6ef9213cb6161f57'/>
<id>cbabba9c82f3401a67d470ee6ef9213cb6161f57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep cache optimization info to MatchArg for global matching</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-10-03T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f07dea16e3f70fbc33c51dbc73ef0f33f965e010'/>
<id>f07dea16e3f70fbc33c51dbc73ef0f33f965e010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement cache optimization for regexp matching</title>
<updated>2022-11-09T14:21:26+00:00</updated>
<author>
<name>TSUYUSATO Kitsune</name>
<email>make.just.on@gmail.com</email>
</author>
<published>2022-10-03T13:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=881bf9a0b8b52c05a5917b95d988ae4b9a391a47'/>
<id>881bf9a0b8b52c05a5917b95d988ae4b9a391a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)</title>
<updated>2022-10-19T10:49:45+00:00</updated>
<author>
<name>Sergey Fedorov</name>
<email>vital.had@gmail.com</email>
</author>
<published>2022-10-19T10:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=567725ed303b6738493c80efaf93dc4c1e65a9c9'/>
<id>567725ed303b6738493c80efaf93dc4c1e65a9c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re.c: Add Regexp.timeout= and Regexp.timeout</title>
<updated>2022-03-30T07:50:46+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-03-24T07:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ffc3b37f969a779f93b8f8a5b3591b4ef7de1538'/>
<id>ffc3b37f969a779f93b8f8a5b3591b4ef7de1538</id>
<content type='text'>
[Feature #17837]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #17837]
</pre>
</div>
</content>
</entry>
</feed>
