aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Special-case symbol and fixnum keys in member, assoc and rassocMattias Engdegård2020-07-081-0/+14
* Merge from origin/emacs-27Glenn Morris2020-07-071-0/+16
|\
| * Avoid infloop in 'format-mode-line'Eli Zaretskii2020-07-071-0/+16
* | Merge from origin/emacs-27Glenn Morris2020-07-073-5/+10
|\ \ | |/
| * Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-291-0/+2
| * * src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii2020-06-271-1/+1
| * ; * src/xdisp.c (pos_visible_p): Yet another minor fix for bug#42039.Eli Zaretskii2020-06-261-4/+7
* | MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2020-06-282-15/+0
* | Add thread-naming support for OpenBSDTimo Myyrä2020-06-281-0/+8
* | Use getrandom syscall for noncesPaul Eggert2020-06-272-31/+16
* | Merge from origin/emacs-27Glenn Morris2020-06-262-3/+5
|\ \ | |/
| * ; * src/xdisp.c (pos_visible_p): Fix last change. (Bug#42039)Eli Zaretskii2020-06-261-13/+4
| * Fix posn-at-point at beginning of a display stringEli Zaretskii2020-06-261-4/+14
| * Avoid crashes in 'defconst'Stephen Berman2020-06-201-0/+1
* | Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii2020-06-221-41/+49
* | Consolidate #RGB string parsersMattias Engdegård2020-06-215-230/+155
* | Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich2020-06-201-0/+9
* | Check AREF and aref_addr subscriptsPaul Eggert2020-06-181-7/+9
* | More robust NS hex colour string parsingMattias Engdegård2020-06-081-9/+12
* | Merge from origin/emacs-27Glenn Morris2020-06-072-26/+41
|\ \ | |/
| * * src/xdisp.c (Fwindow_text_pixel_size): Doc fix. (Bug#41737)Eli Zaretskii2020-06-061-25/+35
| * Fix Arabic shaping when eww/shr fill the text to be renderedEli Zaretskii2020-06-051-1/+6
* | Use 65535 as color-values scale value in the NS backendMattias Engdegård2020-06-071-2/+2
* | Avoid zero-width glyphs and the resulting cursor artifactsPip Cet2020-06-051-7/+26
* | Streamline live_*_holdingPaul Eggert2020-06-041-124/+148
* | Make live_*_p more accuratePaul Eggert2020-06-041-40/+60
* | Don’t default to Valgrind unless ENABLE_CHECKINGPaul Eggert2020-06-031-2/+3
* | Make color-distance symmetric and more accurateMattias Engdegård2020-06-031-11/+13
* | Handle mid-gstring face changesPip Cet2020-06-031-0/+1
* | Fix bug in recent byte-code checking hoistPaul Eggert2020-06-021-10/+11
* | Avoid losing composition state in handle_stop_backwardsPip Cet2020-06-021-0/+2
* | ; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii2020-06-021-1/+2
* | Fix Arabic composition rulesEli Zaretskii2020-06-021-1/+2
* | Simplify and regularize some offset tests in alloc.cPaul Eggert2020-06-011-5/+4
* | Merge from origin/emacs-27Paul Eggert2020-06-011-1/+4
|\ \ | |/
| * Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii2020-06-011-1/+4
* | Merge from origin/emacs-27Paul Eggert2020-06-012-34/+13
|\ \ | |/
| * Be more aggressive in marking objects during GCPaul Eggert2020-05-311-16/+10
| * ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.Eli Zaretskii2020-05-311-1/+1
| * Avoid crashes due to bidi cache being reset during redisplayEli Zaretskii2020-05-311-0/+2
* | Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani2020-05-311-1/+1
* | Protect bidi cache from inadvertent resetsEli Zaretskii2020-05-311-0/+4
* | Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii2020-05-301-0/+3
* | Another fix of display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | Fix display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-281-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-05-282-5/+5
|\ \ | |/
| * Fix access to single-byte characters in buffer textEli Zaretskii2020-05-252-5/+5
* | Fix crash with invalid bytecode vectorsPaul Eggert2020-05-271-0/+4
* | --with-wide-int is a no-op on 64-bit hostsPaul Eggert2020-05-271-1/+1