index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
lispref
/
threads.texi
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-09
Allow thread's buffer to be killed, by default
Dmitry Gutov
2025-06-28
; * doc/lispref/threads.texi (Condition Variables): Fix wording.
Eli Zaretskii
2025-01-02
Update copyright year to 2025
Stefan Kangas
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-30
Merge from origin/emacs-26
Glenn Morris
2018-12-23
Clarify thread switching while waiting for process output
Michael Albinus
2018-09-09
Improve documentation of thread list buffer
Gemini Lasswell
2018-09-09
Document list-threads and its buffer
Gemini Lasswell
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-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-01-01
Update copyright year to 2018
Paul Eggert
2017-01-18
Rudimentary error handling for non-main threads
Eli Zaretskii
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-12-12
Clarify thread-signal semantics
Noam Postavsky
2016-12-10
; Fix copyright years in new files
Glenn Morris
2013-08-27
use condition-notify in the docs, not condition-signal
Tom Tromey
2013-08-27
zap until-condition docs
Tom Tromey
2013-08-27
rename thread-blocker to thread--blocker
Tom Tromey
2012-12-23
mention let bindings and lack of other ways to rewind
Tom Tromey
2012-09-04
link from thread docs to match data
Tom Tromey
2012-08-25
minor update to thread-join docs
Tom Tromey
2012-08-24
minor documentation updates
Tom Tromey
2012-08-23
document until-condition
Tom Tromey
2012-08-23
first draft of threads documentation
Tom Tromey