<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-3-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>Fix display of multi-byte Unicode character at line start.</title>
<updated>2013-05-19T12:23:14+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-19T12:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5894b62bbf56d2bf88673aadf0bdaf97e790f910'/>
<id>5894b62bbf56d2bf88673aadf0bdaf97e790f910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't dereference character string when length is 0. May be a NULL pointer</title>
<updated>2013-05-19T11:25:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-19T11:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ab788d35277557b75338a8729d12a2528803529'/>
<id>6ab788d35277557b75338a8729d12a2528803529</id>
<content type='text'>
and cause a crash and shouldn't read beyond length anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and cause a crash and shouldn't read beyond length anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fold all to show lines instead of going past end which then failed.</title>
<updated>2013-05-17T03:21:38+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-17T03:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c66fa75dcf753e2838e878809eff17124f4ef9b1'/>
<id>c66fa75dcf753e2838e878809eff17124f4ef9b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Literate Haskell support</title>
<updated>2013-05-09T20:10:04+00:00</updated>
<author>
<name>kudah</name>
<email>kudahkukarek@gmail.com</email>
</author>
<published>2013-05-09T20:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df2708a7fcb804156a482546bfcc8ae887c49359'/>
<id>df2708a7fcb804156a482546bfcc8ae887c49359</id>
<content type='text'>
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace X.data() with &amp;X[0] to allow building with old releases of Visual C++.</title>
<updated>2013-05-07T09:54:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-07T09:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44445c23207f13b43a62dbb3de50c48d902ce8c4'/>
<id>44445c23207f13b43a62dbb3de50c48d902ce8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Since new throws an exception on failure, remove testing of result.</title>
<updated>2013-05-05T01:52:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T01:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f28c2d01bd405725df6e06d0eeb543bb9092f8'/>
<id>46f28c2d01bd405725df6e06d0eeb543bb9092f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing support for Visual C++ 2005 and 6.0.</title>
<updated>2013-05-05T01:12:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T01:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cc7b583576574d94e038692608f73df96964485'/>
<id>1cc7b583576574d94e038692608f73df96964485</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed nethods that are no longer used and are less safe than alternatives.</title>
<updated>2013-05-04T14:14:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T14:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2bd357c7fa827511dc6548142c32a27a972c4e1b'/>
<id>2bd357c7fa827511dc6548142c32a27a972c4e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations with std::vector.</title>
<updated>2013-05-04T07:49:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T07:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c4ee3e6f6344a3933383ed939f49c2f8d57e684'/>
<id>3c4ee3e6f6344a3933383ed939f49c2f8d57e684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations with std::string.</title>
<updated>2013-05-04T07:48:40+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T07:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4947d05b57e5d1d009090937ed54ff47da7eb67a'/>
<id>4947d05b57e5d1d009090937ed54ff47da7eb67a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
