summaryrefslogtreecommitdiffstatshomepage
path: root/lib/mp-readline/readline.c
Commit message (Expand)AuthorAge
* lib/mp-readline: Export readline_push_history function.Damien George2015-05-27
* py, readline: Add tab autocompletion for REPL.Damien George2015-04-29
* mp-readline: Save "prompt" string in readline state.Damien George2015-04-29
* minimal: Allow to compile without defining MICROPY_HAL_H.Damien George2015-02-13
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
* py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.Damien George2015-01-29
* py: Change vstr so that it doesn't null terminate buffer by default.Damien George2015-01-28
* lib/mp-readline: Use simple VT100 commands to speed up line redraw.Damien George2015-01-25
* py, unix, lib: Allow to compile with -Wold-style-definition.Damien George2015-01-12
* lib/mp-readline: Refactor to support coroutine/event-driven usage.Paul Sokolovsky2015-01-12
* stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky2015-01-12