summaryrefslogtreecommitdiff
path: root/src/thread.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu
2024-02-06Implement Lisp threading on AndroidPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-14Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-20Remove duplicate INLINE_HEADER_BEGINPaul Eggert
2022-03-19Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert
2022-03-17Put bytecode stack frame metadata in a structMattias Engdegård
2022-03-13Separate bytecode stackMattias Engdegård
2022-03-12Maintain end of specpdl instead of sizeMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-11Fix the DJGPP portPo Lu
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier
2020-01-07Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-20Support setting OS names of threads on MS-WindowsEli Zaretskii
2019-04-24Simplify thread initialization and GCPaul Eggert
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-03-27No need for m_search_regs_saved in thread.hPaul Eggert
2019-03-25Fix some integer issues in regex-emacsPaul Eggert
2019-03-19Use ‘const’ to clarify GC markingPaul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-16* src/thread.h: Do not include systime.h; no longer needed.Paul Eggert
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-08-05Simplify regex-emacs code by assuming EmacsPaul Eggert
2018-08-05Rename src/regex.c to src/regex-emacs.c.Paul Eggert
2018-07-22thread-join returns the result of finished threadMichael Albinus
2018-06-16Make regex matching reentrant; update syntax during matchDaniel Colascione
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-01-18Fix module support if threads are disabled (Bug#30106)Philipp Stephani
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Change vectorlike from struct to unionPaul Eggert
2017-10-18Fix the MSDOS build.Eli Zaretskii
2017-10-04Avoid crashes on C-g when several threads wait for inputEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-14Improve stack-overflow heuristic on GNU/LinuxPaul Eggert
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-12-30Rename primary_thread to main_threadPaul Eggert
2016-12-25regex.h now includes sys/types.hPaul Eggert
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert
2016-12-23Remove interpreter’s byte stackPaul Eggert
2016-12-22; Spelling fixesPaul Eggert