summaryrefslogtreecommitdiff
path: root/unix/input.c
AgeCommit message (Expand)Author
2015-05-30unix: Print an extra newline to the output on ctrl-Dstijn
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-04-10input.c: Fix line-endings after recent changes.Paul Sokolovsky
2015-04-09unix: Automatically fix incompatible readline build options.stijn
2015-03-13unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2014-06-25unix: Remove unused CTRL-D definitionstijn
2014-05-25Change const byte* to const char* where sensible.Damien George
2014-05-07unix: Add missing stdio.h header for readline.Damien George
2014-05-07Add input command for unixDave Hylands