aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcHelmut Eller2026-01-021-1/+1
|\
| * ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* | Also put sys_cond_t variables in ordinary memoryPip Cet2025-10-181-2/+10
* | Fix crashes when threads are put behind a barrierPip Cet2025-10-181-1/+5
* | [MPS] Use xmalloc to allocate 'bc_thread_state' structPip Cet2025-10-131-4/+5
* | Replace AMS pool for immovable objects (bug#79584)Gerd Möllmann2025-10-131-0/+1
* | Merge branch 'master' into feature/igcGerd Möllmann2025-08-241-0/+5
|\ \ | |/
| * Allow thread's buffer to be killed, by defaultDmitry Gutov2025-08-091-0/+5
* | [MPS] Scan thread->m_getcjmp ambigouslyPip Cet2025-05-011-0/+7
* | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-1/+1
|\ \ | |/
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-1/+1
|\ \ | |/
* | Turn union vectorlike_header into struct vectorlike_headerPip Cet2024-07-201-3/+3
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-0/+1
|\ \ | |/
| * Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-0/+1
* | Initial result of applying diffGerd Möllmann2024-04-181-0/+15
|/
* Implement Lisp threading on AndroidPo Lu2024-02-061-0/+11
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-141-0/+9
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove duplicate INLINE_HEADER_BEGINPaul Eggert2022-03-201-2/+0
* Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert2022-03-191-0/+6
* Put bytecode stack frame metadata in a structMattias Engdegård2022-03-171-3/+5
* Separate bytecode stackMattias Engdegård2022-03-131-0/+9
* Maintain end of specpdl instead of sizeMattias Engdegård2022-03-121-4/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix the DJGPP portPo Lu2021-12-111-0/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-1/+0
* Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård2020-01-071-2/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-201-0/+4
* Simplify thread initialization and GCPaul Eggert2019-04-241-1/+0
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* No need for m_search_regs_saved in thread.hPaul Eggert2019-03-271-5/+0
* Fix some integer issues in regex-emacsPaul Eggert2019-03-251-2/+2
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-2/+2
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+1
* Add portable dumperDaniel Colascione2019-01-151-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/thread.h: Do not include systime.h; no longer needed.Paul Eggert2018-09-161-1/+0
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-3/+3
* | Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-051-2/+2
* | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-1/+1
* | thread-join returns the result of finished threadMichael Albinus2018-07-221-0/+3
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-161-9/+0
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-3/+3
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-181-0/+1
|/