aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix typo in previous changePaul Eggert2019-03-021-5/+5
* | | | memory_full_cons_threshold is a constantPaul Eggert2019-03-022-9/+5
* | | | Avoid staticvec duplicatesPaul Eggert2019-03-022-9/+13
* | | | Check by eassert that a bytepos argument isn't in the middle of a characterAlan Mackenzie2019-03-021-0/+4
* | | | Revert "Add hook for all events"Phillip Lord2019-03-021-4/+0
* | | | Fix 'end-of-visual-line' with overlay strings with newlinesEli Zaretskii2019-03-021-2/+2
* | | | * src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier2019-03-011-33/+34
* | | | Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-015-34/+40
* | | | Merge from origin/emacs-26Glenn Morris2019-03-011-4/+4
|\ \ \ \ | |/ / /
| * | | ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.Eli Zaretskii2019-02-231-4/+4
* | | | Suppress GC stats when obviously not neededPaul Eggert2019-03-013-126/+116
* | | | Don't signal Quit from 'while-no-input' on TTY framesEli Zaretskii2019-03-011-1/+4
* | | | * src/pdumper.c: Clarify the message about updating hash valuesAlan Mackenzie2019-03-011-2/+3
* | | | ; * src/xfaces.c (syms_of_xfaces): Fix last change.Eli Zaretskii2019-03-011-1/+4
* | | | Allow control on the threshold for using 'distant-foreground'Federico Tedin2019-03-011-3/+12
* | | | Avoid rare crashes in xbacktraceEli Zaretskii2019-02-281-1/+7
* | | | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-2723-188/+188
* | | | ; Delete unused variable replace-buffer-contents-max-secsTassilo Horn2019-02-251-6/+0
* | | | format-time-string: document new '+' flagPaul Eggert2019-02-251-12/+18
* | | | Ignore pending_signals when checking for quits.Philipp Stephani2019-02-244-8/+37
* | | | Don’t assume timersub and gettimeofdayPaul Eggert2019-02-232-24/+23
* | | | Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-20/+75
* | | | Merge from origin/emacs-26Glenn Morris2019-02-201-0/+3
|\ \ \ \ | |/ / /
| * | | Fix input after setting x-wait-for-event-timeout nilEli Zaretskii2019-02-191-0/+3
| * | | Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* | | | switch-to-buffer's completion table uses its own sortingJoão Távora2019-02-191-1/+5
* | | | Minor profiler improvementsPaul Eggert2019-02-181-32/+18
* | | | Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-181-3/+4
* | | | * src/fns.c: Fix comment.Paul Eggert2019-02-181-2/+1
* | | | * src/lread.c (readevalloop): Simplify via suffix_p.Paul Eggert2019-02-161-5/+4
* | | | Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs into trunkStefan Monnier2019-02-151-0/+10
|\ \ \ \
| * \ \ \ Merge from origin/emacs-26Glenn Morris2019-02-151-0/+10
| |\ \ \ \ | | |/ / /
| | * | | * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-121-0/+10
* | | | | * src/lread.c (readevalloop): Use filename to decide macroexpansionStefan Monnier2019-02-151-7/+6
|/ / / /
* | | | Support ~USER for some names on MS-WindowsEli Zaretskii2019-02-151-1/+23
* | | | Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* | | | Unbreak the Cygw32 buildEli Zaretskii2019-02-101-1/+3
* | | | Add new function replace-buffer-contentsTassilo Horn2019-02-081-1/+9
* | | | Merge from origin/emacs-26Glenn Morris2019-02-083-4/+5
|\ \ \ \ | |/ / /
| * | | Minor improvements to do strings in callproc.cEli Zaretskii2019-02-081-2/+3
| * | | Fix process-thread docstringRobert Pluim2019-02-081-1/+1
| * | | ; * src/coding.h (struct coding_system): Fix a typo in a comment.Eli Zaretskii2019-02-061-1/+1
* | | | Unify three font info structuresRobert Pluim2019-02-084-109/+75
* | | | Minor fix for unexec builds.Eli Zaretskii2019-02-071-2/+5
* | | | ; Simplify last change.Eli Zaretskii2019-02-071-5/+1
* | | | Avoid segfaults on MS-Windows in enexec'ed EmacsEli Zaretskii2019-02-071-10/+16
* | | | Unbreak interactive invocation of temacs on MS-WindowsEli Zaretskii2019-02-061-2/+2
* | | | Prevent segfaults when running inside dockerEli Zaretskii2019-02-061-0/+6
* | | | Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii2019-02-043-2/+19
* | | | Support (locale-info 'paper) on MS-WindowsEli Zaretskii2019-02-042-4/+39