summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexerunix.c
Commit message (Expand)AuthorAge
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Optimise lexer by exposing lexer type.Damien George2014-12-05
* py: Add further checks for failed malloc in lexer init functions.Damien George2014-10-09
* py: Change lexer stream API to return bytes not chars.Damien George2014-07-30
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Tidy up some configuration options.Damien George2014-05-21
* Add license header to (almost) all files.Damien George2014-05-03
* py: Fix lexerunix, where not all data may be read from a file.Damien George2014-04-28
* py: Adjust #includes in lexerunix.c.Damien George2014-04-13
* py: don't look for any additional headers when lexerunix is disabledIlya Dmitrichenko2014-04-12
* Make lexerunix not allocate RAM for the entire script.Damien George2014-04-10
* py: Clean up includes.xbe2014-03-17
* Remove older import helpers, no longer used.Paul Sokolovsky2014-02-05
* Implement support for sys.path when loading modules.Paul Sokolovsky2014-02-05
* Implement mp_parse_node_free; print properly repr(string).Damien George2014-01-25
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* Move lexerstr to main py directory (everyone uses it).Damien George2014-01-08
* Factor and simplify Makefile's and mpconfig, part 2.Damien George2014-01-07
* Basic implementation of import.Damien George2014-01-03
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* Handle return value of read() call.Paul Sokolovsky2013-12-29
* Add unix-cpy, used to test Micro Python byte code against CPython.Damien2013-12-29