<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test, branch rel-3-3-2</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>Handle most stringresult methods generically.</title>
<updated>2013-05-10T06:12:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-10T06:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60b6cd75a1ce1663a007a1c432c7f0fc147ae59d'/>
<id>60b6cd75a1ce1663a007a1c432c7f0fc147ae59d</id>
<content type='text'>
Make compatible with PyPy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make compatible with PyPy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning.</title>
<updated>2013-05-08T04:08:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-08T04:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b7db33dd85ee178be818ed681be11e34f0a46ee1'/>
<id>b7db33dd85ee178be818ed681be11e34f0a46ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test run on older version of Python.</title>
<updated>2013-05-05T00:22:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T00:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c71d1664a10a9db809a9be8d0cf6d5ebe7b2c877'/>
<id>c71d1664a10a9db809a9be8d0cf6d5ebe7b2c877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.</title>
<updated>2013-05-04T07:46:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T07:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ecde0c20eecf1eb63850b28f3767c433f64c166'/>
<id>7ecde0c20eecf1eb63850b28f3767c433f64c166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using std::fill instead of a loop is much faster. As much as 4x on a large block.</title>
<updated>2013-04-19T06:27:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-19T06:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8f19a8e14d8ddda4dab8a70e9c868e65aea199b0'/>
<id>8f19a8e14d8ddda4dab8a70e9c868e65aea199b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests for last change to RunStyles as it no longer throws in FillRange.</title>
<updated>2013-04-15T10:53:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-15T10:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15953654d7b0bc06f1cf6a767b7aaf7dfdbb07fe'/>
<id>15953654d7b0bc06f1cf6a767b7aaf7dfdbb07fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RunStyles can be corrupted by filling 0 length ranges and ranges that go past end</title>
<updated>2013-04-15T10:10:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-15T10:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d7d3d61d6c663aa1a416027ef9a7fc98559ccb0'/>
<id>7d7d3d61d6c663aa1a416027ef9a7fc98559ccb0</id>
<content type='text'>
so throw std::invalid_argument exceptions for these conditions.
Provide a Check method to validate the consistency of a RunStyles and throw
std::runtime_error if corruption is detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so throw std::invalid_argument exceptions for these conditions.
Provide a Check method to validate the consistency of a RunStyles and throw
std::runtime_error if corruption is detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding example file extensions to native file setting so tests work.</title>
<updated>2013-04-14T04:33:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-14T04:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65'/>
<id>afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for Ruby and Perl lexers.</title>
<updated>2013-04-05T06:20:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-05T06:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=52b3989c2d1823d0b603daf6a02a89f4796930c0'/>
<id>52b3989c2d1823d0b603daf6a02a89f4796930c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for Lua lexer.</title>
<updated>2013-04-05T05:35:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-05T05:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b8d5c125b6531fe3113c13fda2ffd2b8c5564600'/>
<id>b8d5c125b6531fe3113c13fda2ffd2b8c5564600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
