<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlib/CharacterCategory.cxx, branch rel-4-1-3</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>Updated case conversion and character categories to Unicode 11.</title>
<updated>2018-10-17T22:56:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-17T22:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2b94cc2fe6ae043129a2043b78a5032ddf275ef6'/>
<id>2b94cc2fe6ae043129a2043b78a5032ddf275ef6</id>
<content type='text'>
Fixed history by moving new items into the pending version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed history by moving new items into the pending version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Safety improvements for character code - drop reinterpret_cast, ensure more</title>
<updated>2018-04-21T06:18:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-21T06:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d05d7fbd132b6a8060b3f0fa3a7a56cfaa0c41e0'/>
<id>d05d7fbd132b6a8060b3f0fa3a7a56cfaa0c41e0</id>
<content type='text'>
variables are initialized, specify noexcept when safe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variables are initialized, specify noexcept when safe.
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</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>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>Typo.</title>
<updated>2014-06-22T00:35:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-06-22T00:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fe3019fa1b99bb5d5f7e58cda19a3f1af5d2d74d'/>
<id>fe3019fa1b99bb5d5f7e58cda19a3f1af5d2d74d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ELEMENTS macro and use it to clarify determining size of arrays.</title>
<updated>2014-01-20T22:45:29+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-20T22:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2bd8a54e0624143ee5128d1e224b1635b2c5d1f4'/>
<id>2bd8a54e0624143ee5128d1e224b1635b2c5d1f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor consting. Documentation added.</title>
<updated>2013-07-02T22:51:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-02T22:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69ece67efa4b4e99836f76ad8678d431ae1e316a'/>
<id>69ece67efa4b4e99836f76ad8678d431ae1e316a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed namespace.</title>
<updated>2013-07-01T09:13:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T09:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=77475f36166965dfa47f9af8d35674906a9f078f'/>
<id>77475f36166965dfa47f9af8d35674906a9f078f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
