1. 24 4月, 2024 1 次提交
  2. 22 4月, 2024 1 次提交
  3. 21 4月, 2024 2 次提交
  4. 20 4月, 2024 1 次提交
  5. 19 4月, 2024 1 次提交
  6. 17 4月, 2024 2 次提交
  7. 15 4月, 2024 1 次提交
  8. 13 4月, 2024 1 次提交
  9. 12 4月, 2024 1 次提交
  10. 10 4月, 2024 2 次提交
  11. 06 4月, 2024 1 次提交
  12. 03 4月, 2024 1 次提交
  13. 02 4月, 2024 1 次提交
  14. 29 3月, 2024 1 次提交
  15. 28 3月, 2024 6 次提交
  16. 26 3月, 2024 1 次提交
  17. 24 3月, 2024 1 次提交
  18. 23 3月, 2024 1 次提交
  19. 21 3月, 2024 2 次提交
  20. 20 3月, 2024 5 次提交
  21. 15 3月, 2024 1 次提交
  22. 13 3月, 2024 5 次提交
  23. 10 3月, 2024 1 次提交
    • Ben Mares's avatar
      Fix PyPy by eliminating deprecated library detection code · 4d365f68
      Ben Mares 提交于
      PyPy fails when handled here as a special case.
      
      For example, the correct value for libname may be "pypy3.9-c" and
      can be inferred from LDLIBRARY, but setting it to "pypy3-c" leads to
      failure with `ld: cannot find -lpypy3-c: No such file or directory`.
      4d365f68