summaryrefslogtreecommitdiff
path: root/test/src/thread-tests.el
AgeCommit message (Expand)Author
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-10; Fix thread-testsEli Zaretskii
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov
2025-07-14; Fix 'threads-join-error' testEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-18; Fix typosStefan Kangas
2022-02-12Rewrite thread context switch code (bug#48990)Stefan Monnier
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-21Fix some tests in --without-all buildsStefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-04-04Remove redundant #' before lambda in testsStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-24Use lexical-binding in most src testsStefan Kangas
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-17Avoid assertion violation when comparing with main-threadEli Zaretskii
2018-08-31Mark thread-alive-p as obsoleteMichael Albinus
2018-08-31Merge from origin/emacs-26Michael Albinus
2018-08-31Rename thread-alive-p to thread-live-pMichael Albinus
2018-08-30Handle thread-signal towards the main thread (Bug#32502)Michael Albinus
2018-07-22thread-join returns the result of finished threadMichael Albinus
2018-07-17Add variable main-thread, fix Bug#32169Michael Albinus
2018-07-13Use consistent function names in thread-tests.elMichael Albinus
2018-07-12Provide feature 'threadsMichael Albinus
2018-01-17Add some test skip conditionsGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-18Rudimentary error handling for non-main threadsEli Zaretskii
2017-01-13Fix last changeEli Zaretskii
2017-01-13Fix the new condvar testEli Zaretskii
2017-01-13Minor improvements in the new condvar testEli Zaretskii
2017-01-13Fix a bug in waiting for condition variableEli Zaretskii
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-12-22; Spelling fixesPaul Eggert
2016-12-12Avoid crashing if a new thread is signaled right awayEli Zaretskii
2016-12-12Fix point motion in cloned buffersEli Zaretskii
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii
2016-12-10; Fix copyright years in new filesGlenn Morris
2016-12-06Fix the test suiteEli Zaretskii