aboutsummaryrefslogtreecommitdiff
path: root/extmod/uos_dupterm.c
AgeCommit message (Expand)Author
2017-10-19extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2016-10-26extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky