- 26 Jan, 2014 1 commit
-
-
Damien George authored
-
- 25 Jan, 2014 13 commits
-
-
Damien George authored
Fixed dependency problem for qstrdefs.generated.h
-
Dave Hylands authored
The problem manifests itself in make 4.0 I also fixed the LINK message when linking the final executable for unix and unix-cpy.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
To partly address Issue #220.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses Issue #203.
-
Paul Sokolovsky authored
TODO: Check lexer/parse/compile error path for leaks too.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
mp_map_deinit() finalizes static map, mp_map_free() - dynamic.
-
- 24 Jan, 2014 19 commits
-
-
Damien George authored
Add basic implementation of bytes type, piggybacking on str.
-
Damien George authored
Rework makefiles. Add proper dependency checking.
-
Damien George authored
This reverts commit a215b09c.
-
Damien George authored
Move file obj to separate module
-
Damien George authored
There can be multiple emitters allocated during compile (eg byte code and native).
-
Damien George authored
Add support for freeing code emitter objects at the end of compilation.
-
Damien George authored
-
Damien George authored
Update conwaylife.py
-
Damien George authored
Want common qstrs to be first in the list so they have the lowest ids, so that in the byte code they take up the least room.
-
Damien George authored
Allow qstr's with non-ident chars, construct good identifier for them.
-
Paul Sokolovsky authored
This reuses as much str implementation as possible, from this we can make them more separate as needed.
-
mux authored
* Move gc_collect from main to py/gc.c * Define GC's memory boundaries in linker script * Issue #220
-
Dave Hylands authored
-
mux authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, readline uses system malloc, so for symmetry, use the same for non-readline case.
-
ugurthemaster authored
Import statements have been moved to the top of the file.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, add qstr's for string appearing in unix REPL loop, gross effect being less allocations for each command run.
-
- 23 Jan, 2014 7 commits
-
-
Damien George authored
Memory leaks in lexer/compiler
-
Damien George authored
-
Damien George authored
Move LED defs to mpconfigport.h
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
mux authored
-
Damien George authored
Conflicts: stm/main.c
-