summaryrefslogtreecommitdiff
path: root/src/syssignal.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Do not include <attribute.h> from <config.h>Paul Eggert2022-03-081-0/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Prefer static to extern where either will doPaul Eggert2019-01-311-1/+0
* Add portable dumperDaniel Colascione2019-01-151-1/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Make main_thread_id privatePaul Eggert2017-12-241-1/+0
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Rename main_thread to main_thread_id and simplifyPaul Eggert2016-12-301-0/+1
* | Fix crashes upon C-g on Posix TTY framesEli Zaretskii2016-12-191-0/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* Enable CPU profiling on CygwinKen Brown2015-06-221-3/+7
* Drop support for CPU profiling on CygwinKen Brown2015-06-211-1/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Port signal-handling to DragonFly BSD.Paul Eggert2014-06-011-0/+2
* Port recent signal-related changes to FreeBSD.Paul Eggert2014-03-271-0/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+0
* Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert2013-06-051-0/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-20/+0
|/
* Improve sys_siglist detection.Paul Eggert2012-10-061-1/+1
* Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-031-2/+6
* Fix a malloc race condition involving strsignal.Paul Eggert2012-10-011-2/+2
* * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.Paul Eggert2012-09-301-1/+2
* Profiler improvements: more-accurate timers, overflow checks.Paul Eggert2012-09-291-0/+4
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+7
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-4/+0
* Simplify SIGIO usage.Paul Eggert2012-09-121-21/+0
* More signal-handler cleanup.Paul Eggert2012-09-071-1/+4
* * syssignal.h (handle_on_main_thread): Always declare,Paul Eggert2012-09-061-1/+2
* Signal-handler cleanup.Paul Eggert2012-09-061-54/+5
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-21/+2
* Move NSIG_MINIMUM from src/s to configureGlenn Morris2012-07-121-0/+1
* Move some AIX defines from src/s to configureGlenn Morris2012-07-111-3/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-1/+1
* Remove references to macros that are not defined anywhereGlenn Morris2012-04-301-10/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Check for pthread and use it if found.Jan Djärv2011-08-041-1/+1