<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit/testRESearch.cxx, branch rel-5-6-0</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Silence some warnings in test code.</title>
<updated>2025-02-23T00:05:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-23T00:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=47b91df0cadb92f0dbaae441926448308b450ea1'/>
<id>47b91df0cadb92f0dbaae441926448308b450ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.</title>
<updated>2024-11-25T21:19:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-11-25T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1beb1d8b049d1bc998c513221ba758b633074d58'/>
<id>1beb1d8b049d1bc998c513221ba758b633074d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings in unit tests with const, nullptr, [[nodiscard]], initialisation,</title>
<updated>2024-01-29T23:11:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-29T23:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=77d00274b4e729ba5eac3cda390d6aa9478567ca'/>
<id>77d00274b4e729ba5eac3cda390d6aa9478567ca</id>
<content type='text'>
and unnamed namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and unnamed namespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings in test case code mostly by adding const.</title>
<updated>2024-01-01T23:08:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-01T23:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ec0e53dc6711aeb827eccd65b6f0779aa841aad2'/>
<id>ec0e53dc6711aeb827eccd65b6f0779aa841aad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2405]. Avoid character fragments in regular expression search results.</title>
<updated>2023-12-21T05:00:00+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-21T05:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e55cc0c973cc2fbaac8cca1505524b86ce58dff'/>
<id>8e55cc0c973cc2fbaac8cca1505524b86ce58dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2413]. Fix regular expression search failure.</title>
<updated>2023-11-21T00:29:30+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-21T00:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df54de37b0a372a49bed0130406a5b75b85cd119'/>
<id>df54de37b0a372a49bed0130406a5b75b85cd119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1500] Remove match text retrieval from MatchOnLines</title>
<updated>2023-11-01T21:51:15+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-11-01T21:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e702dacda85f0976d1006d9634dc38b53fad1336'/>
<id>e702dacda85f0976d1006d9634dc38b53fad1336</id>
<content type='text'>
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing include which caused compilation failure on macOS.</title>
<updated>2023-10-18T02:36:18+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-18T02:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8d8b19392ef54d3fac860431f2dd059ccf19c18'/>
<id>d8d8b19392ef54d3fac860431f2dd059ccf19c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use std::array for regex match positions as it will simplify copying.</title>
<updated>2023-10-14T21:40:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-14T21:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0a00f1b52c9f05800192db71ccc28dfaed58729b'/>
<id>0a00f1b52c9f05800192db71ccc28dfaed58729b</id>
<content type='text'>
This change set does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change set does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for CharacterCategoryMap, RESearch, and Document.</title>
<updated>2021-06-21T03:34:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-06-21T03:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5b3faa208ea29e45c6d845760bb902c3a9f057da'/>
<id>5b3faa208ea29e45c6d845760bb902c3a9f057da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
