summaryrefslogtreecommitdiff
path: root/src/systhread.c
Commit message (Expand)AuthorAge
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Add thread-naming support for OpenBSDTimo Myyrä2020-06-28
* Cater for 3-argument version of pthread_setname_npRobert Pluim2020-02-03
* Fix another compilation problem in a build without threadsEli Zaretskii2020-01-08
* Fix build without threadsEli Zaretskii2020-01-08
* Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård2020-01-07
* Use pthread_setname_np to set thread nameRobert Pluim2020-01-06
* Update copyright year to 2020Paul Eggert2020-01-01
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-20
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Require a larger stack size for threads on macOS (bug#30364)Paul Eggert2018-02-28
* | Make error checking for thread functions stricter.Philipp Stephani2018-06-09
* | Require a larger stack size for threads (bug#30364)Aaron Jensen2018-02-27
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-18
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Make sure thread stack is properly aligned on MS-WindowsEli Zaretskii2017-10-14
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix threads on NS (bug#25265)Alan Third2017-07-01
* Remove a few unused C functionsPaul Eggert2017-02-26
* Update copyright year to 2017 in masterPaul Eggert2017-01-01
* ; Spelling fixesPaul Eggert2016-12-22
* ; Fix copyright years in new filesGlenn Morris2016-12-10
* ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.Eli Zaretskii2015-11-03
* Improve MS-Windows implementation of threads.Eli Zaretskii2013-08-31
* Enable thread support in the MS-Windows build.Eli Zaretskii2013-08-30
* implement --enable-threads and a thread-less modeTom Tromey2013-08-26
* pass the thread name to the OS if possibleTom Tromey2012-08-20
* refactor systhread.hTom Tromey2012-08-18
* This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-15
* This introduces the low-level system threading support. It also addsTom Tromey2012-08-15