Skip to content
  1. Aug 29, 2020
  2. Aug 28, 2020
  3. Jun 17, 2020
  4. Jun 16, 2020
  5. 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
  6. May 30, 2020
  7. May 29, 2020
  8. Apr 11, 2020
  9. Apr 08, 2020
  10. Apr 06, 2020
  11. Apr 05, 2020
  12. Mar 30, 2020
  13. Mar 29, 2020