aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix rounding errors in time conversionPaul Eggert2020-03-031-44/+35
* | Tweak GMP usage for (HI LO US PS) timestampsPaul Eggert2020-03-021-11/+20
* | Fix macOS/GNUstep compilation warningsAlan Third2020-03-023-96/+7
* | Fix #defines controlling when NS port draws to offscreen bufferAlan Third2020-03-022-11/+31
* | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-011-18/+5
* | Unbreak build with CHECK_STRUCTSPhilipp Stephani2020-02-291-1/+1
* | Revert "Signal an error for the regexp "[:alnum:]""Mattias Engdegård2020-02-271-20/+1
* | Revert "Don't complain about the regexp "[:-:]""Mattias Engdegård2020-02-271-1/+1
* | * src/nsterm.m ([EmacsView toolbarClicked:]): Fix last changeRobert Pluim2020-02-271-0/+1
* | * src/gtkutil.c, src/nsterm.m: Fix bug#39808Stefan Monnier2020-02-272-13/+0
* | Don't complain about the regexp "[:-:]"Mattias Engdegård2020-02-261-1/+1
* | Signal an error for the regexp "[:alnum:]"Mattias Engdegård2020-02-261-1/+20
* | Adapt the MS-Windows build to 'nofollow' changesEli Zaretskii2020-02-242-3/+40
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-18/+28
* | Restore runtime check for invalid tagPaul Eggert2020-02-222-8/+3
* | * src/keyboard.c: Copy last tool-bar change to tab-bar.Stefan Monnier2020-02-212-20/+3
* | * src/keyboard.c (make_lispy_event): Generate proper tool-bar events.Stefan Monnier2020-02-212-15/+7
* | Merge from origin/emacs-27Glenn Morris2020-02-201-1/+1
|\ \ | |/
| * Fix bug when visiting euc-jp-encoded directoriesPaul Eggert2020-02-191-1/+1
* | Fix search for ~/.Xdefaults-HOSTNAME (again)Johan Bockgård2020-02-191-1/+1
* | Fix working text related issues on NS (Bug#38851)Masahiro Nakamura2020-02-192-8/+16
* | Fix horizontal bit shiftingAlan Third2020-02-191-3/+4
* | Avoid unlikely load-average bugPaul Eggert2020-02-171-1/+1
* | Improve C-h C-h bug fixPaul Eggert2020-02-161-4/+7
* | * src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris2020-02-161-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-163-26/+28
|\ \ | |/
| * Fix unexec failure on macOS 10.15.4YAMAMOTO Mitsuharu2020-02-161-23/+24
| * ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-131-1/+1
| * Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-131-2/+3
| * Revert "Fix display of working text on NS (Bug#23412, Bug#1453)"Alan Third2020-02-111-4/+4
* | Fix C-h C-h bug due to mutating a hash keyPaul Eggert2020-02-151-0/+15