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