aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-0510-52/+59
* | | | ; * src/xdisp.c: Fix typo.Charles A. Roelli2018-08-051-1/+1
* | | | Merge from emacs-26Noam Postavsky2018-08-042-2/+19
|\ \ \ \ | |/ / /
| * | | Avoid assertion violations in maybe_produce_line_numberEli Zaretskii2018-08-021-0/+1
| * | | Avoid assertion violations in set_text_properties_1Eli Zaretskii2018-08-021-2/+18
* | | | Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-013-35/+10
* | | | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-012-0/+22
* | | | Simplify by assuming C99 math.h isnan etc.Paul Eggert2018-07-313-25/+6
* | | | ; * src/json.c: Fix typo in license statementPhilipp Stephani2018-07-301-1/+1
* | | | Merge from origin/emacs-26Paul Eggert2018-07-291-4/+7
|\ \ \ \ | |/ / /
| * | | Fix last change in 'char_width'Eli Zaretskii2018-07-291-4/+7
* | | | Merge from origin/emacs-26Glenn Morris2018-07-282-22/+12
|\ \ \ \ | |/ / /
| * | | Fix calls to modifications hooks in replace-buffer-contentsEli Zaretskii2018-07-271-16/+3
| * | | * src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii2018-07-271-6/+9
* | | | Fix file-name-case-insensitive-p on non-existent filesKen Brown2018-07-271-0/+15
* | | | * src/editfns.c (syms_of_editfns): Fix typo in previous change.Paul Eggert2018-07-261-2/+2
* | | | %o and %x can now format signed integersPaul Eggert2018-07-261-5/+38
* | | | Notify systemd in daemon-initialized and kill-emacs (Bug#31498)Lucas Werkmeister2018-07-251-0/+11
* | | | Move proper-list-p to CPaul Eggert2018-07-243-19/+26
* | | | Merge from origin/emacs-26Glenn Morris2018-07-242-14/+16
|\ \ \ \ | |/ / /
| * | | Fix last change in editfns.cEli Zaretskii2018-07-211-11/+4
| * | | Fix calls to buffer modification hooks from replace-buffer-contentsEli Zaretskii2018-07-211-5/+12
| * | | Improve doc strings of several variables in keyboard.cEli Zaretskii2018-07-211-13/+15
* | | | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1
* | | | positive → nonnegative doc fixesPaul Eggert2018-07-231-2/+2
* | | | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-223-10/+25
* | | | thread-join returns the result of finished threadMichael Albinus2018-07-222-7/+18
* | | | Pacify GCC 7 with -Wformat-overflowKen Brown2018-07-211-1/+1
* | | | Fix recording keyboard macros when input method is activeEli Zaretskii2018-07-211-2/+17
* | | | Report base of out-of-range input fixnumsPaul Eggert2018-07-211-2/+3
* | | | * src/fns.c (Feql, Fequal): Improve floating-point doc.Paul Eggert2018-07-201-4/+6
* | | | Merge from origin/emacs-26Glenn Morris2018-07-201-6/+32
|\ \ \ \ | |/ / /
| * | | Avoid assertion violations in gnutls.cEli Zaretskii2018-07-171-6/+32
* | | | Simplify w32cygwinx.c and pacify GCC (Bug#32189)Paul Eggert2018-07-201-21/+16
* | | | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-1925-54/+47
* | | | Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-33/+35
* | | | Add variable main-thread, fix Bug#32169Michael Albinus2018-07-171-4/+19
| |_|/ |/| |
* | | Avoid infloop in redisplay due to faulty mode-line propertiesJonathan Kyle Mitchell2018-07-141-2/+22
* | | Merge from origin/emacs-26Glenn Morris2018-07-133-8/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Fix format error in Faccept_process_outputMichael Albinus2018-07-131-6/+5
| * Lessen stack consumption in recursive read1Paul Eggert2018-07-121-1/+1
| * Fix previous make-network-process changeNoam Postavsky2018-07-121-1/+1
| * Provide feature 'threadsMichael Albinus2018-07-121-0/+2
* | Merge from emacs-26Noam Postavsky2018-07-091-15/+11
|\ \ | |/
| * Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
* | Merge from emacs-26Noam Postavsky2018-07-091-2/+4
|\ \ | |/
| * Fix bootstrap infloop in GNU/Linux alphaPaul Eggert2018-07-081-2/+4
* | Minor improvements in recent NSM documentation changesEli Zaretskii2018-07-081-1/+1
* | NSM-related doc fixesLars Ingebrigtsen2018-07-081-2/+10
* | Merge from origin/emacs-26Glenn Morris2018-07-072-9/+14
|\ \ | |/