<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/mpz.c, branch v1.4.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-03-12T22:48:45+00:00</updated>
<entry>
<title>py: Make some mpz functions static and remove unused ones.</title>
<updated>2015-03-12T22:48:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-12T15:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=848dd0e7620b086f984fc6254afc8202d5448a77'/>
<id>urn:sha1:848dd0e7620b086f984fc6254afc8202d5448a77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Clean up and comment out unused functions in mpz.</title>
<updated>2015-03-02T12:58:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-02T12:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2e383820d28dcf2167ae67089346ef5775cb669'/>
<id>urn:sha1:a2e383820d28dcf2167ae67089346ef5775cb669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Fix comparison of minus-zero long int.</title>
<updated>2015-01-27T17:47:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-27T17:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9dc9b8f6dc29d842f0a7427cc3cf068ae1cfbea'/>
<id>urn:sha1:a9dc9b8f6dc29d842f0a7427cc3cf068ae1cfbea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Fix issue in mpz_set_from_float() when mp_int_t is larger than float</title>
<updated>2015-01-24T20:54:28+00:00</updated>
<author>
<name>David Steinberg</name>
<email>david.steinberg.dev@gmail.com</email>
</author>
<published>2015-01-13T15:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d427b7ab79d1d45d6aef2f0bbb73c65373247df'/>
<id>urn:sha1:8d427b7ab79d1d45d6aef2f0bbb73c65373247df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Move mp_float_t related defines to misc.h</title>
<updated>2015-01-24T20:54:28+00:00</updated>
<author>
<name>David Steinberg</name>
<email>david.steinberg.dev@gmail.com</email>
</author>
<published>2015-01-13T15:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c585ad1020cf81cb277ecce77952f9c896ba7bbc'/>
<id>urn:sha1:c585ad1020cf81cb277ecce77952f9c896ba7bbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, unix: Allow to compile with -Wunused-parameter.</title>
<updated>2015-01-20T12:47:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-20T12:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ff8dd3f486afb0d6ff1427d8a6a8a8ed73baa660'/>
<id>urn:sha1:ff8dd3f486afb0d6ff1427d8a6a8a8ed73baa660</id>
<content type='text'>
See issue #699.
</content>
</entry>
<entry>
<title>py, unix: Allow to compile with -Wsign-compare.</title>
<updated>2015-01-16T17:47:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-16T17:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=963a5a3e82ded7ee75adae72ae7cb14796fa150e'/>
<id>urn:sha1:963a5a3e82ded7ee75adae72ae7cb14796fa150e</id>
<content type='text'>
See issue #699.
</content>
</entry>
<entry>
<title>py: Fix handling of "0" mpz in some functions.</title>
<updated>2015-01-09T20:58:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-09T20:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58056b0f4377bd93c6fa6d620a8527c94ebea08c'/>
<id>urn:sha1:58056b0f4377bd93c6fa6d620a8527c94ebea08c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Raise exception if trying to convert inf/nan to int.</title>
<updated>2015-01-02T23:04:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-02T23:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6fd4b36bc5dfbb6c6a3f85e14269589e6613d26d'/>
<id>urn:sha1:6fd4b36bc5dfbb6c6a3f85e14269589e6613d26d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Fix float to int conversion for large exponents.</title>
<updated>2015-01-02T22:31:41+00:00</updated>
<author>
<name>David Steinberg</name>
<email>david.steinberg.dev@gmail.com</email>
</author>
<published>2015-01-02T12:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6e0b6d02dbe238e6e3d675b51e44b2ac798ddd20'/>
<id>urn:sha1:6e0b6d02dbe238e6e3d675b51e44b2ac798ddd20</id>
<content type='text'>
</content>
</entry>
</feed>
