aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-27Paul Eggert2020-03-081-8/+24
|\ \ | |/
| * * src/timefns.c: Add comments.Paul Eggert2020-03-081-8/+24
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-074-43/+41
* | Merge from origin/emacs-27Glenn Morris2020-03-072-2/+14
|\ \ | |/
| * Attempt to avoid rare segfaults in show_mouse_faceEli Zaretskii2020-03-061-0/+4
| * Avoid crashes when a fontset has strange entriesEli Zaretskii2020-03-051-2/+10
| * Fix implicit declaration of getenv and atolAndreas Schwab2020-03-031-0/+1
* | Remove ancient OS X process-connection-type handlingGlenn Morris2020-03-052-14/+0
* | Merge from origin/emacs-27Glenn Morris2020-03-045-12/+58
|\ \ | |/
| * Fix handling MS-Windows keyboard input above the BMPEli Zaretskii2020-03-031-1/+41
| * Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-023-8/+16
| * * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-281-3/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-042-9/+17
|\ \ | |/
| * Range-check width passed to define-fringe-bitmapRobert Pluim2020-02-261-2/+5
| * Define libgnutls-version properlyNoam Postavsky2020-02-251-7/+12
* | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-045-29/+42
* | Fix more NS_DRAW_TO_BUFFER #ifdefs (bug#39883)Alan Third2020-03-041-7/+4
* | Ignore spurious focus eventsDaniel Colascione2020-03-031-0/+10
* | Time division speedupsPaul Eggert2020-03-031-4/+10