index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systhread.h
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-03
Waste 4 fewer bytes in GNU/Linux 32-bit HPPA
Paul Eggert
2025-12-02
Port to GNU/Linux HPPA malloc
Paul Eggert
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-09-28
Port better to C23 bool+true+false keywords
Paul Eggert
2022-03-08
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-03
Port systhreads.h to C2x
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-05-03
Simplify by using attribute.h macros
Paul Eggert
2020-01-07
Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)
Mattias EngdegÄrd
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-04-22
Improve wur coverage on older GCCs
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-06-09
Make error checking for thread functions stricter.
Philipp Stephani
2018-01-18
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-02-26
Remove a few unused C functions
Paul Eggert
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-12-10
; Fix copyright years in new files
Glenn Morris
2013-08-31
Improve MS-Windows implementation of threads.
Eli Zaretskii
2013-08-30
Enable thread support in the MS-Windows build.
Eli Zaretskii
2013-08-26
implement --enable-threads and a thread-less mode
Tom Tromey
2012-08-20
pass the thread name to the OS if possible
Tom Tromey
2012-08-18
refactor systhread.h
Tom Tromey
2012-08-15
This introduces the low-level system threading support. It also adds
Tom Tromey