summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2015-07-06text: overhaul save implemenationMarc André Tanner
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é Tanner
2015-04-22get version from gitChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-01-19OpenBSD links against ncursesJames Turner
2015-01-14Add hardening flags for gcc and clangjvoisin
2015-01-03Fix compilation on various *nix systemsMarc André Tanner
Unfortunately this breaks support for BSD make.
2014-10-23Move feature test macros to config.mkMarc André Tanner
2014-08-24Add work in progress editor frontendMarc André Tanner