| Age | Commit message (Expand) | Author |
| 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 |
| 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 |
| 2014-12-30 | stmhal: Add fake implementation of __aeabi_f2lz(). | Paul Sokolovsky |
| 2014-12-27 | lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. | Damien George |
| 2014-12-27 | lib/fatfs: Support our volume names; make some funcs static. | Damien George |
| 2014-12-27 | lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. | Damien George |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-09-18 | lib: Add basic README. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George |
| 2014-08-29 | lib, libm: Add back dummy definition of tanf. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |