aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-12-22Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii1-0/+1
2016-12-19Fix crashes upon C-g on Posix TTY framesEli Zaretskii1-0/+8
2016-12-17Fix commentsEli Zaretskii1-2/+2
2016-12-11Undo part of last changeEli Zaretskii1-5/+0
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii1-0/+9
2016-12-10; Fix copyright years in new filesGlenn Morris1-1/+1
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii1-1/+1
2016-12-09Fix compilation on Debian GNU/LinuxEli Zaretskii1-0/+1
2016-12-05Fix compilation problems.Eli Zaretskii1-12/+0