aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | merge from trunkTom Tromey2013-06-1332-186/+530
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fix a few latent issues in the thread patchTom Tromey2013-06-061-6/+10
| | * | | | | | | | | update eval.c to make it build again after the mergeTom Tromey2013-06-031-12/+12
| | * | | | | | | | | merge from trunk; clean up some issuesTom Tromey2013-06-0394-3459/+6483
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | don't let kill-buffer kill a buffer if it is current in any threadTom Tromey2013-03-183-0/+24
| | * | | | | | | | | | fix process bugsTom Tromey2013-03-171-68/+59
| | * | | | | | | | | | merge from trunkTom Tromey2013-03-1737-418/+884
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-03-0896-3504/+4662
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-1638-649/+833
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-05197-726/+1767
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Remove bit accidentally left over from the mergeTom Tromey2012-12-171-4/+0
| | * | | | | | | | | | | | | | merge from trunkTom Tromey2012-12-17167-12245/+18481
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-0488-1777/+2452
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | cannot thread-join the current threadTom Tromey2012-08-271-0/+3
| | * | | | | | | | | | | | | | | | rename condition-variablep to condition-variable-pTom Tromey2012-08-231-2/+2
| | * | | | | | | | | | | | | | | | pass the thread name to the OS if possibleTom Tromey2012-08-203-5/+21
| | * | | | | | | | | | | | | | | | Merge from trunkTom Tromey2012-08-2079-1818/+3582
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | another docstring fixletTom Tromey2012-08-191-1/+2
| | * | | | | | | | | | | | | | | | | minor docstring fixupTom Tromey2012-08-191-4/+4
| | * | | | | | | | | | | | | | | | | add condition-mutex and condition-nameTom Tromey2012-08-191-0/+27
| | * | | | | | | | | | | | | | | | | ensure name of a thread is a stringTom Tromey2012-08-191-0/+3
| | * | | | | | | | | | | | | | | | | ensure name of a mutex is a stringTom Tromey2012-08-191-0/+3
| | * | | | | | | | | | | | | | | | | use NILPTom Tromey2012-08-191-3/+3
| | * | | | | | | | | | | | | | | | | condition variablesTom Tromey2012-08-196-20/+255
| | * | | | | | | | | | | | | | | | | comment fixesTom Tromey2012-08-181-1/+7
| | * | | | | | | | | | | | | | | | | refactor systhread.hTom Tromey2012-08-184-128/+121
| | * | | | | | | | | | | | | | | | | write docstrings for the thread functionsTom Tromey2012-08-171-26/+54
| | * | | | | | | | | | | | | | | | | declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.hTom Tromey2012-08-172-4/+2
| | * | | | | | | | | | | | | | | | | process changesTom Tromey2012-08-154-28/+221
| | * | | | | | | | | | | | | | | | | Prepare process.c for threads by not having global select masks.Tom Tromey2012-08-151-130/+165
| | * | | | | | | | | | | | | | | | | fix a latent bug in process.cTom Tromey2012-08-151-1/+1
| | * | | | | | | | | | | | | | | | | This adds thread-blocker, a function to examine what a thread isTom Tromey2012-08-152-1/+34
| | * | | | | | | | | | | | | | | | | This adds names to mutexes. This seemed like a nice debuggingTom Tromey2012-08-153-13/+31
| | * | | | | | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-156-3/+117
| | * | | | | | | | | | | | | | | | | This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-157-19/+400
| | * | | | | | | | | | | | | | | | | This turns thread_state into a pseudovector and updates various bitsTom Tromey2012-08-155-3/+38
| | * | | | | | | | | | | | | | | | | This introduces some new functions to handle the specpdl. The basicTom Tromey2012-08-154-42/+134
| | * | | | | | | | | | | | | | | | | This introduces the low-level system threading support. It also addsTom Tromey2012-08-157-1/+286
| | * | | | | | | | | | | | | | | | | This parameterizes the GC a bit to make it thread-ready.Tom Tromey2012-08-156-64/+140
| | * | | | | | | | | | | | | | | | | This introduces a thread-state object and moves various C globalsTom Tromey2012-08-1514-101/+223
* | | | | | | | | | | | | | | | | | | * src/lisp.h (struct terminal): Remove unnecessary forward decl.Paul Eggert2016-12-081-3/+0
* | | | | | | | | | | | | | | | | | | Make read1 more reentrantPaul Eggert2016-12-081-97/+106
* | | | | | | | | | | | | | | | | | | Fix unlikely substitute-command-keys memory leakPaul Eggert2016-12-081-4/+13
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-12-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix documentation of `window-combination-resize'Martin Rudalics2016-12-011-2/+2
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-12-075-7/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-285-7/+28
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | ; * src/lread.c (openp): Correct an inaccuracy in commentary.Eli Zaretskii2016-11-221-1/+1
* | | | | | | | | | | | | | | | | | | Fix --enable-gcc-warnings --with-ns on FedoraPaul Eggert2016-12-072-13/+13