aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06text: overhaul save implemenationMarc André Tanner1-1/+14
Try to do an atomic save using rename(2) unless * the file is a symbolic link * the file is a hard link * file ownership can not be preserved * file group can not be preserved * POSXI ACL can not be preserved (if enabled) * SELinux security context can not be preserved (if enabled) in which case the file is overwritten in place. However a failure to do so results in data loss. Closes #47.
2015-07-05make: only call uname once in config.mkMarc André Tanner1-6/+8
2015-04-22get version from gitChristian Hesse1-1/+8
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-01-19OpenBSD links against ncursesJames Turner1-0/+1
2015-01-14Add hardening flags for gcc and clangjvoisin1-0/+9
2015-01-03Fix compilation on various *nix systemsMarc André Tanner1-2/+19
Unfortunately this breaks support for BSD make.
2014-10-23Move feature test macros to config.mkMarc André Tanner1-1/+2
2014-08-24Add work in progress editor frontendMarc André Tanner1-0/+17