| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-27 | build: merge parts of the build system changes from lua branch | Marc André Tanner | 1 | -10/+11 | |
| Should hopefully fix build on Mac OS X. | |||||
| 2015-10-08 | build: always take revision from current branch | Marc André Tanner | 1 | -1/+1 | |
| 2015-10-06 | Change release tarball compression to gzip | Marc André Tanner | 1 | -1/+1 | |
| 2015-10-06 | add a new Makefile target 'release' to build release tarball | Christian Hesse | 1 | -1/+2 | |
| 2015-10-06 | update version handling to work with tags or without git | Christian Hesse | 1 | -6/+13 | |
| 2015-10-05 | vis: rework input handling using libtermkey | Marc André Tanner | 1 | -1/+1 | |
| Key bindings are now specified as symbolic key strings, this will eventually allow run time configurable key mappings. This introduces a bulid time dependency on libtermkey which can be found at: http://www.leonerd.org.uk/code/libtermkey/ | |||||
| 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 | |
