<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/unit, branch sciteco-rel-5-3-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>Remove _CRT_SECURE_NO_DEPRECATE.</title>
<updated>2023-02-22T02:53:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-22T02:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=353d1f300549f23b7c8c2914fa5d19f5ec6aa48b'/>
<id>353d1f300549f23b7c8c2914fa5d19f5ec6aa48b</id>
<content type='text'>
Replace [v]sprintf with bounds checked [v]snprintf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace [v]sprintf with bounds checked [v]snprintf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update suppressions for Cppcheck 2.10. Remove unused variable.</title>
<updated>2023-02-05T02:08:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-05T02:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=19a80e10a74878dedaa310afdc64205a4d01d3ae'/>
<id>19a80e10a74878dedaa310afdc64205a4d01d3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PixelAlignCeil and call PixelAlign* to avoid repeated code.</title>
<updated>2022-09-02T00:55:40+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-09-02T00:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4faa21ad78c41b863ad0ca9b205cf48a025c229e'/>
<id>4faa21ad78c41b863ad0ca9b205cf48a025c229e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added change history which can display document changes (modified, saved, ...)</title>
<updated>2022-07-31T05:51:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T05:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=926cb6f7d228b347db16a45e1f2632da475da1f0'/>
<id>926cb6f7d228b347db16a45e1f2632da475da1f0</id>
<content type='text'>
in the margin or in the text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the margin or in the text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply rule-of-zero to delete standard methods where possible as handled by</title>
<updated>2022-07-29T01:16:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-29T01:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e030b1d56785405cb35531758d603be88af9b487'/>
<id>e030b1d56785405cb35531758d603be88af9b487</id>
<content type='text'>
contained types. This allows flexibility as most lower-level data types can be
moved and SplitVector and Partitioning of non-move-only types may be copied.
CellBuffer still needs destructor due to incomplete type so retains all standard
operations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contained types. This allows flexibility as most lower-level data types can be
moved and SplitVector and Partitioning of non-move-only types may be copied.
CellBuffer still needs destructor due to incomplete type so retains all standard
operations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SplitVector directly instead of throughSplitVectorWithRangeAdd which was</title>
<updated>2022-07-29T00:38:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-29T00:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f39d7ee7e7490d49f1c5b9e6315dd8e6e1d9db34'/>
<id>f39d7ee7e7490d49f1c5b9e6315dd8e6e1d9db34</id>
<content type='text'>
only ever used by Partitioning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only ever used by Partitioning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add growSize argument to SplitVector constructor with default value so can be</title>
<updated>2022-07-28T23:52:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-28T23:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5218b62655b877af64f9980efa668a1dcb82ed43'/>
<id>5218b62655b877af64f9980efa668a1dcb82ed43</id>
<content type='text'>
used more simply.
Add default value to growSize argument of Partitioning to enable default
construction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used more simply.
Add default value to growSize argument of Partitioning to enable default
construction.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call Check to ensure in consistent state.</title>
<updated>2022-07-27T23:13:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-27T23:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afb17b2983e71bdb0b7410e368151ced696306f3'/>
<id>afb17b2983e71bdb0b7410e368151ced696306f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2340] Simplify expand all folds. Speed up expand line a little.</title>
<updated>2022-07-24T00:00:06+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-07-24T00:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a922d679ec36743287191fbd9f67a6fef9f7f1b'/>
<id>2a922d679ec36743287191fbd9f67a6fef9f7f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement PositionNext to iterate. Simpler than IndexAfter for client code which</title>
<updated>2022-07-20T01:19:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-20T01:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e12f8f179666ed70d03c99039565ba63c45f7c7a'/>
<id>e12f8f179666ed70d03c99039565ba63c45f7c7a</id>
<content type='text'>
is not interested in SparseVector indices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is not interested in SparseVector indices.
</pre>
</div>
</content>
</entry>
</feed>
