index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systhread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Add thread-naming support for OpenBSD
Timo Myyrä
2020-06-28
1
-0
/
+8
*
Cater for 3-argument version of pthread_setname_np
Robert Pluim
2020-02-03
1
-3
/
+5
*
Fix another compilation problem in a build without threads
Eli Zaretskii
2020-01-08
1
-0
/
+4
*
Fix build without threads
Eli Zaretskii
2020-01-08
1
-2
/
+1
*
Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)
Mattias Engdegård
2020-01-07
1
-28
/
+30
*
Use pthread_setname_np to set thread name
Robert Pluim
2020-01-06
1
-6
/
+11
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Support setting OS names of threads on MS-Windows
Eli Zaretskii
2019-12-20
1
-1
/
+69
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
Require a larger stack size for threads on macOS (bug#30364)
Paul Eggert
2018-02-28
1
-0
/
+9
*
|
Make error checking for thread functions stricter.
Philipp Stephani
2018-06-09
1
-18
/
+60
*
|
Require a larger stack size for threads (bug#30364)
Aaron Jensen
2018-02-27
1
-0
/
+7
*
|
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-18
1
-0
/
+18
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Make sure thread stack is properly aligned on MS-Windows
Eli Zaretskii
2017-10-14
1
-3
/
+4
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix threads on NS (bug#25265)
Alan Third
2017-07-01
1
-0
/
+11
*
Remove a few unused C functions
Paul Eggert
2017-02-26
1
-40
/
+0
*
Update copyright year to 2017 in master
Paul Eggert
2017-01-01
1
-1
/
+1
*
; Spelling fixes
Paul Eggert
2016-12-22
1
-1
/
+1
*
; Fix copyright years in new files
Glenn Morris
2016-12-10
1
-1
/
+1
*
; * src/systhread.c [WINDOWSNT]: Fix typos in comments.
Eli Zaretskii
2015-11-03
1
-5
/
+5
*
Improve MS-Windows implementation of threads.
Eli Zaretskii
2013-08-31
1
-9
/
+73
*
Enable thread support in the MS-Windows build.
Eli Zaretskii
2013-08-30
1
-0
/
+149
*
implement --enable-threads and a thread-less mode
Tom Tromey
2013-08-26
1
-2
/
+75
*
pass the thread name to the OS if possible
Tom Tromey
2012-08-20
1
-3
/
+13
*
refactor systhread.h
Tom Tromey
2012-08-18
1
-61
/
+0
*
This adds most of the thread features visible to emacs lisp.
Tom Tromey
2012-08-15
1
-11
/
+4
*
This introduces the low-level system threading support. It also adds
Tom Tromey
2012-08-15
1
-0
/
+189