aboutsummaryrefslogtreecommitdiff
path: root/unix/main.c
AgeCommit message (Expand)Author
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
2014-05-24Add SystemExit exception and use it in unix/ and stmhal/ ports.Damien George
2014-05-13Merge pull request #600 from stinos/unix-exitcodeDamien George
2014-05-12unix: Implement -O option to turn off __debug__ flag.Damien George
2014-05-12py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).Damien George
2014-05-11unix: Use standard return codes for mainstijn
2014-05-10modsys, unix: Add sys.exit(), should be implemented by a port.Paul Sokolovsky
2014-05-07Add input command for unixDave Hylands
2014-05-06modgc: Add new module for GC-related functionality.Paul Sokolovsky
2014-05-05py, unix: Add -v option, print bytecode dump if used.Paul Sokolovsky
2014-05-04unix: Remove test class and code.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03Don't print git hash as well as git tag in banner.Damien George
2014-05-03Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-05-03mingw: Add implementation of realpath()stijn
2014-05-02py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-20unix windows: mingw32 doesn't have realpath(), use _fullpath() instead.Paul Sokolovsky
2014-04-20unix mem_info(): Dump GC info only if it's enabled.Paul Sokolovsky
2014-04-18unix modffi: Convert to static module structures.Paul Sokolovsky
2014-04-17unix modsocket: Convert to static module structures.Paul Sokolovsky
2014-04-17unix: Make mem_info() dump GC info too.Paul Sokolovsky
2014-04-17unix modtime: Convert to static module structures.Paul Sokolovsky
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky
2014-04-10unix: Add option to only compile, and not execute code.Damien George
2014-04-08unix: Oops, remove nlr_jump test in main.Damien George
2014-04-08Add a check for NULL nlr_top in nlr_jump.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-08unix, windows: There's no "help" builtin.Paul Sokolovsky
2014-04-07Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-04-04unix: Use STATIC modifier to enable code size analysis via map file.Paul Sokolovsky
2014-04-04unix: Routines related to terminal reading should use system malloc.Paul Sokolovsky
2014-04-04unix: Allocate more heap memory by default on 64 bit machines.Damien George