<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/LexAVE.cxx, branch rel-1-65</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>Patch from Bruce Doson fixes folding of elseif.</title>
<updated>2005-07-23T01:11:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2005-07-23T01:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afcf41ea0fbc4b0b28880ccf9d15a06238ad17b6'/>
<id>afcf41ea0fbc4b0b28880ccf9d15a06238ad17b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Regis Vaquette to allow compilation for Windows CE.</title>
<updated>2004-12-03T23:14:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2004-12-03T23:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=860e52f3760e59e262145b029d0a3cdf814c745c'/>
<id>860e52f3760e59e262145b029d0a3cdf814c745c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Avenue lexer from Alexey.</title>
<updated>2002-12-21T23:06:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-12-21T23:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b0aee97d333f962580dcaaccd72222cbb1f825e'/>
<id>7b0aee97d333f962580dcaaccd72222cbb1f825e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made LexerModule objects not be const again as that was impairing static</title>
<updated>2002-02-12T22:12:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-12T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cbf0ace15854cbdcf87bad740318df635d4baf9c'/>
<id>cbf0ace15854cbdcf87bad740318df635d4baf9c</id>
<content type='text'>
linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made lexer objects const so they do not show up in map as static / globals.</title>
<updated>2002-02-12T03:34:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-02-12T03:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6ed5ea2102a61161051a68ba659c7eb19a4a549'/>
<id>f6ed5ea2102a61161051a68ba659c7eb19a4a549</id>
<content type='text'>
File specific inline functions marker as static to ensure no bad linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File specific inline functions marker as static to ensure no bad linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made code bool-safe and turned Visual C++ warning 4800 back on.</title>
<updated>2002-01-10T23:11:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-10T23:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65697a29ece801849925ca032691324135fb012f'/>
<id>65697a29ece801849925ca032691324135fb012f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a string name to each lexer.</title>
<updated>2001-04-13T05:19:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-04-13T05:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d268b6e3a8ea565b0c255c8ac45ca442b98a37f8'/>
<id>d268b6e3a8ea565b0c255c8ac45ca442b98a37f8</id>
<content type='text'>
Made it possible for LexerModule to be subclassed so that its Lex and
Fold methods can be specialised to work across DLL boundaries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made it possible for LexerModule to be subclassed so that its Lex and
Fold methods can be specialised to work across DLL boundaries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Philippe to regularise comments.</title>
<updated>2001-02-27T01:12:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-02-27T01:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=092d0572b39dea08d13c8a5c0f17fdbec2d99cd0'/>
<id>092d0572b39dea08d13c8a5c0f17fdbec2d99cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation comments from Philippe.</title>
<updated>2001-02-24T01:07:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-02-24T01:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9131359e9b0f3aa9c004c651601dd17d0224b75d'/>
<id>9131359e9b0f3aa9c004c651601dd17d0224b75d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some warnings from Borland.</title>
<updated>2001-02-17T10:40:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-02-17T10:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e8fffae543c93763d8fef3715091f815dc87dbf'/>
<id>4e8fffae543c93763d8fef3715091f815dc87dbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
