| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-06 | text: overhaul save implemenation | Marc André Tanner | 1 | -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-05 | make: only call uname once in config.mk | Marc André Tanner | 1 | -6/+8 | |
| 2015-04-22 | get version from git | Christian Hesse | 1 | -1/+8 | |
| Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
| 2015-01-19 | OpenBSD links against ncurses | James Turner | 1 | -0/+1 | |
| 2015-01-14 | Add hardening flags for gcc and clang | jvoisin | 1 | -0/+9 | |
| 2015-01-03 | Fix compilation on various *nix systems | Marc André Tanner | 1 | -2/+19 | |
| Unfortunately this breaks support for BSD make. | |||||
| 2014-10-23 | Move feature test macros to config.mk | Marc André Tanner | 1 | -1/+2 | |
| 2014-08-24 | Add work in progress editor frontend | Marc André Tanner | 1 | -0/+17 | |
