| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | | Clean out some IRIX cruft | Paul Eggert | 2016-12-06 | 3 | -59/+2 | |
| * | | | | | | | | | | | | | | | | | | | Simplify FUNCTIONP implementation | Paul Eggert | 2016-12-06 | 6 | -45/+36 | |
| * | | | | | | | | | | | | | | | | | | | Give test-completion's PREDICATE the hashtable key | Noam Postavsky | 2016-12-06 | 1 | -16/+17 | |
| * | | | | | | | | | | | | | | | | | | | Give test-completion's PREDICATE full alist entry | Noam Postavsky | 2016-12-06 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | Change two _Noreturn functions to return void | Paul Eggert | 2016-12-06 | 3 | -20/+26 | |
| * | | | | | | | | | | | | | | | | | | | * src/lisp.h: Update comment to kick -Og down the road. | Paul Eggert | 2016-12-04 | 1 | -3/+2 | |
| | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Document watchpoints | Noam Postavsky | 2016-12-02 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | Ensure redisplay using variable watcher | Noam Postavsky | 2016-12-02 | 3 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | | Show watchpoints when describing variables | Noam Postavsky | 2016-12-02 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | | | Add lisp watchpoints | Noam Postavsky | 2016-12-02 | 8 | -173/+378 | |
| * | | | | | | | | | | | | | | | | | | Support for rawrgb images using imagemagick | Evgeny Zajcev | 2016-12-02 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix type typo on Solaris | Paul Eggert | 2016-12-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Make struct font_drivers read-only | Paul Eggert | 2016-12-01 | 10 | -303/+251 | |
| * | | | | | | | | | | | | | | | | | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove. | Paul Eggert | 2016-12-01 | 7 | -14/+6 | |
| * | | | | | | | | | | | | | | | | | | Make Cairo safer for --enable-gcc-warnings | Paul Eggert | 2016-12-01 | 1 | -26/+21 | |
| * | | | | | | | | | | | | | | | | | | Fix Condition in kbd_buffer_store_buffered_event (bug#19547). | Thierry Volpiatto | 2016-11-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Pacify Sun C 5.14 | Paul Eggert | 2016-11-29 | 1 | -12/+15 | |
| * | | | | | | | | | | | | | | | | | | * src/eval.c (clobbered_eassert): Check E's syntax. | Paul Eggert | 2016-11-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Upcase Path and ComSpec in process-environment | Noam Postavsky | 2016-11-28 | 1 | -4/+21 | |
| * | | | | | | | | | | | | | | | | | | Pacify gcc -Wswitch. | Paul Eggert | 2016-11-27 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Reuse already existing lisp symbols for ignore_event (bug#19547). | Thierry Volpiatto | 2016-11-28 | 1 | -6/+3 | |
| * | | | | | | | | | | | | | | | | | | Allow configuring which event throw-on-input should ignore (bug#19547). | Thierry Volpiatto | 2016-11-27 | 1 | -5/+22 | |
| * | | | | | | | | | | | | | | | | | | ash, lsh avoid code duplication | Tino Calancha | 2016-11-27 | 1 | -21/+15 | |
| * | | | | | | | | | | | | | | | | | | Don't access pointers to freed storage in regex.c | Paul Eggert | 2016-11-26 | 1 | -36/+15 | |
| * | | | | | | | | | | | | | | | | | | Port build to gcc -fcheck-pointer-bounds | Paul Eggert | 2016-11-25 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Fix another CANNOT_DUMP problem | Paul Eggert | 2016-11-21 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix undefined refs on some GNU/Linux hosts | Paul Eggert | 2016-11-20 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Make CANNOT_DUMP work better on GNU/Linux | Paul Eggert | 2016-11-20 | 4 | -11/+28 | |
| * | | | | | | | | | | | | | | | | | | * src/xdisp.c (block_buffer_flips, unblock_buffer_flips): Now static. | Paul Eggert | 2016-11-20 | 2 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | Pacify --enable-gcc-warnings CANNOT_DUMP=yes | Paul Eggert | 2016-11-20 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | Fix redrawing non-selected frame after resize on MS-Windows | Eli Zaretskii | 2016-11-20 | 2 | -4/+12 | |
| * | | | | | | | | | | | | | | | | | | * src/editfns.c (format-time-string): Mention %q in doc string. | Tino Calancha | 2016-11-20 | 1 | -0/+1 | |