summaryrefslogtreecommitdiff
path: root/rts/CheckUnload.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the linker to run concurrently with the GCSimon Marlow2015-01-131-2/+2
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-051-0/+4
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-021-4/+0
* Make the linker API thread-safeSimon Marlow2014-11-281-0/+4
* [skip ci] rts: Detabify CheckUnload.cAustin Seipp2014-10-211-96/+96
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Fix linked list manipulation code (buggy on consecutive deletion)Edward Z. Yang2014-04-121-1/+2
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+8
* CheckUnload needs to look at revertible_caf_listSimon Marlow2013-11-211-0/+7
* Don't refer to oc->next after freeing oc.Simon Marlow2013-09-041-2/+3
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-041-4/+4
* Really unload object code when it is safe to do so (#8039)Simon Marlow2013-08-221-0/+303