aboutsummaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2016-04-28unix/Makefile: Make install more compatible (BSD, etc.).Martin Müller
2016-04-19unix: Make sure build dir exists before accessing it for freezing upip.Paul Sokolovsky
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-04-13lib/utils/printf: Rework overriding printer of DEBUG_printf().Paul Sokolovsky
2016-04-11unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.Paul Sokolovsky
2016-04-08unix: freedos strip and size names for binariespohmelie
2016-04-04unix/modsocket: Use mp_const_empty_map instead of creating empty map.Paul Sokolovsky
2016-04-03unix: djgpp errno.h have no ENOTSUP, so define it to Linux value.pohmelie
2016-04-02unix/file: "encoding" arg to open() isn't kw-only.Paul Sokolovsky
2016-04-02unix/file: Parse "buffering" argument of open() builtin.Paul Sokolovsky
2016-04-01unix: implement -i option (inspect - start REPL after script is finished)Pavol Rusnak
2016-03-27unix/unix_mphal: Hack to make uos.dupterm() actually work.Paul Sokolovsky
2016-03-02unix/modsocket: Add comment regarding close() error checking (which is none).Paul Sokolovsky
2016-02-25unix: Enabled importing of persistent bytecode (.mpy files).Damien George
2016-02-15extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.Paul Sokolovsky
2016-02-15extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky
2016-02-15py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.Paul Sokolovsky
2016-02-14unix: Enable VfsFat support.Paul Sokolovsky
2016-02-06unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY.Paul Sokolovsky
2016-02-01py/mpprint: Fix sign extension when printf'ing %u, %x and %X.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-29unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor.Paul Sokolovsky
2016-01-28lib/utils/printf: Fix printf on release buildsDave Hylands
2016-01-27unix/modsocket: sockaddr(): Handle AF_INET6 addresses.Paul Sokolovsky
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-21unix/modsocket: accept(): Make IPv6-clean.Paul Sokolovsky
2016-01-17extmod/modurandom: Add "urandom" module.Paul Sokolovsky
2016-01-15unix/modffi: Allow to compile modffi in OBJ_REPR_D mode.Damien George
2016-01-15unix/.gitignore: Add nanbox build output to ignore list.Damien George
2016-01-15unix: Add option to build 64-bit NaN-boxing interpreter.Damien George
2016-01-11unix: Allow to build coverage build with OBJ_REPR_D.Damien George
2016-01-11unix: Add socket.inet_ntop functionDave Hylands
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2016-01-11py: Change type of .make_new and .call args: mp_uint_t becomes size_t.Damien George
2016-01-10unix/modtime: strftime(): Support 2nd argument, but as time_t value.Paul Sokolovsky
2016-01-03py: Change struct and macro for builtin fun so they can be type checked.Damien George
2016-01-02unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.Damien George
2016-01-02unix/.gitignore: Ignore gcov files.Paul Sokolovsky
2016-01-01unix/unix_mphal: Be sure to wrap dupterm code with MICROPY_PY_OS_DUPTERM.Paul Sokolovsky
2016-01-01unix/unix_mphal: Handle exceptions in call to dupterm's .read().Paul Sokolovsky
2016-01-01extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.Paul Sokolovsky
2016-01-01py: Clean up instantiation of dupterm object.Paul Sokolovsky
2016-01-01py/mpconfig: Make configuration of dupterm object reusable.Paul Sokolovsky
2016-01-01extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.Paul Sokolovsky
2015-12-28unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.Paul Sokolovsky
2015-12-23unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.Paul Sokolovsky