aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from origin/emacs-27Glenn Morris2020-04-116-26/+121
|\ \ | |/
| * Fix redisplay when scrolling under redisplay-dont-pauseEli Zaretskii2020-04-101-0/+4
| * Avoid assertion violation in intervals.cEli Zaretskii2020-04-091-1/+1
| * Speed up 'resize-mode' child frames a littleDmitry Gutov2020-04-081-8/+16
| * Fix some problems with moving and resizing child framesMartin Rudalics2020-04-064-25/+108
* | Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård2020-04-091-5/+9
* | Fix display of boxed header-lineEli Zaretskii2020-04-091-1/+4
* | Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård2020-04-091-29/+17
* | Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård2020-04-091-1/+4
* | Don't rely on copying in {EN,DE}CODE_FILEMattias Engdegård2020-04-092-3/+3
* | Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-2/+2
* | Fix decoding ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-11/+26
* | Revert my KEY_OPS_CFLAGS change to src/Makefile.inPaul Eggert2020-04-071-5/+2
* | Improve inlining when compiling with -OgPaul Eggert2020-04-071-5/+3
* | Pacify gcc in xpm_scanPaul Eggert2020-04-061-2/+3
* | * src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert2020-04-051-2/+2
* | Fix a recent change in bignum.cEli Zaretskii2020-04-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-053-9/+5
|\ \ | |/
| * Fix small bug in copy_string_contents.Philipp Stephani2020-04-031-1/+1
| * Don't draw GTK's internal border and tab bar on top of each otherMartin Rudalics2020-04-031-4/+0
| * ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii2020-04-031-4/+4
* | Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård2020-04-051-1/+26
* | Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård2020-04-051-1/+1
* | Improve integer range checkingPaul Eggert2020-04-0516-205/+158
* | * src/lisp.h: Update overly-optimistic comment.Paul Eggert2020-04-051-2/+2
* | Avoid SAFE_ALLOCA in Fstring, Funibyte_stringPaul Eggert2020-04-041-24/+15
* | Default gcc -Og to inlining key opsPaul Eggert2020-04-042-11/+18
* | Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim2020-04-031-10/+6
* | Allow negative line width for :box face attributeAlexandre Adolphe2020-04-017-202/+207
* | Fix compilation with CHECK_STRUCTSAndreas Schwab2020-04-011-1/+1
* | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-314-126/+49
* | Merge from origin/emacs-27Glenn Morris2020-03-302-5/+8
|\ \ | |/
| * ; * src/decompress.c: Fix comment style.Eli Zaretskii2020-03-291-3/+3
| * ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.Eli Zaretskii2020-03-291-3/+3
| * Don't suggest setting face-remapping-alist to a literal (Bug#39812)Noam Postavsky2020-03-281-2/+5
* | Avoid assertion violation at startup in pdumped EmacsEli Zaretskii2020-03-301-11/+0
* | Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-281-1/+1
* | Use ATTRIBUTE_CONST for some bignum functionsPaul Eggert2020-03-272-5/+5
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-2714-164/+111
* | Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert2020-03-262-52/+41
* | Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-264-0/+26
* | Remove COERCE_MARKERPaul Eggert2020-03-261-8/+2
* | line-beginning-position args can be bignumsPaul Eggert2020-03-251-9/+17
* | Fix integer overflow in internal_self_insertPaul Eggert2020-03-251-1/+4
* | Fix integer overflow in forward-pointPaul Eggert2020-03-251-10/+0
* | Pacify --enable-gcc-warnings for lock_filePaul Eggert2020-03-251-15/+9
* | Merge from origin/emacs-27Glenn Morris2020-03-233-3/+4
|\ \ | |/
| * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-223-3/+4
* | Merge from origin/emacs-27Glenn Morris2020-03-231-1/+1
|\ \ | |/
| * Use correct registry name for windows-1251 charsetRobert Pluim2020-03-191-1/+1