<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openocd_libswd.git/src/flash/ocl/at91sam7x, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://trygvis.io/git/junk/openocd_libswd.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/junk/openocd_libswd.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/'/>
<updated>2009-12-03T12:24:49Z</updated>
<entry>
<title>change #include "ocl.h" to &lt;flash/nor/ocl.h&gt;</title>
<updated>2009-12-03T12:24:49Z</updated>
<author>
<name>Zachary T Welch</name>
<email>zw@superlucidity.net</email>
</author>
<published>2009-12-03T12:14:58Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=afb6d38bd52e508970cfcc4a0d26610f33f42875'/>
<id>urn:sha1:afb6d38bd52e508970cfcc4a0d26610f33f42875</id>
<content type='text'>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "ocl.h"

the following form should be used.

	#include &lt;flash/nor/ocl.h&gt;

The exception is from .c files in the same directory.
</content>
</entry>
<entry>
<title>src/flash: remove 'extern' and wrap headers</title>
<updated>2009-11-09T17:44:33Z</updated>
<author>
<name>Zachary T Welch</name>
<email>zw@superlucidity.net</email>
</author>
<published>2009-11-09T11:10:11Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=81fbc637185fb0007dbe84c866794800851295b5'/>
<id>urn:sha1:81fbc637185fb0007dbe84c866794800851295b5</id>
<content type='text'>
Removes 'extern' keywords from function prototypes in the flash headers.
Wraps long lines to fit into 80 columns.

Adds multiple inclusion protection for s3c2xx_nand.h.
</content>
</entry>
<entry>
<title>Remove annoying end-of-line whitespace from most src/*</title>
<updated>2009-09-21T18:40:55Z</updated>
<author>
<name>dbrownell</name>
<email>dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-09-21T18:40:55Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=86a7d813a165fda2816b8152342219b6c4ae2fc4'/>
<id>urn:sha1:86a7d813a165fda2816b8152342219b6c4ae2fc4</id>
<content type='text'>
files; omitted src/httpd


git-svn-id: svn://svn.berlios.de/openocd/trunk@2742 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>Remove whitespace at end of lines, step 1.</title>
<updated>2009-06-23T22:49:23Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:49:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=2e779198535580515dfa9c8bfe1f3fe08abdb84b'/>
<id>urn:sha1:2e779198535580515dfa9c8bfe1f3fe08abdb84b</id>
<content type='text'>
- Replace '\s*$' with ''.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>Remove whitespace that occurs before ')'.</title>
<updated>2009-06-23T22:47:42Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:47:42Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=dc575dc5bf8cb597a0e9a47794744ae6b1928087'/>
<id>urn:sha1:dc575dc5bf8cb597a0e9a47794744ae6b1928087</id>
<content type='text'>
- Replace '[ \t]*[)]' with ')'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>Remove whitespace that occurs after '('.</title>
<updated>2009-06-23T22:46:23Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:46:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=f90d8fa45f2d4c9d4b7990f198b232ee55cbb4e1'/>
<id>urn:sha1:f90d8fa45f2d4c9d4b7990f198b232ee55cbb4e1</id>
<content type='text'>
- Replace '([ \t]*' with '('.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2376 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '[&lt;&gt;]' whitespace</title>
<updated>2009-06-23T22:45:47Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:45:47Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa'/>
<id>urn:sha1:6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa</id>
<content type='text'>
- Replace ')\([&lt;&gt;]\)(' with ') \1 ('.
- Replace ')\([&lt;&gt;]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([&lt;&gt;]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([&lt;&gt;]\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '[|]' whitespace</title>
<updated>2009-06-23T22:45:15Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:45:15Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=fb1a9b2cb2f844a17d26dfeb3d26849364d93e26'/>
<id>urn:sha1:fb1a9b2cb2f844a17d26dfeb3d26849364d93e26</id>
<content type='text'>
- Replace ')\([|]\)(' with ') \1 ('.
- Replace ')\([|]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([|]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2374 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '+' whitespace</title>
<updated>2009-06-23T22:44:17Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:44:17Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=8959de9f679cfd0436d731fd91b88a68b9a75fa6'/>
<id>urn:sha1:8959de9f679cfd0436d731fd91b88a68b9a75fa6</id>
<content type='text'>
- Replace ')\(+\)(' with ') \1 ('.
- Replace ')\(+\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(+\)(' with '\1 \2 ('.
- Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2373 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '=' whitespace</title>
<updated>2009-06-23T22:42:54Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:42:54Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd_libswd.git/commit/?id=84df52f9ea78e2d71bde648a16b69d80404c6421'/>
<id>urn:sha1:84df52f9ea78e2d71bde648a16b69d80404c6421</id>
<content type='text'>
- Replace ')\(=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2372 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
</feed>
