<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-4-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>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=9bb337e9232502a979a64f3c78aee82b8c5e8375'/>
<id>9bb337e9232502a979a64f3c78aee82b8c5e8375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit iterations when expanding macros in case a macro is recursive such as</title>
<updated>2014-05-14T01:29:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-14T01:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dba0764a6759c3ba067aa124906ef3bfed5b87a3'/>
<id>dba0764a6759c3ba067aa124906ef3bfed5b87a3</id>
<content type='text'>
#define MAC(x) MAC(x+1)
Also fixes macros that are co-recursive with other macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#define MAC(x) MAC(x+1)
Also fixes macros that are co-recursive with other macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1051]. Fixed shadowed local variable.</title>
<updated>2014-05-12T22:55:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-12T22:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc78daffd7e13ad219a0a0102869ebe6cdccbf87'/>
<id>dc78daffd7e13ad219a0a0102869ebe6cdccbf87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1051]. Support #if defined SYMBOL.</title>
<updated>2014-05-12T07:49:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-12T07:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=909aec98c3efdcc2499c50a387fe4c025064ec89'/>
<id>909aec98c3efdcc2499c50a387fe4c025064ec89</id>
<content type='text'>
Previously required braces around like #if defined(SYMBOL).
Also understand macros with arguments such as version checking macros like
#if GTK_CHECK_VERSION(2,22,0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously required braces around like #if defined(SYMBOL).
Also understand macros with arguments such as version checking macros like
#if GTK_CHECK_VERSION(2,22,0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing not sign to fix DMIS label highlighting</title>
<updated>2014-05-02T15:12:03+00:00</updated>
<author>
<name>Andreas Tscharner</name>
<email>andreas.tscharner@metromec.ch</email>
</author>
<published>2014-05-02T15:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f25dfe857db20f385b91549d851909073b3b78a8'/>
<id>f25dfe857db20f385b91549d851909073b3b78a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DMIS Minor words can also start with the digits 2, 3 or 4</title>
<updated>2014-05-02T15:12:03+00:00</updated>
<author>
<name>Andreas Tscharner</name>
<email>andreas.tscharner@metromec.ch</email>
</author>
<published>2014-05-02T15:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=951057302ac78740d28173995cb9ea170a4b9798'/>
<id>951057302ac78740d28173995cb9ea170a4b9798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some warnings instead of relying upon #pragma to hide them</title>
<updated>2014-04-29T01:54:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-29T01:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca404c02432f1ab90f235eb452168d35e6f14936'/>
<id>ca404c02432f1ab90f235eb452168d35e6f14936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordinate</title>
<updated>2014-04-28T22:35:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-28T22:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3'/>
<id>ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3</id>
<content type='text'>
measuring machines.
From Andreas Tscharner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
measuring machines.
From Andreas Tscharner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning about use of bitwise operators on boolean values.</title>
<updated>2014-04-21T01:49:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-21T01:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d6b6e4dc3d4f8b46d6f1d0b555f522ce107ac594'/>
<id>d6b6e4dc3d4f8b46d6f1d0b555f522ce107ac594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an unnamed namespace instead of static as classes and structs can't be static.</title>
<updated>2014-04-18T22:36:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-18T22:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6df05758b14db8fbbc9cb2d4e30bfcd5749492df'/>
<id>6df05758b14db8fbbc9cb2d4e30bfcd5749492df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
