<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts/HeaderCheck.py, branch rel-5-5-9</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>Replace CP-437 with ISO-8859-1 as neutral encoding as more common and standard.</title>
<updated>2023-05-13T23:44:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-05-13T23:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a845c450413e5b0a4d2dade14b012a1800f337a'/>
<id>2a845c450413e5b0a4d2dade14b012a1800f337a</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 from ruff.</title>
<updated>2023-03-14T22:45:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-14T22:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=481b5651df9bd160d4ff1f1ba471eead61a53252'/>
<id>481b5651df9bd160d4ff1f1ba471eead61a53252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code and imports as found by Vulture.</title>
<updated>2021-05-06T04:20:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-06T04:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43e81343caba072317c0141ef30fc75b3cedab0f'/>
<id>43e81343caba072317c0141ef30fc75b3cedab0f</id>
<content type='text'>
https://github.com/jendrikseipp/vulture
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/jendrikseipp/vulture
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some tracing from HeaderCheck as it produces much uninteresting output.</title>
<updated>2021-04-26T03:03:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-26T03:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=241f33a38ca0887d1a47399de1bcf7ba0d544c41'/>
<id>241f33a38ca0887d1a47399de1bcf7ba0d544c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the patterns to check and exclude to HeaderOrder.txt so one script can be</title>
<updated>2021-02-01T06:31:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-02-01T06:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=20bdc47bf1ece6f32b104e4ecc64abd88f5bd8ab'/>
<id>20bdc47bf1ece6f32b104e4ecc64abd88f5bd8ab</id>
<content type='text'>
used for Scintilla, Lexilla, and SciTE.
Update HeaderOrder.txt to match files moved out to Lexilla.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used for Scintilla, Lexilla, and SciTE.
Update HeaderOrder.txt to match files moved out to Lexilla.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pathlib.</title>
<updated>2020-06-03T23:58:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-03T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eadb190f1bb1303dffcfcb1e8d5305a2c1e2ef60'/>
<id>eadb190f1bb1303dffcfcb1e8d5305a2c1e2ef60</id>
<content type='text'>
Read files as cp437 so all bytes are valid and windows-1252 invalid characters
do not fail.
When new headers found, save reasonable order of headers to "NewOrder.txt"
making it easier to update HeaderOrder.txt.
When a file is out-of-order, save list of headers used in the same order as
HeaderOrder.txt to "&lt;path&gt;.ordered".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read files as cp437 so all bytes are valid and windows-1252 invalid characters
do not fail.
When new headers found, save reasonable order of headers to "NewOrder.txt"
making it easier to update HeaderOrder.txt.
When a file is out-of-order, save list of headers used in the same order as
HeaderOrder.txt to "&lt;path&gt;.ordered".
</pre>
</div>
</content>
</entry>
<entry>
<title>List headers in HeaderOrder.txt that are not used.</title>
<updated>2020-03-15T23:55:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-15T23:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2c60e7f07acc70adaeef02037645ce6a45ed123'/>
<id>b2c60e7f07acc70adaeef02037645ce6a45ed123</id>
<content type='text'>
Remove unused headers from HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused headers from HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize and simplify script. Now requires Python 3.</title>
<updated>2020-03-11T04:34:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=875e097fe65eac923eb67412d3e5b2c33f4a3910'/>
<id>875e097fe65eac923eb67412d3e5b2c33f4a3910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add or update #! lines of Python scripts to use python3.</title>
<updated>2020-03-11T04:32:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5c8cd58e4972e142c3a199a00625e7c93de5ddd'/>
<id>b5c8cd58e4972e142c3a199a00625e7c93de5ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexilla testing framework.</title>
<updated>2019-12-22T11:43:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-22T11:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=651e4b440ad3019a63b10d972ee36a296020e2c8'/>
<id>651e4b440ad3019a63b10d972ee36a296020e2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
