aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix error messages in thread.cEli Zaretskii2016-12-101-4/+4
* Improve doc strings in thread.cEli Zaretskii2016-12-101-30/+31
* Fix building with check-lisp-object-typeEli Zaretskii2016-12-101-1/+1
* Documentation and commentary improvementsEli Zaretskii2016-12-103-0/+6
* *src/sysdep.c: Fix a comment.Eli Zaretskii2016-12-091-1/+1
* Fix compilation error on Fedora 24Eli Zaretskii2016-12-091-6/+0
* Fix compilation warnings due to prototype of thread_selectEli Zaretskii2016-12-094-5/+5
* Fix compilation on Debian GNU/LinuxEli Zaretskii2016-12-091-0/+1
* Fix subtle errors with let-binding of localized variablesEli Zaretskii2016-12-091-16/+14
* Fix compilation warningsEli Zaretskii2016-12-081-1/+1
* Fix network streams.Eli Zaretskii2016-12-073-20/+27
* Minimize spurious diffs from master.Eli Zaretskii2016-12-073-5/+6
* Fix a typo in bytecode.c.Eli Zaretskii2016-12-061-2/+3
* Fix compilation problems.Eli Zaretskii2016-12-058-48/+10
* Fix merged code in process.c and eval.c.Eli Zaretskii2016-12-052-11/+33
* Merge branch 'concurrency'Eli Zaretskii2016-12-0426-441/+2780
|\
| * ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrencyEli Zaretskii2015-11-031-5/+5
| * Fix the MS-Windows buildEli Zaretskii2015-11-029-65/+58
| * merge from trunkKen Raeburn2015-11-01218-44080/+86889
| |\
| * | * src/eval.c (unbind_for_thread_switch): Fix iteration over theBarry O'Reilly2013-10-192-2/+7
| * | change condition-variablep to condition-variable-pTom Tromey2013-10-172-5/+5
| * | Fix crashes when unbind_for_thread_switch signals an error.Eli Zaretskii2013-09-014-8/+23
| * | Improve MS-Windows implementation of threads.Eli Zaretskii2013-08-314-14/+98
| * | Enable thread support in the MS-Windows build.Eli Zaretskii2013-08-303-0/+194
| * | rename thread-blocker to thread--blockerTom Tromey2013-08-271-1/+1
| * | remove binding_symbolTom Tromey2013-08-271-11/+3
| * | fix style of threadp, mutexp, and condition-variable-pTom Tromey2013-08-271-6/+3
| * | make thread_check_current_buffer return boolTom Tromey2013-08-272-4/+4
| * | add a comment before flush_stack_call_funcTom Tromey2013-08-271-0/+11
| * | fix whitespace_regexp warningTom Tromey2013-08-261-1/+3
| * | Fix MS-Windows build.Eli Zaretskii2013-08-2610-58/+96
| * | use record_unwind_protect_void, avoid warningTom Tromey2013-08-261-4/+3
| * | implement --enable-threads and a thread-less modeTom Tromey2013-08-263-23/+112
| * | merge from trunkTom Tromey2013-08-2519-327/+466
| |\ \
| * | | fix up some merge errors in process.cTom Tromey2013-08-191-17/+1
| * | | merge from trunkTom Tromey2013-08-1995-2885/+4242
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-07-2674-1604/+2378
| |\ \ \ \
| * \ \ \ \ Merge from trunkTom Tromey2013-07-1256-1037/+1453
| |\ \ \ \ \
| * | | | | | Use thread_alive_p in a couple more spotsTom Tromey2013-07-111-2/+2
| * | | | | | fix xfree bug in run_threadTom Tromey2013-07-071-1/+1
| * | | | | | merge from trunkTom Tromey2013-07-0670-24722/+27505
| |\ \ \ \ \ \
| * | | | | | | add assertion to flush_stack_call_funcTom Tromey2013-07-061-1/+4
| * | | | | | | call init_primary_thread from init_threadsTom Tromey2013-07-061-0/+1
| * | | | | | | avoid SAFE_ALLOCATom Tromey2013-07-041-4/+5
| * | | | | | | avoid current_thread sometimesTom Tromey2013-07-041-2/+3
| * | | | | | | initialize saved_valueTom Tromey2013-07-041-0/+2
| * | | | | | | unlink thread laterTom Tromey2013-07-031-11/+8
| * | | | | | | introduce thread_alive_p macroTom Tromey2013-07-031-6/+13
| * | | | | | | Don't call unbind_for_thread_switch in run_threadTom Tromey2013-07-031-2/+0
| * | | | | | | remove unused field from struct thread_stateTom Tromey2013-07-031-6/+0