summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with remote reptest-concurrencyTino Calancha2016-12-106-35/+114
|\
| * 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-105-0/+78
* | Fix typo in dired-omit-case-fold-pTino Calancha2016-12-101-1/+2
|/
* *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
* Add a NEWS entry.Eli Zaretskii2016-12-081-0/+13
* Fix network streams.Eli Zaretskii2016-12-073-20/+27
* Minimize spurious diffs from master.Eli Zaretskii2016-12-073-5/+6
* Fix the test suiteEli Zaretskii2016-12-063-99/+81
* 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-0437-449/+3434
|\
| * ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrencyconcurrencyEli Zaretskii2015-11-031-5/+5
| * Fix the MS-Windows buildEli Zaretskii2015-11-0210-66/+59
| * merge from trunkKen Raeburn2015-11-013306-636089/+797014
| |\
| * | * 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-305-0/+204
| * | use condition-notify in the docs, not condition-signalTom Tromey2013-08-271-2/+2
| * | zap until-condition docsTom Tromey2013-08-271-8/+1
| * | zap until-conditionTom Tromey2013-08-271-14/+0
| * | rename thread-blocker to thread--blockerTom Tromey2013-08-272-4/+5
| * | 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-2612-59/+103
| * | use record_unwind_protect_void, avoid warningTom Tromey2013-08-261-4/+3
| * | implement --enable-threads and a thread-less modeTom Tromey2013-08-264-23/+125
| * | merge from trunkTom Tromey2013-08-2554-1085/+2968
| |\ \
| * | | fix up some merge errors in process.cTom Tromey2013-08-191-17/+1
| * | | merge from trunkTom Tromey2013-08-19461-7428/+17291
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-07-26192-3290/+6159
| |\ \ \ \
| * \ \ \ \ Merge from trunkTom Tromey2013-07-12158-2228/+4301
| |\ \ \ \ \
| * | | | | | 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-06337-57962/+71678
| |\ \ \ \ \ \
| * | | | | | | add assertion to flush_stack_call_funcTom Tromey2013-07-061-1/+4
| * | | | | | | call init_primary_thread from init_threadsTom Tromey2013-07-061-0/+1