<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-2-4</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>Updates for 5.2.4 release.</title>
<updated>2022-07-06T12:00:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-06T12:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cb110101421c6ad096447ffe379e55dcfd598eda'/>
<id>cb110101421c6ad096447ffe379e55dcfd598eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failures with non-UTF-8 text when multi-threading. The Converter object on</title>
<updated>2022-07-05T11:28:45+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-05T11:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3825936549567ff3e0f1ec1995669880e79b2943'/>
<id>3825936549567ff3e0f1ec1995669880e79b2943</id>
<content type='text'>
SurfaceImpl uses g_iconv and could be called from multiple threads without
synchronization leading to occasional errors and potentially out-of-bounds
writes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SurfaceImpl uses g_iconv and could be called from multiple threads without
synchronization leading to occasional errors and potentially out-of-bounds
writes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress warnings for ScintillaEdit as have no way to test it.</title>
<updated>2022-07-04T23:41:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T23:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e368aa4fe8f4cde1ff96232c4fa2057d91347a32'/>
<id>e368aa4fe8f4cde1ff96232c4fa2057d91347a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid C-style cast and range reduction warnings from cppcheck 2.8.</title>
<updated>2022-07-04T12:24:50+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T12:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=01a7267cedd51d72bebb79a3ebe017541f0a3d12'/>
<id>01a7267cedd51d72bebb79a3ebe017541f0a3d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update suppressions for cppcheck 2.8.</title>
<updated>2022-07-04T03:21:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T03:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0214e4f5d75e438239a2766699edafb927dde70b'/>
<id>0214e4f5d75e438239a2766699edafb927dde70b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid shadow warning from cppcheck 2.8.</title>
<updated>2022-07-04T03:21:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T03:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=45a2797d22f8f3f146386ac7d6d720e3d122c500'/>
<id>45a2797d22f8f3f146386ac7d6d720e3d122c500</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5.</title>
<updated>2022-07-04T03:21:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T03:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c1549b377be73f2d6b4aae1f05f2f1f4227514e5'/>
<id>c1549b377be73f2d6b4aae1f05f2f1f4227514e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid cast.</title>
<updated>2022-06-17T05:49:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-06-17T05:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=47fe110d09b18bc10aecdf5c8777fb367cf22dec'/>
<id>47fe110d09b18bc10aecdf5c8777fb367cf22dec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash printing on Win32 in bidirectional mode with a non-empty selection.</title>
<updated>2022-06-17T05:44:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-06-17T05:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3bec765b8c185f28bbe9acb515a799ef5d150a0'/>
<id>d3bec765b8c185f28bbe9acb515a799ef5d150a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change bug colour slightly to be more unique and make it easier to detect when</title>
<updated>2022-06-17T05:43:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-06-17T05:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60420a669ee740dc157efe56d4d43bc4bb6bee19'/>
<id>60420a669ee740dc157efe56d4d43bc4bb6bee19</id>
<content type='text'>
debugging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
debugging.
</pre>
</div>
</content>
</entry>
</feed>
