<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-2-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>Add DeleteRange method.</title>
<updated>2012-05-26T05:25:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T05:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3828986655c93d7f496ddce9567c53cab6cf57bb'/>
<id>3828986655c93d7f496ddce9567c53cab6cf57bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GetRangePointer and GetGapPosition methods.</title>
<updated>2012-05-26T05:15:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T05:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1596a6d6b4540980cd6a8249460d881d6d190c1f'/>
<id>1596a6d6b4540980cd6a8249460d881d6d190c1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relying on Document for position in line of line end characters.</title>
<updated>2012-05-26T04:17:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T04:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25e91c5a5870ea1138684dbd2d67888bccce5876'/>
<id>25e91c5a5870ea1138684dbd2d67888bccce5876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce code to avoid warning from cppcheck.</title>
<updated>2012-05-26T03:53:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T03:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5f0f81d3d8a43f6adee004c0d0f0fd9e532ea41'/>
<id>c5f0f81d3d8a43f6adee004c0d0f0fd9e532ea41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standardised and more stringent UTF8Classify for determining validity and</title>
<updated>2012-05-26T03:36:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T03:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=645d0f2b7c5ebad6d757e35cd257bcbf4a118f68'/>
<id>645d0f2b7c5ebad6d757e35cd257bcbf4a118f68</id>
<content type='text'>
width of UTF-8 characters. Optimize to make up for cost of UTF8Classify.
Drop functions now provided by UniConversion.
Use UTF8IsAscii function instead of test against literal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
width of UTF-8 characters. Optimize to make up for cost of UTF8Classify.
Drop functions now provided by UniConversion.
Use UTF8IsAscii function instead of test against literal.
</pre>
</div>
</content>
</entry>
<entry>
<title>For case-insensitive UTF-8 searching, use UTF8Classify for finding valid</title>
<updated>2012-05-26T03:26:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T03:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e1370f834348a12fea75ad883a0d801dfd1b9d8d'/>
<id>e1370f834348a12fea75ad883a0d801dfd1b9d8d</id>
<content type='text'>
character width so compatible with other similar code. Optimize treatment of
single byte ASCII characters and also optimize loop conditions. These
mostly make up for the performance decrease from calling UTF8Classify.
Add support definitions UTF8MaxBytes and UTF8IsAscii in UniConversion.
Remove ExtractChar as no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
character width so compatible with other similar code. Optimize treatment of
single byte ASCII characters and also optimize loop conditions. These
mostly make up for the performance decrease from calling UTF8Classify.
Add support definitions UTF8MaxBytes and UTF8IsAscii in UniConversion.
Remove ExtractChar as no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize case-sensitive searching by hoisting the first character of search</title>
<updated>2012-05-26T03:12:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T03:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44241ccc28b561efcdbda77350bb5435b11b3d47'/>
<id>44241ccc28b561efcdbda77350bb5435b11b3d47</id>
<content type='text'>
string into a separate variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string into a separate variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize UTF-8 character length calculations by using an array.</title>
<updated>2012-05-26T02:17:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T02:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=032a0017a6e992fc40790214c738dbc59c084dea'/>
<id>032a0017a6e992fc40790214c738dbc59c084dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move classification of UTF-8 byte sequences into UniConversion module.</title>
<updated>2012-05-26T02:08:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-26T02:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6598d01d00e24f8c0ee2f4e9cc9036dd447c15f'/>
<id>a6598d01d00e24f8c0ee2f4e9cc9036dd447c15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers in Qt project files.</title>
<updated>2012-05-17T02:58:41+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-05-17T02:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6641b235e141849ce768b9fe005ea67c3e50e441'/>
<id>6641b235e141849ce768b9fe005ea67c3e50e441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
