index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
Age
Commit message (
Expand
)
Author
2017-11-08
Use GCALIGNED properly for GCC
Paul Eggert
2017-11-02
Fix alignment portability problems
Paul Eggert
2017-10-28
Avoid segfaults in 64-bit Windows builds
Eli Zaretskii
2017-10-26
Port thread.c to OpenBSD ARM
Paul Eggert
2017-10-18
Fix the MSDOS build.
Eli Zaretskii
2017-10-04
Avoid crashes on C-g when several threads wait for input
Eli Zaretskii
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-14
Improve stack-overflow heuristic on GNU/Linux
Paul Eggert
2017-05-02
Use ptrdiff_t, not int, for stack sizes
Paul Eggert
2017-01-18
Fix a bug with signaling a thread that waits for condvar
Eli Zaretskii
2017-01-18
Rudimentary error handling for non-main threads
Eli Zaretskii
2017-01-13
Fix a bug in waiting for condition variable
Eli Zaretskii
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-12-30
Rename primary_thread to main_thread
Paul Eggert
2016-12-23
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
Use max_align_t instead of void *
Paul Eggert
2016-12-23
Avoid aborts due to unaligned byte stack of threads
Eli Zaretskii
2016-12-22
; Spelling fixes
Paul Eggert
2016-12-22
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-19
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-12
Avoid crashing if a new thread is signaled right away
Eli Zaretskii
2016-12-12
Fix point motion in cloned buffers
Eli Zaretskii
2016-12-10
; Fix copyright years in new files
Glenn Morris
2016-12-10
Fix error messages in thread.c
Eli Zaretskii
2016-12-10
Improve doc strings in thread.c
Eli Zaretskii
2016-12-10
Fix building with check-lisp-object-type
Eli Zaretskii
2016-12-08
Fix compilation warnings
Eli Zaretskii
2016-12-05
Fix compilation problems.
Eli Zaretskii
2016-12-04
Merge branch 'concurrency'
Eli Zaretskii
2015-11-01
merge from trunk
Ken Raeburn
2013-10-17
change condition-variablep to condition-variable-p
Tom Tromey
2013-09-01
Fix crashes when unbind_for_thread_switch signals an error.
Eli Zaretskii
2013-08-27
rename thread-blocker to thread--blocker
Tom Tromey
2013-08-27
make thread_check_current_buffer return bool
Tom Tromey
2013-08-26
use record_unwind_protect_void, avoid warning
Tom Tromey
2013-08-26
implement --enable-threads and a thread-less mode
Tom Tromey
2013-07-11
Use thread_alive_p in a couple more spots
Tom Tromey
2013-07-07
fix xfree bug in run_thread
Tom Tromey
2013-07-06
merge from trunk
Tom Tromey
2013-07-06
call init_primary_thread from init_threads
Tom Tromey
2013-07-04
avoid current_thread sometimes
Tom Tromey
2013-07-03
unlink thread later
Tom Tromey
2013-07-03
introduce thread_alive_p macro
Tom Tromey
2013-07-03
Don't call unbind_for_thread_switch in run_thread
Tom Tromey
2013-06-06
fix a few latent issues in the thread patch
Tom Tromey
2013-06-03
merge from trunk; clean up some issues
Tom Tromey
2013-03-18
don't let kill-buffer kill a buffer if it is current in any thread
Tom Tromey
2012-08-27
cannot thread-join the current thread
Tom Tromey
2012-08-20
pass the thread name to the OS if possible
Tom Tromey
2012-08-19
another docstring fixlet
Tom Tromey
[prev]
[next]