<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib, branch rel-3-7-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>Fix memory leak.</title>
<updated>2017-03-08T07:28:29+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-08T07:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8b6cb02f80387900baf8b9166bcf332bcf778a38'/>
<id>8b6cb02f80387900baf8b9166bcf332bcf778a38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use several C++11 features as examples so problems with these features are seen.</title>
<updated>2017-03-06T03:54:51+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2017-03-06T03:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=069d842392251d56167e08c005d51fa9ccc12147'/>
<id>069d842392251d56167e08c005d51fa9ccc12147</id>
<content type='text'>
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using better checked static_cast instead of reinterpret_cast for void*.</title>
<updated>2017-02-01T22:51:59+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-01T22:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46364f5a2859fea503cf364075260c97f1222f56'/>
<id>46364f5a2859fea503cf364075260c97f1222f56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify initialising and reinitialising.</title>
<updated>2017-01-22T06:35:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-22T06:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eec253d225f0e3d8eb594b8dfa8fe24e2d2dcb17'/>
<id>eec253d225f0e3d8eb594b8dfa8fe24e2d2dcb17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>StyleContext no longer needs mask argument.</title>
<updated>2016-11-05T04:04:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-11-05T04:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e36c7e89248cf5f9e4353673918e79cfcaeb857'/>
<id>1e36c7e89248cf5f9e4353673918e79cfcaeb857</id>
<content type='text'>
Remove warning suppression pragma no longer needed for Perl's StyleContext.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove warning suppression pragma no longer needed for Perl's StyleContext.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.</title>
<updated>2016-10-06T02:53:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-06T02:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1967c348184a35007b7fce5da81d7874a51edc3e'/>
<id>1967c348184a35007b7fce5da81d7874a51edc3e</id>
<content type='text'>
Change the argument and return type of MakeUpperCase to match MakeLowerCase.
Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of
header for MakeLowerCase couldn't be reconciled easily.
Add casts as needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the argument and return type of MakeUpperCase to match MakeLowerCase.
Move StyleContext::MatchIgnoreCase into StyleContext.cxx as the change of
header for MakeLowerCase couldn't be reconciled easily.
Add casts as needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add InListAbridged to WordList.</title>
<updated>2016-09-07T03:49:08+00:00</updated>
<author>
<name>oirfeodent</name>
<email>unknown</email>
</author>
<published>2016-09-07T03:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=909fc02778bf5db5953a266a9aeff0291552b6cf'/>
<id>909fc02778bf5db5953a266a9aeff0291552b6cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct comments.</title>
<updated>2016-04-21T01:19:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-04-21T01:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=219e641af24ed4e4383c0a11164e26f6a3333778'/>
<id>219e641af24ed4e4383c0a11164e26f6a3333778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct comment.</title>
<updated>2016-04-21T01:12:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-04-21T01:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0d545477ee712eab4d1f49515db0b147579ee141'/>
<id>0d545477ee712eab4d1f49515db0b147579ee141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file</title>
<updated>2015-07-28T23:46:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-28T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2270ab97445c6f12bd0fddb273ab617fdb421594'/>
<id>2270ab97445c6f12bd0fddb273ab617fdb421594</id>
<content type='text'>
support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support.
</pre>
</div>
</content>
</entry>
</feed>
