<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexPerl.cxx, branch rel-3-5-7</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>Removing style byte indicators.</title>
<updated>2014-05-23T23:29:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-23T23:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aff335283c4ea47a38375ef6950ee2c285ddee70'/>
<id>aff335283c4ea47a38375ef6950ee2c285ddee70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in comments (lexers)</title>
<updated>2014-01-20T06:46:22+00:00</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2014-01-20T06:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a9886b0346e124dac362602d9d90a538bf0288c'/>
<id>9a9886b0346e124dac362602d9d90a538bf0288c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format normalization - whitespace and braces made consistent.</title>
<updated>2013-12-14T23:46:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-14T23:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=982a9be5d39fb042e1deb86af5930cb54729f83f'/>
<id>982a9be5d39fb042e1deb86af5930cb54729f83f</id>
<content type='text'>
Parameter names added to method declarations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter names added to method declarations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1528]. Perl: POD problems with multibyte characters.</title>
<updated>2013-10-10T12:14:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-10T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e44b84645510ce7cb822411af59080b464ff1f69'/>
<id>e44b84645510ce7cb822411af59080b464ff1f69</id>
<content type='text'>
From Colomban Wendling and Kein-Hong Man.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Colomban Wendling and Kein-Hong Man.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1528]. Perl: multibyte character problems.</title>
<updated>2013-10-09T10:42:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-09T10:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cd7a1a1597028eef348c3d3d5625af481e51283'/>
<id>5cd7a1a1597028eef348c3d3d5625af481e51283</id>
<content type='text'>
From Colomban Wendling and Kein-Hong Man.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Colomban Wendling and Kein-Hong Man.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all instances of isascii with Scintilla-specific IsASCII.</title>
<updated>2013-07-21T05:20:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T05:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7820ce6dcf054f033d243f972afb5fff1c5bdebe'/>
<id>7820ce6dcf054f033d243f972afb5fff1c5bdebe</id>
<content type='text'>
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code so that it is understood by cppcheck, avoiding warnings.</title>
<updated>2013-06-29T03:16:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T03:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=27a777578407d9d5d60cd4ef50ee68adf47fc264'/>
<id>27a777578407d9d5d60cd4ef50ee68adf47fc264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning from Visual C++.</title>
<updated>2013-06-29T02:24:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T02:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=092e41d9d52f63110361159210e492981f80142b'/>
<id>092e41d9d52f63110361159210e492981f80142b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.</title>
<updated>2013-06-29T02:09:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-06-29T02:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab1052f90c82e98d686d72040168abb51cb1207c'/>
<id>ab1052f90c82e98d686d72040168abb51cb1207c</id>
<content type='text'>
From Kein-Hong Man.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Kein-Hong Man.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make destructors virtual to avoid warnings from g++ 4.7.</title>
<updated>2012-05-05T03:15:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2012-05-05T03:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af0b10fdaa1ba81f03a1dc51a59f6256f10cc68f'/>
<id>af0b10fdaa1ba81f03a1dc51a59f6256f10cc68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
