Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extract SIGSEGV handler | Andrew Gregory | 2015-12-05 |
| | | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | extract SIGWINCH handler | Andrew Gregory | 2015-12-05 |
| | | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | move signal handlers to sighandler.[ch] | Andrew Gregory | 2015-12-05 |
Signals are special because they run asynchronously, making them non-trivial to handle correctly. Move the handlers a separate file to offset them from the normal code and make them easier to separate into individual functions without further cluttering pacman.c Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> |