Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 18, 2019
  3. Nov 04, 2018
  4. Feb 28, 2018
  5. Jan 08, 2018
  6. Dec 07, 2017
  7. Oct 16, 2017
  8. Aug 24, 2017
  9. Oct 29, 2016
  10. Aug 28, 2016
  11. Feb 04, 2016
  12. Jun 08, 2015
  13. May 04, 2014
  14. May 01, 2014
  15. Jan 31, 2013
  16. Sep 21, 2012
  17. Mar 04, 2012
  18. Feb 28, 2012
  19. Feb 05, 2012
  20. Jan 27, 2012
  21. Oct 09, 2011
  22. May 05, 2011
  23. Apr 30, 2011
  24. Apr 22, 2011
  25. Feb 16, 2011
  26. Feb 15, 2011
  27. Jan 15, 2011
  28. Aug 21, 2010
  29. Jul 17, 2010
  30. Jun 25, 2010
  31. Jun 11, 2010
  32. Jun 10, 2010
  33. Jun 05, 2010
  34. Jun 03, 2010
  35. Jun 01, 2010
  36. May 31, 2010
Loading