<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c, branch linux-only</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>In-progress: verify fully-declared structs.</title>
<updated>2012-06-12T08:35:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-12T08:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=837dde02d3ca8bba8c31b7e76883be98fac9943e'/>
<id>837dde02d3ca8bba8c31b7e76883be98fac9943e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verifying the typedefs, precisely enough to be able to</title>
<updated>2012-06-12T08:09:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-12T08:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e1fe00002359d1dfe3fdb52a8fb4fef32f3b1211'/>
<id>e1fe00002359d1dfe3fdb52a8fb4fef32f3b1211</id>
<content type='text'>
distinguish between "typedef int x" and "typedef long x"
even if the sizes of "int" and "long" are the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distinguish between "typedef int x" and "typedef long x"
even if the sizes of "int" and "long" are the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bah, forgot this (but the test doesn't fail?).</title>
<updated>2012-06-07T19:34:08+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T19:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b9ce82cf7b23604b31549c76140787faedbb1809'/>
<id>b9ce82cf7b23604b31549c76140787faedbb1809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for the special case of setting 1.</title>
<updated>2012-06-07T19:24:57+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b7769de60ed7918bdf96b847d1313a574d05428f'/>
<id>b7769de60ed7918bdf96b847d1313a574d05428f</id>
<content type='text'>
Test and fix the exact error message on Python 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test and fix the exact error message on Python 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test (by changing it), and fix the test (by changing the tested</title>
<updated>2012-06-07T19:14:14+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T19:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d00a0dc26f34f8adb879bd2008b651b5ac3ac940'/>
<id>d00a0dc26f34f8adb879bd2008b651b5ac3ac940</id>
<content type='text'>
code).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code).
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "new" to "newp" in the test too.</title>
<updated>2012-06-07T19:11:13+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T19:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9dfcc214c846ce7f869d87ddc62afacab13fc728'/>
<id>9dfcc214c846ce7f869d87ddc62afacab13fc728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A failing test.</title>
<updated>2012-06-07T19:09:29+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T19:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7ec2834a504c33dcde5ce71ebde2801dfdd8e143'/>
<id>7ec2834a504c33dcde5ce71ebde2801dfdd8e143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the types, and mention a potential addition of wchar_t.</title>
<updated>2012-06-07T18:20:11+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-07T18:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=12e1ed27e48fddd09ee7141a93c54fd81db70f17'/>
<id>12e1ed27e48fddd09ee7141a93c54fd81db70f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor stuff</title>
<updated>2012-06-06T20:22:33+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-06T20:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2b27989a97a484d354dbd091717e6974eb2a1d7e'/>
<id>2b27989a97a484d354dbd091717e6974eb2a1d7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for the C backend.</title>
<updated>2012-06-06T19:29:59+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-06T19:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=63efc26b7f8e0cdc14b8599d36575eee4f0291d0'/>
<id>63efc26b7f8e0cdc14b8599d36575eee4f0291d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
