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