| Age | Commit message (Expand) | Author |
| 2015-12-31 | lib/libc/string0: Use uintptr_t instead of uint32_t. | Damien George |
| 2015-12-26 | lib/utils: Add pyexec_frozen_module to load and execute frozen module. | Damien George |
| 2015-12-18 | lib/libm: Allow math funcs to be used by non-Thumb archs. | Damien George |
| 2015-12-12 | lib/utils/printf: Add vsnprintf alias for Clang. | Paul Sokolovsky |
| 2015-12-10 | lib/utils/printf: Apply workaround for static linking with uclibc. | Paul Sokolovsky |
| 2015-11-29 | py: Change mp_print_strn_t func type to use size_t for the str length. | Damien George |
| 2015-11-23 | lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. | Paul Sokolovsky |
| 2015-11-22 | lib/utils/printf: Fix issue with putchar define for some ports. | Paul Sokolovsky |
| 2015-11-22 | lib/utils/printf: Add extra prototypes. | Paul Sokolovsky |
| 2015-11-22 | unix: Use printf() implementation in terms of mp_printf(). | Paul Sokolovsky |
| 2015-11-21 | py/emitglue: Host definition of mp_verbose_flag. | Paul Sokolovsky |
| 2015-11-10 | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky |
| 2015-11-09 | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George |
| 2015-11-08 | lib/fatfs: Unify fatfs configuration. | Alex March |
| 2015-11-07 | lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. | Damien George |
| 2015-11-04 | lib/memzip: Factor out memzip from teensy/ into lib/memzip. | Dave Hylands |
| 2015-11-03 | lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL". | Damien George |
| 2015-10-31 | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-26 | lib: Replace tabs with spaces in readline.c | stijn |
| 2015-10-23 | lib/lwip: Add LwIP stack as a submodule in the library directory | Galen Hazelwood |
| 2015-10-20 | lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor. | Damien George |
| 2015-10-17 | lib/libffi: Add libffi as a submodule. | Paul Sokolovsky |
| 2015-10-11 | repl: Add paste mode to friendly REPL, entered via CTRL-E. | Damien George |
| 2015-10-04 | lib/axtls: Update submodule, adds .gitignore . | Paul Sokolovsky |
| 2015-10-04 | lib/axtls: Add axtls git submodule, dependency of modussl. | Paul Sokolovsky |
| 2015-09-12 | lib/mp-readline: Add auto-indent support. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-05-30 | lib/mp-readline: Allow overriding implementation of cursor functions | stijn |
| 2015-05-30 | lib/mp-readline: Add implementation for deleting a character | stijn |
| 2015-05-27 | lib/mp-readline: Export readline_push_history function. | Damien George |
| 2015-05-21 | lib: Fix some issues in timeutils | Dave Hylands |
| 2015-05-13 | lib: Move time utility functions to common library. | Josef Gajdusek |
| 2015-05-04 | lib: Move some common mod_network_* functions to lib/netutils. | Josef Gajdusek |
| 2015-04-29 | py, readline: Add tab autocompletion for REPL. | Damien George |
| 2015-04-29 | mp-readline: Save "prompt" string in readline state. | Damien George |
| 2015-04-28 | lib/libc: Add memchr. We already have strchr, but memchr is useful too. | Daniel Campora |
| 2015-04-18 | lib/libc/string0.c: Remove include of std.h, replace with string.h. | Damien George |
| 2015-04-11 | lib/fatfs: Space optimise the ff_wtoupper function. | Damien George |
| 2015-04-05 | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky |
| 2015-03-29 | lib: Update FatFs to R0.11. | Daniel Campora |
| 2015-02-22 | lib/libm: Add implementations of erf, erfc, lgamma, tgamma. | Damien George |
| 2015-02-13 | 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-01-29 | py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. | Damien George |
| 2015-01-28 | py: Change vstr so that it doesn't null terminate buffer by default. | Damien George |
| 2015-01-25 | lib/mp-readline: Use simple VT100 commands to speed up line redraw. | Damien George |
| 2015-01-22 | lib/libm: Add frexp and modf functions; use in stmhal; add tests. | Damien George |
| 2015-01-12 | py: Allow to compile with -Wstrict-prototypes. | Damien George |
| 2015-01-12 | py, unix, lib: Allow to compile with -Wold-style-definition. | Damien George |