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. Oct 02, 2018
  3. Jan 29, 2018
  4. Aug 25, 2017
  5. Nov 30, 2011
  6. Jun 19, 2010
  7. Jun 11, 2010
  8. Mar 27, 2010
  9. Mar 25, 2010
  10. Mar 21, 2010
Loading