<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/lib/Utils/strbuf.c, branch 1.1.17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>Fixed a flaw in strbuf_prepend_str (affecting duplicate checker)</title>
<updated>2010-06-17T16:56:08+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-06-17T16:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a184a464af0e333800754e5b7e06df0c4d2c47fe'/>
<id>a184a464af0e333800754e5b7e06df0c4d2c47fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new fuctions and realloc replaced by xrealloc</title>
<updated>2010-06-04T09:25:13+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-06-04T09:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d5f79e3b0bd7cccab80411b0fc0731b08c30064e'/>
<id>d5f79e3b0bd7cccab80411b0fc0731b08c30064e</id>
<content type='text'>
new functions are prefixcmp and suffixcmp

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new functions are prefixcmp and suffixcmp

Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>strbuf_free_nobuf() returns allocated buffer</title>
<updated>2010-05-17T13:13:48+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-05-17T10:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d564bc6ed770602c59c02cb23973fd8eae8ffa97'/>
<id>d564bc6ed770602c59c02cb23973fd8eae8ffa97</id>
<content type='text'>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs project-wide code-style settings</title>
<updated>2010-04-09T08:46:27+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-04-09T08:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d74d9e7731aa5c2e8113237fe938adb252465c37'/>
<id>d74d9e7731aa5c2e8113237fe938adb252465c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed trailing whitespaces.</title>
<updated>2010-03-31T13:12:41+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-03-31T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=41d165340e8367d66719d5e306cdf55164f6b3c3'/>
<id>41d165340e8367d66719d5e306cdf55164f6b3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move backtrace parser from src/Backtrace to lib/Utils.</title>
<updated>2010-03-26T17:11:09+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-03-26T16:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=7ccd55eb10921e94a81b699a2c96cb1dc25515d1'/>
<id>7ccd55eb10921e94a81b699a2c96cb1dc25515d1</id>
<content type='text'>
Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace.
Move backtrace preprocessign code from abrt-backtrace to the parser.
Implemented new backtrace rating algorithm.
Added old bt rating algorithm to backtrace.c
Move strbuf to lib/Utils, and updated it to use xfuncs.
Created separate header for xfuncs.
Some functions in xfuncs marked as extern "c", so they can be used
in C code.
Merged backtrace fallback (independent_backtrace) "parser" into
backtrace.{h/c}.
Added option --rate to abrt-backtrace, to be able to use the new
backtrace rating algorithm in scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace.
Move backtrace preprocessign code from abrt-backtrace to the parser.
Implemented new backtrace rating algorithm.
Added old bt rating algorithm to backtrace.c
Move strbuf to lib/Utils, and updated it to use xfuncs.
Created separate header for xfuncs.
Some functions in xfuncs marked as extern "c", so they can be used
in C code.
Merged backtrace fallback (independent_backtrace) "parser" into
backtrace.{h/c}.
Added option --rate to abrt-backtrace, to be able to use the new
backtrace rating algorithm in scripts.
</pre>
</div>
</content>
</entry>
</feed>
