summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
Commit message (Expand)AuthorAge
* 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
* py: Add portable framework to query/check C stack usage.Paul Sokolovsky2014-06-27
* unix: Dump default heap size in usage message.Paul Sokolovsky2014-06-24
* unix: uClibc doesn't like NULL as a buffer arg to realpath().Paul Sokolovsky2014-06-22
* unix: Fix path seperator used depending on OSstijn2014-06-05
* py: Instead of having "debug on" var, have "optimization level" var.Paul Sokolovsky2014-06-03
* unix: Properly print script filename in case of error.Paul Sokolovsky2014-06-03
* unix: 64-bit cleanness.Paul Sokolovsky2014-05-31
* unix: Add poorman's stack usage info to mem_info() dump.Paul Sokolovsky2014-05-31
* Add SystemExit exception and use it in unix/ and stmhal/ ports.Damien George2014-05-24
* Merge pull request #600 from stinos/unix-exitcodeDamien George2014-05-13
|\
| * unix: Use standard return codes for mainstijn2014-05-11
* | unix: Implement -O option to turn off __debug__ flag.Damien George2014-05-12
* | py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).Damien George2014-05-12
|/
* modsys, unix: Add sys.exit(), should be implemented by a port.Paul Sokolovsky2014-05-10
* Add input command for unixDave Hylands2014-05-07
* modgc: Add new module for GC-related functionality.Paul Sokolovsky2014-05-06
* py, unix: Add -v option, print bytecode dump if used.Paul Sokolovsky2014-05-05
* unix: Remove test class and code.Damien George2014-05-04
* Add license header to (almost) all files.Damien George2014-05-03
* Don't print git hash as well as git tag in banner.v1.0Damien George2014-05-03
* Merge branch 'master' of github.com:micropython/micropythonDamien George2014-05-03
|\
| * mingw: Add implementation of realpath()stijn2014-05-03
* | py: Print tag/version/git describe in uPy banner.Damien George2014-05-03
|/
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* unix windows: mingw32 doesn't have realpath(), use _fullpath() instead.Paul Sokolovsky2014-04-20
* unix mem_info(): Dump GC info only if it's enabled.Paul Sokolovsky2014-04-20
* unix modffi: Convert to static module structures.Paul Sokolovsky2014-04-18
* unix modsocket: Convert to static module structures.Paul Sokolovsky2014-04-17
* unix: Make mem_info() dump GC info too.Paul Sokolovsky2014-04-17
* unix modtime: Convert to static module structures.Paul Sokolovsky2014-04-17
* build: Simplify build directory layout by putting all headers in genhdr.Damien George2014-04-17
* py, unix: Convert sys module to static representation.Paul Sokolovsky2014-04-13
* unix: Add option to only compile, and not execute code.Damien George2014-04-10