-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed make distclean/clobber on Debian (use debian-clobber instead of clobber) (spotted by Marc Haber) - Fixed parallel make test (race condition creating test directory) (spotted by Marc Haber) - Fixed manpage headers and footers and various other minor fixes and improvements - Fixed limitation in test code for daemon_path_is_safe() in deep directory (spotted by Kurt Hindenburg) - Added elaboration in mem module test output for pool_destroy_secure() - Replaced some 0 with EXIT_SUCCESS and 1 with EXIT_FAILURE in libslack module tests - Added configure --prefix=/opt/local for macports (spotted by Kurt Hindenburg) - Added mention of file locations on macOS/macports to the daemon(1) manpage - Added checks for gcc -W options that fail on old macosx (e.g. 10.6.8) without macports - Fixed return value on error (unlikely) for prog_out_none()/prog_err_none()/prog_dbg_none()/prog_alert_none() - Added support for using $CC in configure (spotted by Ryan Schmidt) - Fixed missing client defines in output of libslack-config --cflags (needed for configure --prefix) - Fixed Makefile (wasn't inheriting CPPFLAGS, CFLAGS or LDFLAGS from caller) (spotted by Ryan Schmidt)
- Loading branch information
Showing
82 changed files
with
2,278 additions
and
1,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.