Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-25 | add compat for reallocarray | Omar Polo | |
2021-02-23 | fix various error in compat/err.c | Omar Polo | |
2021-02-23 | tests and compat for imsg | Omar Polo | |
2021-02-12 | include config.h first | Omar Polo | |
2021-02-11 | improve compat/getprogname on GNU libc | Omar Polo | |
but why'd they called it program_invocation_short_name? They couldn't find a longer name? | |||
2021-02-04 | add compat for setproctitle | Omar Polo | |
This adds a check for setproctitle and for the (linux) prctl PR_SET_NAME. If setproctitle is not available, on linux we provide an implementation that use prctl (taken from tmux compat layer.) | |||
2021-01-22 | fixing compat compilation | Omar Polo | |
include headers if needed and include config.h | |||
2021-01-21 | more OpenBSD goodies | Omar Polo | |
2021-01-21 | typo | Omar Polo | |
2021-01-21 | don't include config.h there | Omar Polo | |
2021-01-21 | add a configure script and some compat | Omar Polo | |
tested on openbsd, alpine and void |