Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -4/+5 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -0/+4 |
* | Fix #2783: detect black-hole loops properly | Simon Marlow | 2008-11-17 | 1 | -3/+2 |
* | Eagerly raise a blocked exception when entering 'unblock' or exiting 'block' | Simon Marlow | 2007-01-05 | 1 | -1/+1 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -1/+1 |
* | Asynchronous exception support for SMP | Simon Marlow | 2006-06-16 | 1 | -0/+71 |