Skip to content
Snippets Groups Projects
  1. Jul 04, 2017
  2. Jul 03, 2017
  3. Jun 30, 2017
  4. Jun 20, 2017
    • David McFarland's avatar
      Call SetDllDirectory("") after sqlite3 init on cygwin · 596b0e0a
      David McFarland authored
      Cygwin sqlite3 is patched to call SetDllDirectory("/usr/bin") on init, which
      affects the current process and is inherited by child processes.  It causes
      DLLs to be loaded from /usr/bin/ before $PATH, which breaks all sorts of
      things.  A typical failures would be header/lib version mismatches (e.g.
      openssl when running checkPhase on openssh).  We'll just set it back to the
      default value.
      
      Note that this is a problem with the cygwin version of sqlite3 (currently
      3.18.0).  nixpkgs doesn't have the problematic patch.
      596b0e0a
    • Eelco Dolstra's avatar
      Restore thunks on any exception · c7346a27
      Eelco Dolstra authored
      There's no reason to restrict this to Error exceptions. This shouldn't
      matter to #1407 since the repl doesn't catch non-Error exceptions
      anyway, but you never know...
      c7346a27
  5. Jun 19, 2017
  6. Jun 14, 2017
  7. Jun 12, 2017
  8. Jun 07, 2017
  9. Jun 06, 2017
  10. Jun 05, 2017
  11. Jun 01, 2017
  12. May 31, 2017
  13. May 30, 2017
Loading