Skip to content
Snippets Groups Projects
  1. Feb 27, 2021
  2. Jan 28, 2021
  3. Jan 26, 2021
  4. Jan 25, 2021
  5. Jan 24, 2021
  6. Jan 23, 2021
  7. Jan 09, 2021
  8. Jan 04, 2021
  9. Jan 03, 2021
  10. Dec 24, 2020
  11. Dec 05, 2020
  12. Nov 30, 2020
  13. Nov 14, 2020
  14. Aug 28, 2020
  15. Jul 24, 2020
  16. Jun 17, 2020
  17. Jun 16, 2020
  18. Jun 15, 2020
    • Tim van der Molen's avatar
      Enable --version-sort on systems without strverscmp() · 5e4c6de7
      Tim van der Molen authored
      The --version-sort option requires strverscmp(), but this is a glibc
      extension that does not exist on OpenBSD and other systems. To enable
      --version-sort on those systems, provide an internal implementation of
      strverscmp(). The implementation is from the musl C library and is
      MIT-licensed.
      
      The build process remains the same: the verscmp flag should be set to 1
      only if strverscmp() is available in libc. If verscmp is 0, then the
      internal implementation is used.
      5e4c6de7
  19. May 30, 2020
  20. May 29, 2020
  21. Apr 11, 2020
Loading