aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12Fix point motion in cloned buffersEli Zaretskii1-6/+5
2016-12-10; Fix copyright years in new filesGlenn Morris1-1/+1
2016-12-10Fix error messages in thread.cEli Zaretskii1-4/+4
2016-12-10Improve doc strings in thread.cEli Zaretskii1-30/+31
2016-12-10Fix building with check-lisp-object-typeEli Zaretskii1-1/+1
2016-12-08Fix compilation warningsEli Zaretskii1-1/+1
2016-12-05Fix compilation problems.Eli Zaretskii1-6/+0
2013-10-17change condition-variablep to condition-variable-pTom Tromey1-3/+3
2013-09-01Fix crashes when unbind_for_thread_switch signals an error.Eli Zaretskii1-5/+10
2013-08-27rename thread-blocker to thread--blockerTom Tromey1-1/+1
2013-08-27make thread_check_current_buffer return boolTom Tromey1-3/+3
2013-08-26use record_unwind_protect_void, avoid warningTom Tromey1-4/+3
2013-08-26implement --enable-threads and a thread-less modeTom Tromey1-18/+23
2013-07-11Use thread_alive_p in a couple more spotsTom Tromey1-2/+2
2013-07-07fix xfree bug in run_threadTom Tromey1-1/+1
2013-07-06call init_primary_thread from init_threadsTom Tromey1-0/+1
2013-07-04avoid current_thread sometimesTom Tromey1-2/+3
2013-07-03unlink thread laterTom Tromey1-11/+8
2013-07-03introduce thread_alive_p macroTom Tromey1-6/+13
2013-07-03Don't call unbind_for_thread_switch in run_threadTom Tromey1-2/+0
2013-06-06fix a few latent issues in the thread patchTom Tromey1-6/+10
2013-03-18don't let kill-buffer kill a buffer if it is current in any threadTom Tromey1-0/+19
2012-08-27cannot thread-join the current threadTom Tromey1-0/+3
2012-08-20pass the thread name to the OS if possibleTom Tromey1-1/+6
2012-08-19another docstring fixletTom Tromey1-1/+2
2012-08-19minor docstring fixupTom Tromey1-4/+4
2012-08-19add condition-mutex and condition-nameTom Tromey1-0/+27
2012-08-19ensure name of a thread is a stringTom Tromey1-0/+3
2012-08-19ensure name of a mutex is a stringTom Tromey1-0/+3
2012-08-19use NILPTom Tromey1-3/+3
2012-08-19condition variablesTom Tromey1-18/+201
2012-08-18refactor systhread.hTom Tromey1-46/+108
2012-08-17write docstrings for the thread functionsTom Tromey1-26/+54
2012-08-17declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.hTom Tromey1-4/+0
2012-08-15process changesTom Tromey1-0/+47
2012-08-15This adds thread-blocker, a function to examine what a thread isTom Tromey1-1/+30
2012-08-15This adds names to mutexes. This seemed like a nice debuggingTom Tromey1-9/+16
2012-08-15This supplies the mutex implementation for Emacs Lisp.Tom Tromey1-1/+82
2012-08-15This adds most of the thread features visible to emacs lisp.Tom Tromey1-8/+346
2012-08-15This turns thread_state into a pseudovector and updates various bitsTom Tromey1-3/+19
2012-08-15This introduces some new functions to handle the specpdl. The basicTom Tromey1-0/+1
2012-08-15This introduces the low-level system threading support. It also addsTom Tromey1-0/+9
2012-08-15This parameterizes the GC a bit to make it thread-ready.Tom Tromey1-0/+79
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey1-7/+8
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-01-26Refill some long/short copyright headers.Glenn Morris1-3/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-1/+1
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-3/+3
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1