Skip to content
Snippets Groups Projects
  1. Aug 15, 2010
  2. Aug 13, 2010
  3. Aug 12, 2010
  4. Aug 13, 2010
  5. Aug 12, 2010
  6. Aug 09, 2010
  7. Aug 10, 2010
    • Simon Marlow's avatar
      Run finalizers *after* updating the stable pointer table (#4221) · afabd52e
      Simon Marlow authored
      Silly bug really, we were running the C finalizers while the StablePtr
      table was still in a partially-updated state during GC, but finalizers
      are allowed to call freeStablePtr() (via hs_free_fun_ptr(), for
      example), and chaos ensues.
      afabd52e
    • Simon Marlow's avatar
      Do the dependency-omitting for 'make 1' in a slightly different way · 7a50ff1e
      Simon Marlow authored
      I encountered a couple of things that broke after Ian's previous
      patch: one was my nightly build scripts that use 'make stage=2' at the
      top level, and the other is 'make fast' in libraries/base, which uses
      'stage=0' to avoid building any compilers.
      
      So my version of this patch is more direct: it just turns off the
      appropriate dependencies using a variable set by 'make 1', 'make 2',
      etc.
      7a50ff1e
  8. Jul 24, 2010
  9. Aug 08, 2010
  10. Aug 05, 2010
  11. Jul 02, 2010
  12. Aug 05, 2010
    • Ian Lynagh's avatar
      Make -rtsopts more flexible · 32073806
      Ian Lynagh authored
      The default is a new "some" state, which allows only known-safe flags
      that we want on by default. Currently this is only "--info".
      32073806
  13. Aug 04, 2010
  14. Aug 02, 2010
  15. Aug 01, 2010
  16. Jul 25, 2010
  17. Aug 01, 2010
Loading