Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/unix. Pull mirroring updated .
  1. Jul 11, 2024
    • Zubin's avatar
      wip · a0c4407c
      Zubin authored
      a0c4407c
  2. Apr 08, 2024
  3. Mar 27, 2024
  4. Mar 22, 2024
  5. Feb 05, 2024
  6. Nov 30, 2023
  7. Nov 29, 2023
  8. Nov 26, 2023
  9. Oct 11, 2023
  10. Oct 10, 2023
  11. Oct 05, 2023
  12. Oct 04, 2023
  13. Sep 29, 2023
    • Ben Gamari's avatar
      Don't `foreign import` `environ` · d63e6b41
      Ben Gamari authored and Julian Ospald's avatar Julian Ospald committed
      `musl` defines the `environ` symbol as a weak alias, which on AArch64
      requires particular treatment by the compiler. As GHC doesn't have
      access to the prototype of the symbol, it doesn't know that this
      treatment is necessary and consequently we emit assembly that the linker
      will choke on.
      
      See GHC #24011.
      d63e6b41
  14. Sep 26, 2023
  15. Sep 16, 2023
  16. Sep 15, 2023
  17. Sep 10, 2023
  18. Aug 20, 2023
  19. Jul 23, 2023
  20. Jul 21, 2023
  21. Jul 12, 2023
  22. Jul 08, 2023
  23. Jul 02, 2023
  24. Mar 25, 2023
  25. Mar 18, 2023
Loading