<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/input.c, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-01-11T00:49:27+00:00</updated>
<entry>
<title>py: Change type signature of builtin funs that take variable or kw args.</title>
<updated>2016-01-11T00:49:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-03T14:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b72b3a133ea87a1ef8b964508dc25c551ccf093'/>
<id>urn:sha1:4b72b3a133ea87a1ef8b964508dc25c551ccf093</id>
<content type='text'>
With this patch the n_args parameter is changed type from mp_uint_t to
size_t.
</content>
</entry>
<entry>
<title>py: Change struct and macro for builtin fun so they can be type checked.</title>
<updated>2016-01-03T11:53:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-03T11:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b0aab621baf081bf1cbeb38a29bd37fbc135cc7'/>
<id>urn:sha1:1b0aab621baf081bf1cbeb38a29bd37fbc135cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/input: Switch to POSIX I/O for history reading/writing.</title>
<updated>2015-11-16T05:40:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-16T05:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=79c4ec1102d1749ba2e05780158457fd27b0fcf9'/>
<id>urn:sha1:79c4ec1102d1749ba2e05780158457fd27b0fcf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: Add py/mphal.h and use it in all ports.</title>
<updated>2015-10-31T16:14:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=731f359292c0e2630873df1a19c5baac7287024f'/>
<id>urn:sha1:731f359292c0e2630873df1a19c5baac7287024f</id>
<content type='text'>
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
</content>
</entry>
<entry>
<title>unix: Print an extra newline to the output on ctrl-D</title>
<updated>2015-05-30T10:38:17+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-05-28T12:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=100004eeaf6c24f6c1b6e009ea60c991e29a8692'/>
<id>urn:sha1:100004eeaf6c24f6c1b6e009ea60c991e29a8692</id>
<content type='text'>
This assures the terminal prints it's prompt on a fresh line instead of
appending it to the uPy prompt after exit.
</content>
</entry>
<entry>
<title>unix: Add option to use uPy readline, and enable by default.</title>
<updated>2015-05-27T14:59:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-05-24T21:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ae3fc65235303322ef5282d3cdd4ca99a2c37cc'/>
<id>urn:sha1:9ae3fc65235303322ef5282d3cdd4ca99a2c37cc</id>
<content type='text'>
This gets uPy readline working with unix port, with tab completion and
history.  GNU readline is still supported, configure using
MICROPY_USE_READLINE variable.
</content>
</entry>
<entry>
<title>input.c: Fix line-endings after recent changes.</title>
<updated>2015-04-10T20:01:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-04-10T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d35ac956d1710cb688c4ee4d56e19a3ec1c34bbc'/>
<id>urn:sha1:d35ac956d1710cb688c4ee4d56e19a3ec1c34bbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Automatically fix incompatible readline build options.</title>
<updated>2015-04-09T13:35:16+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-04-09T10:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df1637c580457234d805154efea1c51a83b1136a'/>
<id>urn:sha1:df1637c580457234d805154efea1c51a83b1136a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Support readline history saving to file, improves interactive usage.</title>
<updated>2015-03-13T21:46:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-03-13T07:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1129de5ac09ac5b41a952021cbc7a9752c8c253f'/>
<id>urn:sha1:1129de5ac09ac5b41a952021cbc7a9752c8c253f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Prefix includes with py/; remove need for -I../py.</title>
<updated>2015-01-01T20:40:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-01T20:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d7e47087fa40a360aa38a576c245e797564dbbe'/>
<id>urn:sha1:6d7e47087fa40a360aa38a576c245e797564dbbe</id>
<content type='text'>
</content>
</entry>
</feed>
