summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2020-06-15Enable --version-sort on systems without strverscmp()Tim van der Molen-1/+1
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.
2019-04-01Merge remote-tracking branch 'original/master'Sven Willner-41/+50
2018-11-18some contribution notesDaniel Friesel-0/+17
2018-11-18README: PREFIX defaults to /usr/localDaniel Friesel-1/+1
2018-11-18Improve README and feh(1) introductionDaniel Friesel-41/+34
2018-11-12README: Use HTTPS linksDaniel Friesel-4/+3
2018-11-04Fix typos/errors in READMEDaniel Friesel-2/+3
2018-11-04Remove feh-cam and gen-cam-menuDaniel Friesel-1/+0
2018-09-13Merge branch 'master' of github.com:derf/fehSven Willner-0/+3
2018-04-04Add build tests for non-default build options using Travis CIDaniel Friesel-0/+2
2018-02-28Add Makefile flag to disable version sorting on C libraries without strverscmpDaniel Friesel-0/+1
2017-10-27added inotify option to README.mdSven Willner-0/+1
2016-09-21Convert README to markdownFahad Hossain-0/+136
Looks prettier