<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib, branch rel-3-7-6</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>More consistent deletion of standard methods.</title>
<updated>2017-04-20T23:30:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-20T23:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=261277783fa16e0c974b1981a5eb0a208fca955e'/>
<id>261277783fa16e0c974b1981a5eb0a208fca955e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent deletion of standard methods.</title>
<updated>2017-04-20T06:10:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-20T06:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cd65e0b6478f38b809dd08805e7795a9d8b669eb'/>
<id>cd65e0b6478f38b809dd08805e7795a9d8b669eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an assert to avoid a warning from Visual C++ Code Analysis.</title>
<updated>2017-04-18T02:48:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-18T02:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=98cbbdd0107bb11d202be6389590e945cd5e5b5a'/>
<id>98cbbdd0107bb11d202be6389590e945cd5e5b5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use same parameter names in declarations and definitions.</title>
<updated>2017-04-07T07:28:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-07T07:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9b6ef0c4617d99774df4b46c853469ef62cd7c1'/>
<id>b9b6ef0c4617d99774df4b46c853469ef62cd7c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added const where possible.</title>
<updated>2017-04-06T11:04:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-06T11:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cda15af9657880e91ccf65603e109b202d9e78bf'/>
<id>cda15af9657880e91ccf65603e109b202d9e78bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on C++ headers, remove headers that aren't needed and add &lt;cstddef&gt;</title>
<updated>2017-03-31T23:43:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-31T23:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c9d87b081f9dd3856194f71f1643c99994d0b95'/>
<id>0c9d87b081f9dd3856194f71f1643c99994d0b95</id>
<content type='text'>
where it may be needed in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where it may be needed in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>The Python lexer recognizes identifiers more accurately when they include</title>
<updated>2017-03-23T06:49:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-23T06:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=40468d40088ea0657d8046747a69c9e99821a403'/>
<id>40468d40088ea0657d8046747a69c9e99821a403</id>
<content type='text'>
non-ASCII characters.
Calls provided for determining whether characters are in the sets defined for
identifiers by the Unicode standard in UAX #31.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-ASCII characters.
Calls provided for determining whether characters are in the sets defined for
identifiers by the Unicode standard in UAX #31.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated case conversion and character categories to Unicode 9.</title>
<updated>2017-03-23T06:30:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-23T06:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54012e88adcb0fa83afdd1626aab55066c2e8247'/>
<id>54012e88adcb0fa83afdd1626aab55066c2e8247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
