aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-08Special-case symbol and fixnum keys in member, assoc and rassocMattias Engdegård1-0/+14
2020-07-07Avoid infloop in 'format-mode-line'Eli Zaretskii1-0/+16
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani1-0/+2
2020-06-28MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2-15/+0
2020-06-28Add thread-naming support for OpenBSDTimo Myyrä1-0/+8
2020-06-27Use getrandom syscall for noncesPaul Eggert2-31/+16
2020-06-27* src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii1-1/+1
2020-06-26; * src/xdisp.c (pos_visible_p): Yet another minor fix for bug#42039.Eli Zaretskii1-4/+7
2020-06-26; * src/xdisp.c (pos_visible_p): Fix last change. (Bug#42039)Eli Zaretskii1-13/+4
2020-06-26Fix posn-at-point at beginning of a display stringEli Zaretskii1-4/+14
2020-06-22Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii1-41/+49
2020-06-21Consolidate #RGB string parsersMattias Engdegård5-230/+155
2020-06-20Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich1-0/+9
2020-06-20Avoid crashes in 'defconst'Stephen Berman1-0/+1
2020-06-18Check AREF and aref_addr subscriptsPaul Eggert1-7/+9
2020-06-08More robust NS hex colour string parsingMattias Engdegård1-9/+12
2020-06-07Use 65535 as color-values scale value in the NS backendMattias Engdegård1-2/+2
2020-06-06* src/xdisp.c (Fwindow_text_pixel_size): Doc fix. (Bug#41737)Eli Zaretskii1-25/+35
2020-06-05Avoid zero-width glyphs and the resulting cursor artifactsPip Cet1-7/+26
2020-06-05Fix Arabic shaping when eww/shr fill the text to be renderedEli Zaretskii1-1/+6
2020-06-04Streamline live_*_holdingPaul Eggert1-124/+148
2020-06-04Make live_*_p more accuratePaul Eggert1-40/+60
2020-06-03Don’t default to Valgrind unless ENABLE_CHECKINGPaul Eggert1-2/+3
2020-06-03Make color-distance symmetric and more accurateMattias Engdegård1-11/+13
2020-06-03Handle mid-gstring face changesPip Cet1-0/+1
2020-06-02Fix bug in recent byte-code checking hoistPaul Eggert1-10/+11
2020-06-02Avoid losing composition state in handle_stop_backwardsPip Cet1-0/+2
2020-06-02; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii1-1/+2
2020-06-02Fix Arabic composition rulesEli Zaretskii1-1/+2
2020-06-01Simplify and regularize some offset tests in alloc.cPaul Eggert1-5/+4
2020-06-01Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii1-1/+4
2020-05-31Be more aggressive in marking objects during GCPaul Eggert1-16/+10
2020-05-31Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani1-1/+1
2020-05-31; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.Eli Zaretskii1-1/+1
2020-05-31Protect bidi cache from inadvertent resetsEli Zaretskii1-0/+4
2020-05-31Avoid crashes due to bidi cache being reset during redisplayEli Zaretskii1-0/+2
2020-05-30Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii1-0/+3
2020-05-29Another fix of display of line-prefix with fringe bitmapsEli Zaretskii1-0/+6
2020-05-29Fix display of line-prefix with fringe bitmapsEli Zaretskii1-0/+6
2020-05-28Document that {en,de}code-coding-string preserve match dataMattias Engdegård1-2/+2
2020-05-27Fix crash with invalid bytecode vectorsPaul Eggert1-0/+4
2020-05-27--with-wide-int is a no-op on 64-bit hostsPaul Eggert1-1/+1
2020-05-27Omit unnecessary USE_LAB_TAG #ifPaul Eggert1-6/+0
2020-05-26Tweak GC performance if !USE_LSB_TAGPaul Eggert1-2/+19
2020-05-26Port struct Lisp_FLoat to oddball platformsPaul Eggert1-1/+3
2020-05-25Move union emacs_align_type to alloc.cPaul Eggert2-41/+41
2020-05-25Further fix for aborts due to GC losing pseudovectorsPaul Eggert2-19/+58
2020-05-25Refix aborts due to GC losing pseudovectorsPaul Eggert2-61/+14
2020-05-25Fix aborts due to GC losing pseudovectorsPaul Eggert3-29/+78
2020-05-25Fix access to single-byte characters in buffer textEli Zaretskii2-5/+5