Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-06-12 | feh(1), --version: Document libmagic compile flag | Daniel Friesel | -0/+1 | |
2020-06-15 | Enable --version-sort on systems without strverscmp() | Tim van der Molen | -1/+0 | |
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. | ||||
2018-09-13 | Merge branch 'master' of github.com:derf/feh | Sven Willner | -0/+1 | |
2018-02-28 | Add Makefile flag to disable version sorting on C libraries without strverscmp | Daniel Friesel | -0/+1 | |
2017-08-24 | added inotify support | Sven Willner | -0/+1 | |
2016-02-04 | manpages: Set date to release date instead of build date | Daniel Friesel | -1/+1 | |
This should also help distributions working towards reproducible builds. | ||||
2012-01-28 | Show exif flag in manpage / --version | Daniel Friesel | -0/+1 | |
2011-02-16 | Make -lcurl optional (enabled by default), rework feature en-/disabling | Daniel Friesel | -0/+3 | |
2010-10-19 | man: Use rm -f in make clean | Daniel Friesel | -1/+1 | |
2010-08-22 | man/Makefile: Correct sed usage | Daniel Friesel | -2/+4 | |
2010-08-22 | man: Automatically set dates | Daniel Friesel | -0/+1 | |
2010-08-21 | Add version information to manpages | Daniel Friesel | -0/+16 | |