<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/CLI/report.cpp, branch 1.0.2</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>abrt-cli: report success/failure of reporting. closes bug 71</title>
<updated>2009-12-11T15:43:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-12-11T15:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=890f62322fc8fee262e39a10428b1a2489edf267'/>
<id>890f62322fc8fee262e39a10428b1a2489edf267</id>
<content type='text'>
See https://fedorahosted.org/abrt/ticket/71

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://fedorahosted.org/abrt/ticket/71

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>src/CLI/*: fix an unterminated argv + simplifications</title>
<updated>2009-10-31T02:38:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-31T02:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=b75a8f795fc1ea7a4604c09d65d91a75ddbbbbea'/>
<id>b75a8f795fc1ea7a4604c09d65d91a75ddbbbbea</id>
<content type='text'>
The fix is:

-  const char *args[6];
-  args[0] = editor;
-  args[1] = path;
+  char *args[3];
+  args[0] = (char*)editor;
+  args[1] = (char*)path;
+  args[2] = NULL;
   run_command(args);

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix is:

-  const char *args[6];
-  args[0] = editor;
-  args[1] = path;
+  char *args[3];
+  args[0] = (char*)editor;
+  args[1] = (char*)path;
+  args[2] = NULL;
   run_command(args);

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warning and whitespace damage</title>
<updated>2009-10-21T13:49:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-21T13:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f824969d3a8e77a41dac30997b47a0268cc01cbd'/>
<id>f824969d3a8e77a41dac30997b47a0268cc01cbd</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use defines instead of strings where possible.</title>
<updated>2009-10-21T12:55:32+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-21T12:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c5cbf4ac39edb168810eb94a55c3282aa30b0620'/>
<id>c5cbf4ac39edb168810eb94a55c3282aa30b0620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell user about sending the report.</title>
<updated>2009-10-20T15:54:53+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T15:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=908ba185ac9651945f4c4c4f8fb5155875cd246c'/>
<id>908ba185ac9651945f4c4c4f8fb5155875cd246c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inform whether some changes were detected in the crash report.</title>
<updated>2009-10-20T15:47:59+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T15:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e1a887790d3e98f695f9f88e4d12dd675c7211b9'/>
<id>e1a887790d3e98f695f9f88e4d12dd675c7211b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More comments.</title>
<updated>2009-10-20T15:11:08+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T15:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c88b42d31d786dddf4dda5a4beb6bc34a405fecc'/>
<id>c88b42d31d786dddf4dda5a4beb6bc34a405fecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print error on unlink failure.</title>
<updated>2009-10-20T14:49:10+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T14:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=8ea7097910579362f994ceaf17b9d256ce894826'/>
<id>8ea7097910579362f994ceaf17b9d256ce894826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code comments. Better UI texts.</title>
<updated>2009-10-20T14:45:15+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T14:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f16349195d117198603d6c951b7af434afda2339'/>
<id>f16349195d117198603d6c951b7af434afda2339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial implementation of crash report editor. Splitted CLI.cpp into multiple files for clarity.</title>
<updated>2009-10-20T13:54:05+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T13:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=9e8a1ba0c9ddfa0108050f6fedc88de63b4b7c3f'/>
<id>9e8a1ba0c9ddfa0108050f6fedc88de63b4b7c3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
