index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread-join returns the result of finished thread
Michael Albinus
2018-07-22
1
-7
/
+15
*
Add variable main-thread, fix Bug#32169
Michael Albinus
2018-07-17
1
-4
/
+19
*
Merge from origin/emacs-26
Glenn Morris
2018-07-13
1
-0
/
+2
|
\
|
*
Provide feature 'threads
Michael Albinus
2018-07-12
1
-0
/
+2
*
|
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-18
1
-0
/
+8
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
A better solution for bug#29347
Eli Zaretskii
2017-11-24
1
-8
/
+10
*
; * src/thread.c (acquire_global_lock): Fix thinko in last change.
Eli Zaretskii
2017-11-24
1
-1
/
+1
*
Avoid a hang after C-g while sit-for on a Unix TTY
Eli Zaretskii
2017-11-24
1
-1
/
+6
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-1
/
+1
*
Use GCALIGNED properly for GCC
Paul Eggert
2017-11-08
1
-1
/
+1
*
Fix alignment portability problems
Paul Eggert
2017-11-02
1
-3
/
+1
*
Avoid segfaults in 64-bit Windows builds
Eli Zaretskii
2017-10-28
1
-1
/
+3
*
Port thread.c to OpenBSD ARM
Paul Eggert
2017-10-26
1
-1
/
+1
*
Fix the MSDOS build.
Eli Zaretskii
2017-10-18
1
-0
/
+4
*
Avoid crashes on C-g when several threads wait for input
Eli Zaretskii
2017-10-04
1
-5
/
+11
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Improve stack-overflow heuristic on GNU/Linux
Paul Eggert
2017-07-14
1
-4
/
+6
*
Use ptrdiff_t, not int, for stack sizes
Paul Eggert
2017-05-02
1
-1
/
+1
*
Fix a bug with signaling a thread that waits for condvar
Eli Zaretskii
2017-01-18
1
-17
/
+24
*
Rudimentary error handling for non-main threads
Eli Zaretskii
2017-01-18
1
-3
/
+17
*
Fix a bug in waiting for condition variable
Eli Zaretskii
2017-01-13
1
-2
/
+41
*
Update copyright year to 2017 in master
Paul Eggert
2017-01-01
1
-1
/
+1
*
Rename primary_thread to main_thread
Paul Eggert
2016-12-30
1
-20
/
+20
*
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
1
-13
/
+3
*
Use max_align_t instead of void *
Paul Eggert
2016-12-23
1
-7
/
+2
*
Avoid aborts due to unaligned byte stack of threads
Eli Zaretskii
2016-12-23
1
-3
/
+10
*
; Spelling fixes
Paul Eggert
2016-12-22
1
-6
/
+5
*
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-22
1
-0
/
+6
*
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-19
1
-0
/
+27
*
Avoid crashing if a new thread is signaled right away
Eli Zaretskii
2016-12-12
1
-11
/
+15
*
Fix point motion in cloned buffers
Eli Zaretskii
2016-12-12
1
-6
/
+5
*
; Fix copyright years in new files
Glenn Morris
2016-12-10
1
-1
/
+1
*
Fix error messages in thread.c
Eli Zaretskii
2016-12-10
1
-4
/
+4
*
Improve doc strings in thread.c
Eli Zaretskii
2016-12-10
1
-30
/
+31
*
Fix building with check-lisp-object-type
Eli Zaretskii
2016-12-10
1
-1
/
+1
*
Fix compilation warnings
Eli Zaretskii
2016-12-08
1
-1
/
+1
*
Fix compilation problems.
Eli Zaretskii
2016-12-05
1
-6
/
+0
*
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-2
/
+1
*
merge from trunk
Ken Raeburn
2015-11-01
1
-39
/
+41
*
change condition-variablep to condition-variable-p
Tom Tromey
2013-10-17
1
-3
/
+3
*
Fix crashes when unbind_for_thread_switch signals an error.
Eli Zaretskii
2013-09-01
1
-5
/
+10
*
rename thread-blocker to thread--blocker
Tom Tromey
2013-08-27
1
-1
/
+1
*
make thread_check_current_buffer return bool
Tom Tromey
2013-08-27
1
-3
/
+3
*
use record_unwind_protect_void, avoid warning
Tom Tromey
2013-08-26
1
-4
/
+3
*
implement --enable-threads and a thread-less mode
Tom Tromey
2013-08-26
1
-18
/
+23
*
Use thread_alive_p in a couple more spots
Tom Tromey
2013-07-11
1
-2
/
+2
*
fix xfree bug in run_thread
Tom Tromey
2013-07-07
1
-1
/
+1
*
merge from trunk
Tom Tromey
2013-07-06
1
-2
/
+4
*
call init_primary_thread from init_threads
Tom Tromey
2013-07-06
1
-0
/
+1
[next]