| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | merge from trunk | Tom Tromey | 2013-06-13 | 32 | -186/+530 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | fix a few latent issues in the thread patch | Tom Tromey | 2013-06-06 | 1 | -6/+10 | |
| | | * | | | | | | | | | update eval.c to make it build again after the merge | Tom Tromey | 2013-06-03 | 1 | -12/+12 | |
| | | * | | | | | | | | | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 94 | -3459/+6483 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | don't let kill-buffer kill a buffer if it is current in any thread | Tom Tromey | 2013-03-18 | 3 | -0/+24 | |
| | | * | | | | | | | | | | fix process bugs | Tom Tromey | 2013-03-17 | 1 | -68/+59 | |
| | | * | | | | | | | | | | merge from trunk | Tom Tromey | 2013-03-17 | 37 | -418/+884 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 96 | -3504/+4662 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 38 | -649/+833 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 197 | -726/+1767 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | Remove bit accidentally left over from the merge | Tom Tromey | 2012-12-17 | 1 | -4/+0 | |
| | | * | | | | | | | | | | | | | | merge from trunk | Tom Tromey | 2012-12-17 | 167 | -12245/+18481 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 88 | -1777/+2452 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | cannot thread-join the current thread | Tom Tromey | 2012-08-27 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | | | | rename condition-variablep to condition-variable-p | Tom Tromey | 2012-08-23 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | pass the thread name to the OS if possible | Tom Tromey | 2012-08-20 | 3 | -5/+21 | |
| | | * | | | | | | | | | | | | | | | | Merge from trunk | Tom Tromey | 2012-08-20 | 79 | -1818/+3582 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | another docstring fixlet | Tom Tromey | 2012-08-19 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | | | minor docstring fixup | Tom Tromey | 2012-08-19 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | | | add condition-mutex and condition-name | Tom Tromey | 2012-08-19 | 1 | -0/+27 | |
| | | * | | | | | | | | | | | | | | | | | ensure name of a thread is a string | Tom Tromey | 2012-08-19 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | | | | | ensure name of a mutex is a string | Tom Tromey | 2012-08-19 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | | | | | use NILP | Tom Tromey | 2012-08-19 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | condition variables | Tom Tromey | 2012-08-19 | 6 | -20/+255 | |
| | | * | | | | | | | | | | | | | | | | | comment fixes | Tom Tromey | 2012-08-18 | 1 | -1/+7 | |
| | | * | | | | | | | | | | | | | | | | | refactor systhread.h | Tom Tromey | 2012-08-18 | 4 | -128/+121 | |
| | | * | | | | | | | | | | | | | | | | | write docstrings for the thread functions | Tom Tromey | 2012-08-17 | 1 | -26/+54 | |
| | | * | | | | | | | | | | | | | | | | | declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.h | Tom Tromey | 2012-08-17 | 2 | -4/+2 | |
| | | * | | | | | | | | | | | | | | | | | process changes | Tom Tromey | 2012-08-15 | 4 | -28/+221 | |
| | | * | | | | | | | | | | | | | | | | | Prepare process.c for threads by not having global select masks. | Tom Tromey | 2012-08-15 | 1 | -130/+165 | |
| | | * | | | | | | | | | | | | | | | | | fix a latent bug in process.c | Tom Tromey | 2012-08-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | This adds thread-blocker, a function to examine what a thread is | Tom Tromey | 2012-08-15 | 2 | -1/+34 | |
| | | * | | | | | | | | | | | | | | | | | This adds names to mutexes. This seemed like a nice debugging | Tom Tromey | 2012-08-15 | 3 | -13/+31 | |
| | | * | | | | | | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 6 | -3/+117 | |
| | | * | | | | | | | | | | | | | | | | | This adds most of the thread features visible to emacs lisp. | Tom Tromey | 2012-08-15 | 7 | -19/+400 | |
| | | * | | | | | | | | | | | | | | | | | This turns thread_state into a pseudovector and updates various bits | Tom Tromey | 2012-08-15 | 5 | -3/+38 | |
| | | * | | | | | | | | | | | | | | | | | This introduces some new functions to handle the specpdl. The basic | Tom Tromey | 2012-08-15 | 4 | -42/+134 | |
| | | * | | | | | | | | | | | | | | | | | This introduces the low-level system threading support. It also adds | Tom Tromey | 2012-08-15 | 7 | -1/+286 | |
| | | * | | | | | | | | | | | | | | | | | This parameterizes the GC a bit to make it thread-ready. | Tom Tromey | 2012-08-15 | 6 | -64/+140 | |
| | | * | | | | | | | | | | | | | | | | | This introduces a thread-state object and moves various C globals | Tom Tromey | 2012-08-15 | 14 | -101/+223 | |
| * | | | | | | | | | | | | | | | | | | | * src/lisp.h (struct terminal): Remove unnecessary forward decl. | Paul Eggert | 2016-12-08 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | | | | Make read1 more reentrant | Paul Eggert | 2016-12-08 | 1 | -97/+106 | |
| * | | | | | | | | | | | | | | | | | | | Fix unlikely substitute-command-keys memory leak | Paul Eggert | 2016-12-08 | 1 | -4/+13 | |
| * | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-12-07 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix documentation of `window-combination-resize' | Martin Rudalics | 2016-12-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-12-07 | 5 | -7/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix 'expand-file-name' during startup on MS-Windows | Eli Zaretskii | 2016-11-28 | 5 | -7/+28 | |
| * | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-12-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | ; * src/lread.c (openp): Correct an inaccuracy in commentary. | Eli Zaretskii | 2016-11-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Fix --enable-gcc-warnings --with-ns on Fedora | Paul Eggert | 2016-12-07 | 2 | -13/+13 | |