<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asa.git</title>
<subtitle>official asa repository</subtitle>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/'/>
<entry>
<title>asa 0.3.3</title>
<updated>2010-11-08T23:03:38Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-11-08T23:03:38Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=370a81cb3474495effe5b27d84cb3d0482b4c7ab'/>
<id>370a81cb3474495effe5b27d84cb3d0482b4c7ab</id>
<content type='text'>
bump version number for fixes release...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bump version number for fixes release...
</pre>
</div>
</content>
</entry>
<entry>
<title>csri: build (static) helper libraries with -fPIC</title>
<updated>2010-11-08T22:57:51Z</updated>
<author>
<name>Dominique Leuenberger</name>
<email>dominique@messiah.leuenberger.net</email>
</author>
<published>2010-11-08T22:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=1e5ab67d1212b2346fc4e4f963a8fa97933e0189'/>
<id>1e5ab67d1212b2346fc4e4f963a8fa97933e0189</id>
<content type='text'>
these libraries are designed to be linked into other code; the static
library is just packaging. compile them with -fPIC so they can be used
from libraries and PIE executables.

From: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these libraries are designed to be linked into other code; the static
library is just packaging. compile them with -fPIC so they can be used
from libraries and PIE executables.

From: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>imports: fix use of uninitialized next pointer</title>
<updated>2010-11-08T22:51:48Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-11-08T22:51:48Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=1ad952dfc6dac89bfd4ec5a8e6b9a11c9e144bb0'/>
<id>1ad952dfc6dac89bfd4ec5a8e6b9a11c9e144bb0</id>
<content type='text'>
parsing the import specifications, the next pointer of the last
detection pattern would actually come from uninitialized malloc'ed
memory.

fix it to use zero-initialized memory.

Reported-by: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parsing the import specifications, the next pointer of the last
detection pattern would actually come from uninitialized malloc'ed
memory.

fix it to use zero-initialized memory.

Reported-by: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>imports: fix C++ naming problem</title>
<updated>2010-11-08T22:34:28Z</updated>
<author>
<name>Dominique Leuenberger</name>
<email>dominique@messiah.leuenberger.net</email>
</author>
<published>2010-11-08T22:34:28Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=bfb8569c18580069b2c9f7371ca9e4f94f11659d'/>
<id>bfb8569c18580069b2c9f7371ca9e4f94f11659d</id>
<content type='text'>
Latest gcc gives a warning about pcre *pcre in a struct. Type and name
are not supposed to be the same.

Fix by renaming pcre to pcregex.

From: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest gcc gives a warning about pcre *pcre in a struct. Type and name
are not supposed to be the same.

Fix by renaming pcre to pcregex.

From: Dominique Leuenberger &lt;dominique@messiah.leuenberger.net&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some wrong integer sizes in lexer</title>
<updated>2010-05-09T17:05:26Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-05-09T17:05:26Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=735eafc7da8df3cdb23745b3510f2c52f808cc7f'/>
<id>735eafc7da8df3cdb23745b3510f2c52f808cc7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix C++ new keyword use</title>
<updated>2010-05-09T17:03:18Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-05-09T17:03:18Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=1197f2676c1c5bec3ba909756d65b6153b860dcc'/>
<id>1197f2676c1c5bec3ba909756d65b6153b860dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>csri: fix strict-aliasing in loader</title>
<updated>2010-05-09T17:02:04Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-05-09T17:02:04Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=7ef933606dcce883c13f4963a427104a3289fef3'/>
<id>7ef933606dcce883c13f4963a427104a3289fef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>csri: fix subhelp arg-as-format-string</title>
<updated>2010-05-09T17:01:21Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2010-05-09T17:01:21Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=28c4b2f9ab320c3fa232b51c28ec173bc70da706'/>
<id>28c4b2f9ab320c3fa232b51c28ec173bc70da706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>csri: fix autotools complaints about windows c++ source</title>
<updated>2009-03-08T02:33:14Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2009-03-08T02:33:14Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=75950c25179f7c86416485718ac3c23a59c3cfc7'/>
<id>75950c25179f7c86416485718ac3c23a59c3cfc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>relicense as BSD</title>
<updated>2009-03-08T02:28:45Z</updated>
<author>
<name>David Lamparter</name>
<email>equinox@diac24.net</email>
</author>
<published>2009-03-08T02:28:45Z</published>
<link rel='alternate' type='text/html' href='http://git.spaceboyz.net/asa.git/commit/?id=c1290d16f31802c88b8a3cbe62be6da4b9100cc6'/>
<id>c1290d16f31802c88b8a3cbe62be6da4b9100cc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>

