summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
Commit message (Expand)AuthorAge
* 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
* unix: Oops, remove nlr_jump test in main.Damien George2014-04-08
* Add a check for NULL nlr_top in nlr_jump.Damien George2014-04-08
* Improve REPL detecting when input needs to continue.Damien George2014-04-08
* unix, windows: There's no "help" builtin.Paul Sokolovsky2014-04-08
* Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George2014-04-07
* py: Add option to compiler to specify default code emitter.Damien George2014-04-06
* unix: Use STATIC modifier to enable code size analysis via map file.Paul Sokolovsky2014-04-04
* unix: Routines related to terminal reading should use system malloc.Paul Sokolovsky2014-04-04
* unix: Allocate more heap memory by default on 64 bit machines.Damien George2014-04-04
* unix: Use argv[0] for command name in usage.Paul Sokolovsky2014-04-02
* unix: Support #if-able impl-specific cmdline options.Paul Sokolovsky2014-04-02
* unix: Properly recognize and report when script on cmdline not found.Paul Sokolovsky2014-04-02
* py: Remove old "run time" functions that were 1 liners.Damien George2014-03-31
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26
* Change mp_method_t.name from const char * to qstr.Damien George2014-03-26
* unix: Clean up includes.xbe2014-03-16
* unix: Make usage info reflect actual usage of -X option.Damien George2014-03-08
* Implement ROMable modules. Add math module.Damien George2014-03-08
* unix: Add to usage print-out telling about -X option.Damien George2014-03-04
* unix: Allow to set heap size using "-X heapsize=N" option.Paul Sokolovsky2014-03-04
* Make DEBUG_printf() a proper function, implementation is port-dependent.Paul Sokolovsky2014-02-16
* Implement proper exception type hierarchy.Damien George2014-02-15
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Allow ports to define statically builtin functions.Paul Sokolovsky2014-02-14
* unix: Implement garbage collection support.Paul Sokolovsky2014-02-11
* Rename str_join -> strjoin to make it not clash with objstr's one.Paul Sokolovsky2014-02-11
* Rename "rawsocket" module to "microsocket".Paul Sokolovsky2014-02-08
* Search paths properly on import and execute __init__.py if it exists.Damien George2014-02-05
* Remove older import helpers, no longer used.Paul Sokolovsky2014-02-05
* unix: Be sure to add current/base dir of a script to sys.path.Paul Sokolovsky2014-02-05
* unix: Initialize sys.path from MICROPYPATH environment variable.Paul Sokolovsky2014-02-05
* unix: Add basic time module (with time() and clock() functions).Paul Sokolovsky2014-02-02