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