| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | ; Spelling fixes | Paul Eggert | 2016-11-19 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -11/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Improve documentation of functions that accept time values | Eli Zaretskii | 2016-11-18 | 1 | -12/+26 | |
| | * | | | | | | | | | | | | | | | | | Speed up initialization by preferring /dev/urandom to GnuTLS | Daniel Colascione | 2016-11-18 | 1 | -18/+26 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 24 | -77/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 15 | -61/+61 | |
| | * | | | | | | | | | | | | | | | | | Prefer comments /* like this */ in C code | Paul Eggert | 2016-11-05 | 10 | -16/+15 | |
| * | | | | | | | | | | | | | | | | | | Implement getrlimit and setrlimit for MS-Windows | Eli Zaretskii | 2016-11-19 | 2 | -3/+86 | |
| * | | | | | | | | | | | | | | | | | | Prevent dubious argument lists | Philipp Stephani | 2016-11-18 | 1 | -3/+15 | |
| * | | | | | | | | | | | | | | | | | | Unbreak the build on Darwin (Bug#24957) | Ken Brown | 2016-11-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Add --new-daemon, which runs in the foreground and does not fork | Glenn Morris | 2016-11-15 | 2 | -136/+169 | |
| * | | | | | | | | | | | | | | | | | | * src/emacs.c (usage_message): Mention named daemon. (Bug#24949) | Glenn Morris | 2016-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Simplify case-insensitivity checks on Mac OS X | Ken Brown | 2016-11-15 | 1 | -24/+57 | |
| * | | | | | | | | | | | | | | | | | | * src/emacs.c (sort_args): Warn about multiple matches. | Glenn Morris | 2016-11-15 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | Revert "Improve case-insensitive checks (Bug#24441)" | Eli Zaretskii | 2016-11-14 | 1 | -61/+32 | |
| * | | | | | | | | | | | | | | | | | | Improve case-insensitive checks (Bug#24441) | Paul Eggert | 2016-11-14 | 1 | -32/+61 | |
| * | | | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to Ubuntu 16.10 | Paul Eggert | 2016-11-13 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | Check case-sensitivity when renaming files | Ken Brown | 2016-11-12 | 1 | -14/+83 | |