index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
thread.el
Age
Commit message (
Expand
)
Author
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-21
Declare functions to silence byte-compiler
Stefan Kangas
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-09
Remove obsolete thread-alive-p
Michael Albinus
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-05-25
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-19
Fixes for "Maintainer:" and related lines
Paul Eggert
2018-12-31
Update more copyright years
Paul Eggert
2018-09-10
* lisp/thread.el: Remove more useless runtime requires.
Glenn Morris
2018-09-10
Remove useless requires of subr-x at runtime
Glenn Morris
2018-09-09
Use thread-live-p instead of obsolete thread-alive-p
Gemini Lasswell
2018-09-09
Add check in list-threads for --without-threads configuration
Gemini Lasswell
2018-09-09
Show backtraces of threads from thread list buffer
Gemini Lasswell
2018-09-09
Make list-threads refresh the *Threads* buffer if it already exists
Gemini Lasswell
2018-09-09
Improve docstrings of thread-list functions
Gemini Lasswell
2018-09-09
Make lisp/thread.el the new home for thread-related Lisp functions
Gemini Lasswell