aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | Clean out some IRIX cruftPaul Eggert2016-12-063-59/+2
* | | | | | | | | | | | | | | | | | | Simplify FUNCTIONP implementationPaul Eggert2016-12-066-45/+36
* | | | | | | | | | | | | | | | | | | Give test-completion's PREDICATE the hashtable keyNoam Postavsky2016-12-061-16/+17
* | | | | | | | | | | | | | | | | | | Give test-completion's PREDICATE full alist entryNoam Postavsky2016-12-061-5/+3
* | | | | | | | | | | | | | | | | | | Change two _Noreturn functions to return voidPaul Eggert2016-12-063-20/+26
* | | | | | | | | | | | | | | | | | | * src/lisp.h: Update comment to kick -Og down the road.Paul Eggert2016-12-041-3/+2
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Document watchpointsNoam Postavsky2016-12-021-0/+9
* | | | | | | | | | | | | | | | | | Ensure redisplay using variable watcherNoam Postavsky2016-12-023-16/+10
* | | | | | | | | | | | | | | | | | Show watchpoints when describing variablesNoam Postavsky2016-12-021-0/+11
* | | | | | | | | | | | | | | | | | Add lisp watchpointsNoam Postavsky2016-12-028-173/+378
* | | | | | | | | | | | | | | | | | Support for rawrgb images using imagemagickEvgeny Zajcev2016-12-021-0/+8
* | | | | | | | | | | | | | | | | | Fix type typo on SolarisPaul Eggert2016-12-011-1/+1
* | | | | | | | | | | | | | | | | | Make struct font_drivers read-onlyPaul Eggert2016-12-0110-303/+251
* | | | | | | | | | | | | | | | | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-017-14/+6
* | | | | | | | | | | | | | | | | | Make Cairo safer for --enable-gcc-warningsPaul Eggert2016-12-011-26/+21
* | | | | | | | | | | | | | | | | | Fix Condition in kbd_buffer_store_buffered_event (bug#19547).Thierry Volpiatto2016-11-301-1/+1
* | | | | | | | | | | | | | | | | | Pacify Sun C 5.14Paul Eggert2016-11-291-12/+15
* | | | | | | | | | | | | | | | | | * src/eval.c (clobbered_eassert): Check E's syntax.Paul Eggert2016-11-291-2/+2
* | | | | | | | | | | | | | | | | | Upcase Path and ComSpec in process-environmentNoam Postavsky2016-11-281-4/+21
* | | | | | | | | | | | | | | | | | Pacify gcc -Wswitch.Paul Eggert2016-11-271-1/+2
* | | | | | | | | | | | | | | | | | Reuse already existing lisp symbols for ignore_event (bug#19547).Thierry Volpiatto2016-11-281-6/+3
* | | | | | | | | | | | | | | | | | Allow configuring which event throw-on-input should ignore (bug#19547).Thierry Volpiatto2016-11-271-5/+22
* | | | | | | | | | | | | | | | | | ash, lsh avoid code duplicationTino Calancha2016-11-271-21/+15
* | | | | | | | | | | | | | | | | | Don't access pointers to freed storage in regex.cPaul Eggert2016-11-261-36/+15
* | | | | | | | | | | | | | | | | | Port build to gcc -fcheck-pointer-boundsPaul Eggert2016-11-252-2/+2
* | | | | | | | | | | | | | | | | | Fix another CANNOT_DUMP problemPaul Eggert2016-11-212-4/+4
* | | | | | | | | | | | | | | | | | Fix undefined refs on some GNU/Linux hostsPaul Eggert2016-11-201-4/+4
* | | | | | | | | | | | | | | | | | Make CANNOT_DUMP work better on GNU/LinuxPaul Eggert2016-11-204-11/+28
* | | | | | | | | | | | | | | | | | * src/xdisp.c (block_buffer_flips, unblock_buffer_flips): Now static.Paul Eggert2016-11-202-7/+7
* | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warnings CANNOT_DUMP=yesPaul Eggert2016-11-201-4/+6
* | | | | | | | | | | | | | | | | | Fix redrawing non-selected frame after resize on MS-WindowsEli Zaretskii2016-11-202-4/+12
* | | | | | | | | | | | | | | | | | * src/editfns.c (format-time-string): Mention %q in doc string.Tino Calancha2016-11-201-0/+1