aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Avoid extra "changed on disk" prompt in save-buffer (Bug#18336)Noam Postavsky2020-03-221-5/+5
* | Fix display of :box face when overlay strings are aroundEli Zaretskii2020-03-192-29/+67
* | Tiny simplification of frac_to_doublePaul Eggert2020-03-191-2/+1
* | Omit timestamp optimization invalid on 387 FPUPaul Eggert2020-03-191-3/+0
* | Merge from origin/emacs-27Glenn Morris2020-03-189-10/+30
|\ \ | |/
| * Recalculate default font when switching font backendRobert Pluim2020-03-179-10/+30
* | Merge from origin/emacs-27Glenn Morris2020-03-182-2/+2
|\ \ | |/
| * Fix display of Big5 characters when using FontconfigEli Zaretskii2020-03-142-2/+2
* | Don't generate useless range table entries for ASCII charsMattias Engdegård2020-03-171-11/+14
* | Reverse the meaning of 2nd arg to 'live_buffer_holding'Eli Zaretskii2020-03-151-7/+9
* | Make sure we mark reachable killed buffers during GCPip Cet2020-03-151-8/+10
* | Merge from origin/emacs-27Glenn Morris2020-03-131-1/+1
|\ \ | |/
| * Port .gdbinit to clang with -gdwarf-4Paul Eggert2020-03-091-1/+1
* | Fix NS child frame in native fullscreen (bug#36672)Andrii Kolomoiets2020-03-122-12/+99
* | Merge from origin/emacs-27Paul Eggert2020-03-081-7/+42
|\ \ | |/
| * ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-081-1/+1
| * * src/timefns.c: Add comments.Paul Eggert2020-03-081-7/+42
* | Fix the MinGW build as followup to recent "nofollow" changesEli Zaretskii2020-03-082-46/+77