Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linked list manipulation code (buggy on consecutive deletion) | Edward Z. Yang | 2014-04-12 | 1 | -1/+2 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 1 | -0/+8 |
* | CheckUnload needs to look at revertible_caf_list | Simon Marlow | 2013-11-21 | 1 | -0/+7 |
* | Don't refer to oc->next after freeing oc. | Simon Marlow | 2013-09-04 | 1 | -2/+3 |
* | Fix printf formats for pathchar on Windows (where it's wchar_t, not char) | Simon Marlow | 2013-09-04 | 1 | -4/+4 |
* | Really unload object code when it is safe to do so (#8039) | Simon Marlow | 2013-08-22 | 1 | -0/+303 |