summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
Commit message (Expand)AuthorAge
* unix: Allow to cat a script into stdin from the command line.Damien George2015-06-04
* unix: Allow to override default sys.path value.Paul Sokolovsky2015-05-30
* unix: Add option to use uPy readline, and enable by default.Damien George2015-05-27
* unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George2015-05-27
* unix: Print unhandled exception to stderr, like CPython does.Paul Sokolovsky2015-05-10
* unix: Make extra-coverage function callable from Python scripts.Damien George2015-05-08
* unix: Add special function to improve coverage.Damien George2015-05-08
* py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George2015-04-28
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* unix: Bump stack limit and adjust for 64-bitness.Paul Sokolovsky2015-03-21
* unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky2015-03-13
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* py, unix, stmhal: Allow to compile with -Wshadow.Damien George2015-01-20
* unix: Add target to build "minimal" uPy interpreter.Damien George2015-01-16
* py, unix: Allow to compile with -Wsign-compare.Damien George2015-01-16
* py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George2015-01-12
* py: Put all global state together in state structures.Damien George2015-01-07
* unix: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George2014-12-29
* unix/windows: Make sure that process exit code is portable 8-bit value.Paul Sokolovsky2014-12-19
* py: Make functions static where appropriate.Damien George2014-12-10
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* py: Optimise lexer by exposing lexer type.Damien George2014-12-05
* modmicropython: Move mem_info() and qstr_info() functions from unix port.Paul Sokolovsky2014-12-01
* unix: Allow -X heapsize number take 'w' specifier for word size adjustment.Paul Sokolovsky2014-11-05
* unix: Make -v dump memory info at exit.Paul Sokolovsky2014-10-26
* unix: Implement -m option (execute module from stdlib).Paul Sokolovsky2014-10-26
* unix/windows: Disable sigaction on windows port.Damien George2014-10-26
* py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George2014-10-25
* unix: Allow -X heapsize= option take numbers with K & M suffixes.Paul Sokolovsky2014-10-25
* py: Improve memory usage debugging; better GC AT dumping.Damien George2014-10-24
* unix: Make -c option parse input script as a file, as per CPython.Damien George2014-10-17
* unix: Rename "microsocket" module to "usocket".Paul Sokolovsky2014-10-09
* unix: Detect and print compile error.Damien George2014-10-05
* py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.Damien George2014-10-03
* unix: Do a proper clean-up on sys.exit/SystemExit.Damien George2014-10-01
* py: For malloc and vstr functions, use size_t exclusively for int type.Damien George2014-09-25
* py: Move definition of mp_sys_exit to core.Damien George2014-09-15
* py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George2014-08-30
* py: Make tuple and list use mp_int_t/mp_uint_t.Damien George2014-08-30
* py: Fix bug where GC collected native/viper/asm function data.Damien George2014-08-24
* py: Put SystemExit in builtin namespace.Damien George2014-08-16
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* Merge pull request #738 from dhylands/except-argsDamien George2014-07-29
|\
| * Add support for storing args during an exception raised by an irq.Dave Hylands2014-07-25
* | py: Implement __file__ attribute for modules.Paul Sokolovsky2014-07-28
|/
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* stackctrl: Add "mp_" prefix.Paul Sokolovsky2014-07-01
* windows: Sync mpconfigport.h with the unix' versionstijn2014-06-29
* py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky2014-06-27