- Jun 15, 2020
-
-
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.
-
- Nov 18, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Nov 12, 2018
-
-
Birte Kristina Friesel authored
-
- Nov 04, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 04, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
-
- Oct 27, 2017
-
-
Sven Willner authored
-
- Sep 21, 2016
-
-
Fahad Hossain authored
Looks prettier
-