<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch rel-5-4-1</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>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 [#2405]. Fix regular expression bug in reverse direction where shortened</title>
<updated>2023-12-14T03:44:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-14T03:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=361218f4984d429c1a518cb1dbd94612eab0ecaa'/>
<id>361218f4984d429c1a518cb1dbd94612eab0ecaa</id>
<content type='text'>
match returned.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
match returned.
</pre>
</div>
</content>
</entry>
<entry>
<title>Slight speed up by allowing unitTest.o to compile in parallel with others.</title>
<updated>2023-12-12T02:33:48+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-12T02:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3dd48b8dcadabe394be028a5e210dec9ff617511'/>
<id>3dd48b8dcadabe394be028a5e210dec9ff617511</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]. Fix regular expression assertion (^, $, \b. \B) failures when using</title>
<updated>2023-12-11T22:45:46+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-11T22:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50f053ff0f1d1a2b45a20e65f25a21a2a10c1bc4'/>
<id>50f053ff0f1d1a2b45a20e65f25a21a2a10c1bc4</id>
<content type='text'>
SCFIND_CXX11REGEX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCFIND_CXX11REGEX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add std::regex tests for assertions in context which are common.</title>
<updated>2023-12-10T22:13:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-12-10T22:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1b83a38def5c210c39421593b0a73c23495bcd54'/>
<id>1b83a38def5c210c39421593b0a73c23495bcd54</id>
<content type='text'>
Two of these tests are currently returning incorrect results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two of these tests are currently returning incorrect results.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow parallel building with makefile.</title>
<updated>2023-12-09T06:57:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-12-09T06:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d48d0a0839d9585f92000e5893196bb3db212f01'/>
<id>d48d0a0839d9585f92000e5893196bb3db212f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify substitution checks.</title>
<updated>2023-12-06T22:28:42+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-06T22:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=735b490e3e29c6ee2cce6a723f900a5394e38399'/>
<id>735b490e3e29c6ee2cce6a723f900a5394e38399</id>
<content type='text'>
Set global locale for llvm-mingw libc++.
Add test for \w+ which currently fails for RESearch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set global locale for llvm-mingw libc++.
Add test for \w+ which currently fails for RESearch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten tests with some helpers.</title>
<updated>2023-12-05T21:50:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-12-05T21:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=53d83fb203491b773be90debb96c6ae6381d4cce'/>
<id>53d83fb203491b773be90debb96c6ae6381d4cce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2157]. Fix regular expression search for word begin \&lt; and word end \&gt;.</title>
<updated>2023-12-01T21:20:55+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2023-12-01T21:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6538bb38cd509111f0f595f46e7d1ff71bcc017'/>
<id>e6538bb38cd509111f0f595f46e7d1ff71bcc017</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>
</feed>
