summaryrefslogtreecommitdiff
path: root/src/syssignal.h
AgeCommit message (Expand)Author
2026-05-22Improve w32 implementations of 'signal' and 'raise'Eli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-08Do not include <attribute.h> from <config.h>Paul Eggert
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-01-31Prefer static to extern where either will doPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-24Make main_thread_id privatePaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-30Rename main_thread to main_thread_id and simplifyPaul Eggert
2016-12-19Fix crashes upon C-g on Posix TTY framesEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-16Make src headers idempotent and standalonePaul Eggert
2015-06-22Enable CPU profiling on CygwinKen Brown
2015-06-21Drop support for CPU profiling on CygwinKen Brown
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-01Port signal-handling to DragonFly BSD.Paul Eggert
2014-03-27Port recent signal-related changes to FreeBSD.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-06-05Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-07Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert
2012-10-06Improve sys_siglist detection.Paul Eggert
2012-10-03Port timers to OpenBSD, plus check for timer failures.Paul Eggert
2012-10-01Fix a malloc race condition involving strsignal.Paul Eggert
2012-09-30* syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.Paul Eggert
2012-09-29Profiler improvements: more-accurate timers, overflow checks.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-16Remove configure's --without-sync-input option.Paul Eggert
2012-09-12Simplify SIGIO usage.Paul Eggert
2012-09-07More signal-handler cleanup.Paul Eggert
2012-09-06* syssignal.h (handle_on_main_thread): Always declare,Paul Eggert
2012-09-06Signal-handler cleanup.Paul Eggert
2012-09-05Fix race conditions with signal handlers and errno.Paul Eggert
2012-07-12Move NSIG_MINIMUM from src/s to configureGlenn Morris
2012-07-11Move some AIX defines from src/s to configureGlenn Morris
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert