aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; Spelling fixesPaul Eggert2016-11-192-3/+3
* Merge from origin/emacs-25Paul Eggert2016-11-191-11/+22
|\
| * Improve documentation of functions that accept time valuesEli Zaretskii2016-11-181-12/+26
| * Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-11-181-18/+26
* | Merge from origin/emacs-25Paul Eggert2016-11-1924-77/+76
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-0615-61/+61
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-0510-16/+15
* | Implement getrlimit and setrlimit for MS-WindowsEli Zaretskii2016-11-192-3/+86
* | Prevent dubious argument listsPhilipp Stephani2016-11-181-3/+15
* | Unbreak the build on Darwin (Bug#24957)Ken Brown2016-11-161-2/+2
* | Add --new-daemon, which runs in the foreground and does not forkGlenn Morris2016-11-152-136/+169
* | * src/emacs.c (usage_message): Mention named daemon. (Bug#24949)Glenn Morris2016-11-151-1/+1
* | Simplify case-insensitivity checks on Mac OS XKen Brown2016-11-151-24/+57
* | * src/emacs.c (sort_args): Warn about multiple matches.Glenn Morris2016-11-151-3/+7
* | Revert "Improve case-insensitive checks (Bug#24441)"Eli Zaretskii2016-11-141-61/+32
* | Improve case-insensitive checks (Bug#24441)Paul Eggert2016-11-141-32/+61
* | Port --enable-gcc-warnings to Ubuntu 16.10Paul Eggert2016-11-131-0/+1
* | Check case-sensitivity when renaming filesKen Brown2016-11-121-14/+83
* | Port to FreeBSD 11 AMDPaul Eggert2016-11-082-2/+8
* | Remove obsolete default-FOO variablesMark Oteiza2016-11-073-149/+1
* | Restore file descriptor limit in subprocessesPaul Eggert2016-11-063-4/+27
* | Prefer comments /* like this */ in C codePaul Eggert2016-11-051-7/+7
* | Enlarge DUMPED_HEAP_SIZEEli Zaretskii2016-11-051-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-043-6/+13
|\ \ | |/