index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
thread-tests.el
Age
Commit message (
Expand
)
Author
2026-03-10
Fix `signal` calls where the data argument is not a list
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-10
; Fix thread-tests
Eli Zaretskii
2025-08-09
Allow thread's buffer to be killed, by default
Dmitry Gutov
2025-07-14
; Fix 'threads-join-error' test
Eli Zaretskii
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-18
; Fix typos
Stefan Kangas
2022-02-12
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-21
Fix some tests in --without-all builds
Stefan Kangas
2021-09-26
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-04-19
; Normalize and add missing first and last lines
Stefan Kangas
2021-04-04
Remove redundant #' before lambda in tests
Stefan Kangas
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-04-24
Use lexical-binding in most src tests
Stefan Kangas
2020-04-18
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
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-10-17
Avoid assertion violation when comparing with main-thread
Eli Zaretskii
2018-08-31
Mark thread-alive-p as obsolete
Michael Albinus
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-07-13
Use consistent function names in thread-tests.el
Michael Albinus
2018-07-12
Provide feature 'threads
Michael Albinus
2018-01-17
Add some test skip conditions
Glenn Morris
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-18
Rudimentary error handling for non-main threads
Eli Zaretskii
2017-01-13
Fix last change
Eli Zaretskii
2017-01-13
Fix the new condvar test
Eli Zaretskii
2017-01-13
Minor improvements in the new condvar test
Eli Zaretskii
2017-01-13
Fix a bug in waiting for condition variable
Eli Zaretskii
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-12-22
; Spelling fixes
Paul Eggert
2016-12-12
Avoid crashing if a new thread is signaled right away
Eli Zaretskii
2016-12-12
Fix point motion in cloned buffers
Eli Zaretskii
2016-12-11
Avoid aborts when a thread signals an error
Eli Zaretskii
2016-12-10
; Fix copyright years in new files
Glenn Morris
2016-12-06
Fix the test suite
Eli Zaretskii