<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexAsm.cxx, branch rel-3-5-2</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>Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'</title>
<updated>2014-03-13T21:04:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-13T21:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8c8abef5246cd06f3eb2613627c725bde6a4c52'/>
<id>f8c8abef5246cd06f3eb2613627c725bde6a4c52</id>
<content type='text'>
for comments and ';' to separate statements.
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for comments and ';' to separate statements.
From nkmathew.
</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=87e59817db5e6cfd18b07f160b4b468b196072a5'/>
<id>87e59817db5e6cfd18b07f160b4b468b196072a5</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>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>devnull@localhost</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=bc5c1d5f9f55dd88ea385d2afea85514da818839'/>
<id>bc5c1d5f9f55dd88ea385d2afea85514da818839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed warning suppression that had been included for Visual C++ 6.0.</title>
<updated>2011-11-13T21:42:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-13T21:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b528166ba492b12be6779e7f0c77586e35778204'/>
<id>b528166ba492b12be6779e7f0c77586e35778204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variable.</title>
<updated>2011-03-17T22:20:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-17T22:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e35bdaa40388d858b19fcfa054d5cc73d8d5dc6e'/>
<id>e35bdaa40388d858b19fcfa054d5cc73d8d5dc6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folding features added by Udo Lechner.</title>
<updated>2011-02-12T23:55:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-02-12T23:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=40d6d4f69c35c84a0bf4c6a3316754dba4484e4e'/>
<id>40d6d4f69c35c84a0bf4c6a3316754dba4484e4e</id>
<content type='text'>
Explicit fold points which can be set to arbitrary strings and occur anywhere.
Can choose whether to have syntax based folding and multiline comment folding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicit fold points which can be set to arbitrary strings and occur anywhere.
Can choose whether to have syntax based folding and multiline comment folding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted to lexer objects.</title>
<updated>2011-02-04T02:07:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-02-04T02:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=12ece453e19929ca599c8496d334e9ab3ceea8b6'/>
<id>12ece453e19929ca599c8496d334e9ab3ceea8b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple directly.</title>
<updated>2011-01-27T05:45:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-01-27T05:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=002e6effdd15e49ab5a09a59d18fd8bbb292f754'/>
<id>002e6effdd15e49ab5a09a59d18fd8bbb292f754</id>
<content type='text'>
Dropped declaration not needed in LexCPP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropped declaration not needed in LexCPP.
</pre>
</div>
</content>
</entry>
<entry>
<title>For new lexer design change includes to add new files and remove unused files.</title>
<updated>2010-07-13T11:44:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5e7b31bb9c60f85e91a0958ae2e7452a2792063'/>
<id>f5e7b31bb9c60f85e91a0958ae2e7452a2792063</id>
<content type='text'>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved lexers into lexers directory.</title>
<updated>2010-07-13T11:16:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65af538e0dc3702a7b29ef82243696e21b7fa03a'/>
<id>65af538e0dc3702a7b29ef82243696e21b7fa03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
