| Age | Commit message (Expand) | Author |
| 2014-04-20 | gc: gc_realloc(): Fix byte-to-block calculation. | Paul Sokolovsky |
| 2014-04-20 | py, gc: Further simplify coding-style of gc_realloc. | Damien George |
| 2014-04-20 | gc: "new" gc_realloc: Rewrite in plain C, fixing bunch of bugs. | Paul Sokolovsky |
| 2014-04-20 | gc: Recover simple gc_realloc implementation, make easier to switch between. | Paul Sokolovsky |
| 2014-04-09 | gc.c: Remove superfluous typedef (bute defined in misc.h). | Paul Sokolovsky |
| 2014-04-08 | py: Improve GC locking/unlocking, and make it part of the API. | Damien George |
| 2014-04-05 | Improve GC finalisation code; add option to disable it. | Damien George |
| 2014-04-05 | Merge pull request #425 from iabdalkader/del | Damien George |
| 2014-04-05 | Move del to locals | mux |
| 2014-04-03 | Implement del | mux |
| 2014-04-02 | gc: Uses uint defined in misc.h. | Paul Sokolovsky |
| 2014-04-02 | py: Fix up so that it can compile without float. | Damien George |
| 2014-03-17 | py: Clean up includes. | xbe |
| 2014-03-12 | py: Cosmetic changes. | Damien George |
| 2014-03-12 | Fix realloc | mux |
| 2014-03-07 | py: Revert to old gc_realloc for now. | Damien George |
| 2014-03-06 | py: Add comments to new gc_realloc, it has some bugs. | Damien George |
| 2014-03-06 | py: Small cosmetic changes to gc_realloc. | Damien George |
| 2014-03-05 | Fix gc_realloc to expand in place | mux |
| 2014-02-26 | GC: Fix printf formats for debugging; add gc_dump_alloc_table. | Damien George |
| 2014-02-26 | py: Remove more var arg names fro macros with var args. | Damien George |
| 2014-02-16 | Make DEBUG_printf() a proper function, implementation is port-dependent. | Paul Sokolovsky |
| 2014-02-12 | Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. | Paul Sokolovsky |
| 2014-02-11 | More GC debugging improvements. | Paul Sokolovsky |
| 2014-02-11 | gc: Don't segfault if gc_realloc() fails. | Paul Sokolovsky |
| 2014-02-11 | gc: Make debug output configurable, revamp test function. | Paul Sokolovsky |
| 2014-01-24 | Revert "Move gc_collect to py/gc.c" | Damien George |
| 2014-01-24 | Move gc_collect to py/gc.c | mux |
| 2014-01-12 | Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse. | Paul Sokolovsky |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig, part 2. | Damien George |
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
| 2013-10-23 | Call gc_free in gc_realloc after allocating new block. | Damien |
| 2013-10-23 | Fix func decls with no arguments: () -> (void). | Damien |
| 2013-10-22 | gc: reserve first block; lexer: free vstr. | Damien |
| 2013-10-22 | Add gc_free function to force a block to be freed. | Damien |
| 2013-10-22 | Clear ATBs on gc_init; better gc_info. | Damien |
| 2013-10-21 | Add mark-sweep garbage collector. | Damien |