<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/src/xsvf, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/src/xsvf?h=master</id>
<link rel='self' href='https://git.amat.us/openocd/atom/src/xsvf?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2020-01-16T09:44:33Z</updated>
<entry>
<title>xsvf: fix memory leak</title>
<updated>2020-01-16T09:44:33Z</updated>
<author>
<name>Tomas Vanek</name>
<email>vanekt@fbl.cz</email>
</author>
<published>2019-12-20T22:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=35d9bf9917fc9c00a6b8e941a5479e85878ef33c'/>
<id>urn:sha1:35d9bf9917fc9c00a6b8e941a5479e85878ef33c</id>
<content type='text'>
Discovered by clang static analyzer.

Change-Id: I2980586aea5ee43226adb1f4cf72e7ba1dfddd83
Signed-off-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
Reviewed-on: http://openocd.zylin.com/5372
Tested-by: jenkins
Reviewed-by: Oleksij Rempel &lt;linux@rempel-privat.de&gt;
</content>
</entry>
<entry>
<title>helper/command: change prototype of command_print/command_print_sameline</title>
<updated>2019-05-14T18:37:11Z</updated>
<author>
<name>Antonio Borneo</name>
<email>borneo.antonio@gmail.com</email>
</author>
<published>2019-04-03T08:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6cb5ba6f1136df2986850f5c176cb38e34ca1795'/>
<id>urn:sha1:6cb5ba6f1136df2986850f5c176cb38e34ca1795</id>
<content type='text'>
To prepare for handling TCL return values consistently, all calls
to command_print/command_print_sameline should switch to CMD as
first parameter.

Change prototype of command_print() and command_print_sameline()
to pass CMD instead of CMD_CTX.
Since the first parameter is currently not used, the change can be
done though scripts without manual coding.
This patch is created using the command:
	sed -i PATTERN $(find src/ doc/ -type f)
with all the following patters:
	's/\(command_print(cmd\)-&gt;ctx,/\1,/'
	's/\(command_print(CMD\)_CTX,/\1,/'
	's/\(command_print(struct command_\)context \*context,/\1invocation *cmd,/'
	's/\(command_print_sameline(cmd\)-&gt;ctx,/\1,/'
	's/\(command_print_sameline(CMD\)_CTX,/\1,/'
	's/\(command_print_sameline(struct command_\)context \*context,/\1invocation *cmd,/'

This change is inspired by http://openocd.zylin.com/1815 from Paul
Fertser but is now done through scripting.

Change-Id: I3386d8f96cdc477e7a2308dd18269de3bed04385
Signed-off-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/5081
Tested-by: jenkins
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
</content>
</entry>
<entry>
<title>Convert to non-recursive make</title>
<updated>2016-12-08T16:23:10Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2016-11-06T19:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=5be455a710c57bbbbd49c2d671b42098db7be5dc'/>
<id>urn:sha1:5be455a710c57bbbbd49c2d671b42098db7be5dc</id>
<content type='text'>
Change-Id: I11f8bc8553957e2ff083c09e72e16881e4d3bb6f
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3865
Tested-by: jenkins
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make #include guard naming consistent</title>
<updated>2016-05-24T21:30:55Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2015-09-21T19:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0'/>
<id>urn:sha1:d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0</id>
<content type='text'>
Change-Id: Ie13e8af0bb74ed290f811dcad64ad06c9d8cb4fa
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/2956
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove FSF address from GPL notices</title>
<updated>2016-05-24T21:30:01Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2016-05-16T20:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69'/>
<id>urn:sha1:d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69</id>
<content type='text'>
Also make GPL notices consistent according to:
https://www.gnu.org/licenses/gpl-howto.html

Change-Id: I84c9df40a774958a7ed91460c5d931cfab9f45ba
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/3488
Tested-by: jenkins
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>xsvf: output a warning suggesting using SVF</title>
<updated>2015-11-30T10:11:16Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2015-08-07T08:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=893de2fe95d77aad598ceaa8149e50f9253da0d9'/>
<id>urn:sha1:893de2fe95d77aad598ceaa8149e50f9253da0d9</id>
<content type='text'>
Change-Id: Iff13019aa96c528268a2be029b4acd65a00a598e
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2907
Tested-by: jenkins
</content>
</entry>
<entry>
<title>update files to correct FSF address</title>
<updated>2013-06-05T19:52:42Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2013-06-02T19:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=08d4411b59dd8bd0e7d8009003b71d23acbf6eee'/>
<id>urn:sha1:08d4411b59dd8bd0e7d8009003b71d23acbf6eee</id>
<content type='text'>
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1426
Tested-by: jenkins
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: cleanup src/xsvf directory</title>
<updated>2012-02-06T10:45:43Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-01-27T16:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=f7772ccb490c3f26a17a0fd15a251ffc5f49e262'/>
<id>urn:sha1:f7772ccb490c3f26a17a0fd15a251ffc5f49e262</id>
<content type='text'>
Change-Id: I5325980b240fba841d8cce81985f4da369ad9052
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/410
Tested-by: jenkins
</content>
</entry>
<entry>
<title>xsvf: fix clang warning</title>
<updated>2012-01-12T20:38:51Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-01-09T21:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=06d1580ff77e6b685af07f15fa01710de85c4c2e'/>
<id>urn:sha1:06d1580ff77e6b685af07f15fa01710de85c4c2e</id>
<content type='text'>
clang reports 'Function call argument is an uninitialized value'.

Change-Id: I50f4a7932b59930a5f1e3ece70b12c59e85ea3c6
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/360
Tested-by: jenkins
Reviewed-by: Øyvind Harboe &lt;oyvindharboe@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change return value on error.</title>
<updated>2012-01-04T17:56:46Z</updated>
<author>
<name>Mathias K</name>
<email>kesmtp@freenet.de</email>
</author>
<published>2011-12-16T06:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=16b6b5e7a86353dbc0c4823fe3d772c0faca7c1c'/>
<id>urn:sha1:16b6b5e7a86353dbc0c4823fe3d772c0faca7c1c</id>
<content type='text'>
On wrong parameters a error is signalized to the calling function.

Change-Id: I484443fdb39938e20382edc9246d5ec546a5c960
Signed-off-by: Mathias K &lt;kesmtp@freenet.de&gt;
Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
Reviewed-on: http://openocd.zylin.com/282
Tested-by: jenkins
Reviewed-by: Øyvind Harboe &lt;oyvindharboe@gmail.com&gt;
</content>
</entry>
</feed>
