start 4.2.4.7 development
drop support for NOFUNCDEF
drop old unused MARK & SIZE_INNER_LOOP defines
add chmod/chown stubs for AMIGA/DOS #18
add a WINDOWS define for disabling chmod/chown #18
make: improve Makefile generation
add xxx->_xxx redirects on WINDOWS
travis: add support for Windows
disable unistd.h include on DOS & WINDOWS
disable chmod/chown/utime for mingw builds too
disable utime usage on AMIGA/DOS/WINDOWS #18
add a fallback for access() for DOS & WINDOWS
set the mandir to use $(PREFIX)/share/man by default
don't strip binaries by default, users might want unstripped versions
Changes: use * for lists
do not set exit_code when an error is ignored
Makefile.def: run spellcheck over it
make: add PREFIX conformance, add option to only install main program
release 4.2.4.6
Merge pull request #24 from eli-schwartz/packaging
tests: fix typo #12
tests: fallback to python for readlink for macOS #19
release 4.2.4.5
start 4.2.4.6 development
add support for -- to halt option parsing
man: add a uncompress(1) link to compress(1)
tests: fallback to readlink if realpath is missing
change signal ifdef logic to the signal names #18
add a standard -h (help) option
Fix typo
drop old long filename checks #12
rebuild Makefile when GNUmakefile changes
fix -Werror=parentheses errors with newer compilers
Fix integer overflow in maxmaxcode computation
README: link in travis status
change version output to go to stdout
enable travis CI
define LSTAT=1 in modern builds
replace fixed stack size with filenames with dynamic buffers
don't leak file descriptor in error cases
replace fixed stack size in recursive dir handler with dynamic buffers
simplify & constify the argument to comprexx
start a testsuite
drop use of datestamp in compiled output
add explicit licensing details
add note wrt patents (they all expired)
migrate to github
use intmax_t to print nlink_t fields