<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include/SString.h, branch rel-5-6-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>Removed SString.h.</title>
<updated>2009-07-21T10:53:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2009-07-21T10:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=77b7871c75dc8beed0764741d1ffaf13964d429d'/>
<id>77b7871c75dc8beed0764741d1ffaf13964d429d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate OS X support for scintilla.  a big patch with a little commit message :)</title>
<updated>2007-06-01T00:57:26+00:00</updated>
<author>
<name>scaraveo</name>
<email>unknown</email>
</author>
<published>2007-06-01T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=710f716e96f6e9ee9eb410b343b78b3c4d95bc46'/>
<id>710f716e96f6e9ee9eb410b343b78b3c4d95bc46</id>
<content type='text'>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</pre>
</div>
</content>
</entry>
<entry>
<title>A little bit more const correctness.</title>
<updated>2005-05-15T01:42:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-05-15T01:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9aac6410693f26f8c2b110cbd73641453123fe03'/>
<id>9aac6410693f26f8c2b110cbd73641453123fe03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed SString::attach as rolw now perfromed by</title>
<updated>2004-04-24T12:22:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-04-24T12:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60893612d665fbb72555620f881c9b6a4090f9dd'/>
<id>60893612d665fbb72555620f881c9b6a4090f9dd</id>
<content type='text'>
constructor from SBuffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constructor from SBuffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SBuffer class to hold a writable buffer that will</title>
<updated>2004-04-24T12:00:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-04-24T12:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4ef93d549401200d4e695d18889b26fc65c209c1'/>
<id>4ef93d549401200d4e695d18889b26fc65c209c1</id>
<content type='text'>
be used to construct an SString.
SContainer is superclass of both SBuffer and SString and
holds a char array allocation and size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be used to construct an SString.
SContainer is superclass of both SBuffer and SString and
holds a char array allocation and size.
</pre>
</div>
</content>
</entry>
<entry>
<title>SString::operator= more compatible with embedded \0 bytes.</title>
<updated>2004-04-12T05:44:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-04-12T05:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5e27ecc91420e4218c79dc733e7ddaa67464adb8'/>
<id>5e27ecc91420e4218c79dc733e7ddaa67464adb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>String code from Pavol Bosik used by Anjuta.</title>
<updated>2004-04-02T11:33:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-04-02T11:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b745b468bb0d82b3406b86325f69d18d7cf791c2'/>
<id>b745b468bb0d82b3406b86325f69d18d7cf791c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added startswith and endswith methods to SString.</title>
<updated>2004-03-04T11:50:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-03-04T11:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dce322d98d293baa17d155807746fbdd83ae81ee'/>
<id>dce322d98d293baa17d155807746fbdd83ae81ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bruce moved the constructors from number types out of line.</title>
<updated>2004-02-26T10:40:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-02-26T10:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4adadeb7ced618cc053403f133896fe1284a34a0'/>
<id>4adadeb7ced618cc053403f133896fe1284a34a0</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 Bruce Dodson to move length string methods</title>
<updated>2004-01-12T11:18:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2004-01-12T11:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60590dd936b2cbbdce7d620e1fa52a0e10ecfb9c'/>
<id>60590dd936b2cbbdce7d620e1fa52a0e10ecfb9c</id>
<content type='text'>
out of the header and into an implementation file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
out of the header and into an implementation file.
</pre>
</div>
</content>
</entry>
</feed>
