index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-11
; Coding style fix
Dmitry Gutov
2025-08-09
Allow thread's buffer to be killed, by default
Dmitry Gutov
2025-02-28
Fully support Lisp threads on Android
Po Lu
2025-01-14
Use calln instead of calling Ffuncall directly
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-05-23
Restore specbound keyboard-locals in the correct KBOARD
Po Lu
2024-02-06
Implement Lisp threading on Android
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-04-08
Rename mark_stack to mark_c_stack
Mattias Engdegård
2022-03-13
Separate bytecode stack
Mattias Engdegård
2022-03-12
Maintain end of specpdl instead of size
Mattias Engdegård
2022-02-12
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-04
Fix thread memory management under NS
Alan Third
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-22
Fix NS build failure
Alan Third
2020-08-21
Fix lock failures in xg_select
Pip Cet
2020-05-25
Fix aborts due to GC losing pseudovectors
Paul Eggert
2020-01-09
Remove obsolete thread-alive-p
Michael Albinus
2020-01-07
Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)
Mattias Engdegård
2020-01-06
Use pthread_setname_np to set thread name
Robert Pluim
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-20
Support setting OS names of threads on MS-Windows
Eli Zaretskii
2019-04-24
Simplify thread initialization and GC
Paul Eggert
2019-04-08
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-03-27
Fix search_regs memory leak when thread destroyed
Paul Eggert
2019-03-19
Use ‘const’ to clarify GC marking
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-10-19
Fix struct thread alignment on FreeBSD x86
Paul Eggert
2018-10-17
Avoid assertion violation when comparing with main-thread
Eli Zaretskii
2018-08-31
Merge from origin/emacs-26
Michael Albinus
2018-08-31
Rename thread-alive-p to thread-live-p
Michael Albinus
2018-08-31
Construct a thread_event only if THREADS_ENABLED
Michael Albinus
2018-08-30
Handle thread-signal towards the main thread (Bug#32502)
Michael Albinus
2018-07-22
thread-join returns the result of finished thread
Michael Albinus
2018-07-17
Add variable main-thread, fix Bug#32169
Michael Albinus
2018-07-13
Merge from origin/emacs-26
Glenn Morris
2018-07-12
Provide feature 'threads
Michael Albinus
2018-01-18
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-24
A better solution for bug#29347
Eli Zaretskii
2017-11-24
; * src/thread.c (acquire_global_lock): Fix thinko in last change.
Eli Zaretskii
2017-11-24
Avoid a hang after C-g while sit-for on a Unix TTY
Eli Zaretskii
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
[next]