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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread-join returns the result of finished thread
Michael Albinus
2018-07-22
1
-0
/
+3
*
Make regex matching reentrant; update syntax during match
Daniel Colascione
2018-06-16
1
-9
/
+0
*
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-3
/
+3
*
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-18
1
-0
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Change vectorlike from struct to union
Paul Eggert
2017-11-13
1
-3
/
+3
*
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
-0
/
+7
*
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
-2
/
+8
*
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
-1
/
+1
*
regex.h now includes sys/types.h
Paul Eggert
2016-12-25
1
-1
/
+0
*
Reorder lisp.h to declare types before using them
Paul Eggert
2016-12-25
1
-0
/
+58
*
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
1
-9
/
+1
*
; Spelling fixes
Paul Eggert
2016-12-22
1
-2
/
+2
*
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-22
1
-0
/
+1
*
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-19
1
-0
/
+8
*
Fix comments
Eli Zaretskii
2016-12-17
1
-2
/
+2
*
Undo part of last change
Eli Zaretskii
2016-12-11
1
-5
/
+0
*
Avoid aborts when a thread signals an error
Eli Zaretskii
2016-12-11
1
-0
/
+9
*
; Fix copyright years in new files
Glenn Morris
2016-12-10
1
-1
/
+1
*
Fix compilation warnings due to prototype of thread_select
Eli Zaretskii
2016-12-09
1
-1
/
+1
*
Fix compilation on Debian GNU/Linux
Eli Zaretskii
2016-12-09
1
-0
/
+1
*
Fix compilation problems.
Eli Zaretskii
2016-12-05
1
-12
/
+0
*
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-1
/
+5
*
Fix the MS-Windows build
Eli Zaretskii
2015-11-02
1
-0
/
+4
*
merge from trunk
Ken Raeburn
2015-11-01
1
-14
/
+8
*
make thread_check_current_buffer return bool
Tom Tromey
2013-08-27
1
-1
/
+1
*
fix whitespace_regexp warning
Tom Tromey
2013-08-26
1
-1
/
+3
*
merge from trunk
Tom Tromey
2013-07-06
1
-2
/
+2
*
remove unused field from struct thread_state
Tom Tromey
2013-07-03
1
-6
/
+0
*
merge from trunk; clean up some issues
Tom Tromey
2013-06-03
1
-3
/
+0
*
don't let kill-buffer kill a buffer if it is current in any thread
Tom Tromey
2013-03-18
1
-0
/
+2
*
merge from trunk
Tom Tromey
2013-03-17
1
-2
/
+2
*
condition variables
Tom Tromey
2012-08-19
1
-0
/
+16
*
comment fixes
Tom Tromey
2012-08-18
1
-1
/
+7
*
refactor systhread.h
Tom Tromey
2012-08-18
1
-3
/
+13
*
process changes
Tom Tromey
2012-08-15
1
-0
/
+22
*
This adds thread-blocker, a function to examine what a thread is
Tom Tromey
2012-08-15
1
-0
/
+4
*
This adds names to mutexes. This seemed like a nice debugging
Tom Tromey
2012-08-15
1
-1
/
+8
*
This supplies the mutex implementation for Emacs Lisp.
Tom Tromey
2012-08-15
1
-0
/
+3
*
This adds most of the thread features visible to emacs lisp.
Tom Tromey
2012-08-15
1
-0
/
+25
*
This turns thread_state into a pseudovector and updates various bits
Tom Tromey
2012-08-15
1
-0
/
+3
*
This introduces some new functions to handle the specpdl. The basic
Tom Tromey
2012-08-15
1
-0
/
+6
*
This introduces the low-level system threading support. It also adds
Tom Tromey
2012-08-15
1
-0
/
+4
*
This parameterizes the GC a bit to make it thread-ready.
Tom Tromey
2012-08-15
1
-0
/
+5
*
This introduces a thread-state object and moves various C globals
Tom Tromey
2012-08-15
1
-0
/
+140