summaryrefslogtreecommitdiff
path: root/src/thread.c
AgeCommit message (Expand)Author
2017-11-08Use GCALIGNED properly for GCCPaul Eggert
2017-11-02Fix alignment portability problemsPaul Eggert
2017-10-28Avoid segfaults in 64-bit Windows buildsEli Zaretskii
2017-10-26Port thread.c to OpenBSD ARMPaul Eggert
2017-10-18Fix the MSDOS build.Eli Zaretskii
2017-10-04Avoid crashes on C-g when several threads wait for inputEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-14Improve stack-overflow heuristic on GNU/LinuxPaul Eggert
2017-05-02Use ptrdiff_t, not int, for stack sizesPaul Eggert
2017-01-18Fix a bug with signaling a thread that waits for condvarEli Zaretskii
2017-01-18Rudimentary error handling for non-main threadsEli Zaretskii
2017-01-13Fix a bug in waiting for condition variableEli Zaretskii
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-12-30Rename primary_thread to main_threadPaul Eggert
2016-12-23Remove interpreter’s byte stackPaul Eggert
2016-12-23Use max_align_t instead of void *Paul Eggert
2016-12-23Avoid aborts due to unaligned byte stack of threadsEli Zaretskii
2016-12-22; Spelling fixesPaul Eggert
2016-12-22Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii
2016-12-19Fix crashes upon C-g on Posix TTY framesEli Zaretskii
2016-12-12Avoid crashing if a new thread is signaled right awayEli Zaretskii
2016-12-12Fix point motion in cloned buffersEli Zaretskii
2016-12-10; Fix copyright years in new filesGlenn Morris
2016-12-10Fix error messages in thread.cEli Zaretskii
2016-12-10Improve doc strings in thread.cEli Zaretskii
2016-12-10Fix building with check-lisp-object-typeEli Zaretskii
2016-12-08Fix compilation warningsEli Zaretskii
2016-12-05Fix compilation problems.Eli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2015-11-01merge from trunkKen Raeburn
2013-10-17change condition-variablep to condition-variable-pTom Tromey
2013-09-01Fix crashes when unbind_for_thread_switch signals an error.Eli Zaretskii
2013-08-27rename thread-blocker to thread--blockerTom Tromey
2013-08-27make thread_check_current_buffer return boolTom Tromey
2013-08-26use record_unwind_protect_void, avoid warningTom Tromey
2013-08-26implement --enable-threads and a thread-less modeTom Tromey
2013-07-11Use thread_alive_p in a couple more spotsTom Tromey
2013-07-07fix xfree bug in run_threadTom Tromey
2013-07-06merge from trunkTom Tromey
2013-07-06call init_primary_thread from init_threadsTom Tromey
2013-07-04avoid current_thread sometimesTom Tromey
2013-07-03unlink thread laterTom Tromey
2013-07-03introduce thread_alive_p macroTom Tromey
2013-07-03Don't call unbind_for_thread_switch in run_threadTom Tromey
2013-06-06fix a few latent issues in the thread patchTom Tromey
2013-06-03merge from trunk; clean up some issuesTom Tromey
2013-03-18don't let kill-buffer kill a buffer if it is current in any threadTom Tromey
2012-08-27cannot thread-join the current threadTom Tromey
2012-08-20pass the thread name to the OS if possibleTom Tromey
2012-08-19another docstring fixletTom Tromey