summaryrefslogtreecommitdiff
path: root/src/systhread.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-02Port to GNU/Linux HPPA mallocPaul Eggert
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-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-06-28Add thread-naming support for OpenBSDTimo Myyrä
2020-02-03Cater for 3-argument version of pthread_setname_npRobert Pluim
2020-01-08Fix another compilation problem in a build without threadsEli Zaretskii
2020-01-08Fix build without threadsEli Zaretskii
2020-01-07Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård
2020-01-06Use pthread_setname_np to set thread nameRobert Pluim
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-20Support setting OS names of threads on MS-WindowsEli Zaretskii
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-09Make error checking for thread functions stricter.Philipp Stephani
2018-02-28Require a larger stack size for threads on macOS (bug#30364)Paul Eggert
2018-02-27Require a larger stack size for threads (bug#30364)Aaron Jensen
2018-01-18Fix module support if threads are disabled (Bug#30106)Philipp Stephani
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-14Make sure thread stack is properly aligned on MS-WindowsEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-01Fix threads on NS (bug#25265)Alan Third
2017-02-26Remove a few unused C functionsPaul Eggert
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-12-22; Spelling fixesPaul Eggert
2016-12-10; Fix copyright years in new filesGlenn Morris
2015-11-03; * src/systhread.c [WINDOWSNT]: Fix typos in comments.Eli Zaretskii
2013-08-31Improve MS-Windows implementation of threads.Eli Zaretskii
2013-08-30Enable thread support in the MS-Windows build.Eli Zaretskii
2013-08-26implement --enable-threads and a thread-less modeTom Tromey
2012-08-20pass the thread name to the OS if possibleTom Tromey
2012-08-18refactor systhread.hTom Tromey
2012-08-15This adds most of the thread features visible to emacs lisp.Tom Tromey
2012-08-15This introduces the low-level system threading support. It also addsTom Tromey