aboutsummaryrefslogtreecommitdiff
path: root/unix/main.c
AgeCommit message (Expand)Author
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-21unix: Bump stack limit and adjust for 64-bitness.Paul Sokolovsky
2015-03-13unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-20py, unix, stmhal: Allow to compile with -Wshadow.Damien George
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2015-01-16py, unix: Allow to compile with -Wsign-compare.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-29py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George
2014-12-19unix/windows: Make sure that process exit code is portable 8-bit value.Paul Sokolovsky
2014-12-10py: Make functions static where appropriate.Damien George
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-12-05py: Optimise lexer by exposing lexer type.Damien George
2014-12-01modmicropython: Move mem_info() and qstr_info() functions from unix port.Paul Sokolovsky
2014-11-05unix: Allow -X heapsize number take 'w' specifier for word size adjustment.Paul Sokolovsky
2014-10-26unix: Make -v dump memory info at exit.Paul Sokolovsky
2014-10-26unix: Implement -m option (execute module from stdlib).Paul Sokolovsky
2014-10-26unix/windows: Disable sigaction on windows port.Damien George
2014-10-25py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George
2014-10-25unix: Allow -X heapsize= option take numbers with K & M suffixes.Paul Sokolovsky
2014-10-24py: Improve memory usage debugging; better GC AT dumping.Damien George
2014-10-17unix: Make -c option parse input script as a file, as per CPython.Damien George
2014-10-09unix: Rename "microsocket" module to "usocket".Paul Sokolovsky
2014-10-05unix: Detect and print compile error.Damien George
2014-10-03py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.Damien George
2014-10-01unix: Do a proper clean-up on sys.exit/SystemExit.Damien George
2014-09-25py: For malloc and vstr functions, use size_t exclusively for int type.Damien George
2014-09-15py: Move definition of mp_sys_exit to core.Damien George
2014-08-30py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George
2014-08-30py: Make tuple and list use mp_int_t/mp_uint_t.Damien George
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-16py: Put SystemExit in builtin namespace.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-07-29Merge pull request #738 from dhylands/except-argsDamien George
2014-07-28py: Implement __file__ attribute for modules.Paul Sokolovsky
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-06-29windows: Sync mpconfigport.h with the unix' versionstijn
2014-06-27py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky
2014-06-27py: Add portable framework to query/check C stack usage.Paul Sokolovsky
2014-06-24unix: Dump default heap size in usage message.Paul Sokolovsky
2014-06-22unix: uClibc doesn't like NULL as a buffer arg to realpath().Paul Sokolovsky
2014-06-05unix: Fix path seperator used depending on OSstijn
2014-06-03py: Instead of having "debug on" var, have "optimization level" var.Paul Sokolovsky
2014-06-03unix: Properly print script filename in case of error.Paul Sokolovsky
2014-05-31unix: 64-bit cleanness.Paul Sokolovsky
2014-05-31unix: Add poorman's stack usage info to mem_info() dump.Paul Sokolovsky