| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-11 | Move the #defines within the #include guards | Paride Legovini | 1 | -5/+4 | |
| 2017-05-11 | Fix compilation on GNU Hurd systems | Paride Legovini | 1 | -0/+11 | |
| On GNU Hurd systems PIPE_BUF and PATH_MAX are not defined, and the compilation fails. This patch defines them if they aren't. | |||||
| 2017-04-09 | text: add mem{r,}chr(3) based byte search functions | Marc André Tanner | 1 | -0/+11 | |
| These are generally implemented efficiently in libc. While memrchr(3) is non-standard, it is a common extension. If it is not available, we use a simple C implementation from musl. | |||||
| 2017-02-20 | util: add overflow safe unsigned addition function | Marc André Tanner | 1 | -0/+14 | |
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | 1 | -2/+2 | |
| 2014-09-09 | Rename vis.[ch] to editor.[ch] and main.c to vis.c | Marc André Tanner | 1 | -0/+5 | |
| 2014-08-23 | Share common macros in util.h | Marc André Tanner | 1 | -0/+7 | |
