summaryrefslogtreecommitdiff
path: root/test/src/thread-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Rewrite thread context switch code (bug#48990)Stefan Monnier2022-02-121-0/+25
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix some tests in --without-all buildsStefan Kangas2021-12-211-0/+1
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-4/+4
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Remove redundant #' before lambda in testsStefan Kangas2021-04-041-3/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use lexical-binding in most src testsStefan Kangas2020-04-241-1/+1
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Avoid assertion violation when comparing with main-threadEli Zaretskii2018-10-171-0/+4
* | Mark thread-alive-p as obsoleteMichael Albinus2018-08-311-2/+2
* | Merge from origin/emacs-26Michael Albinus2018-08-311-8/+8
|\|
| * Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-8/+8
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-0/+21
* | thread-join returns the result of finished threadMichael Albinus2018-07-221-6/+17
* | Add variable main-thread, fix Bug#32169Michael Albinus2018-07-171-1/+10
|/
* Use consistent function names in thread-tests.elMichael Albinus2018-07-131-8/+9
* Provide feature 'threadsMichael Albinus2018-07-121-28/+48
* Add some test skip conditionsGlenn Morris2018-01-171-24/+52
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Rudimentary error handling for non-main threadsEli Zaretskii2017-01-181-4/+13
* Fix last changeEli Zaretskii2017-01-131-9/+9
* Fix the new condvar testEli Zaretskii2017-01-131-2/+3
* Minor improvements in the new condvar testEli Zaretskii2017-01-131-11/+14
* Fix a bug in waiting for condition variableEli Zaretskii2017-01-131-0/+41
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* ; Spelling fixesPaul Eggert2016-12-221-1/+1
* Avoid crashing if a new thread is signaled right awayEli Zaretskii2016-12-121-0/+9
* Fix point motion in cloned buffersEli Zaretskii2016-12-121-1/+11
* Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-0/+15
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* Fix the test suiteEli Zaretskii2016-12-061-0/+213