aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-17Use the new obarray type for the initial obarrayMattias Engdegård1-4/+1
2024-02-17Add a proper type for obarraysMattias Engdegård8-179/+457
2024-02-17; Don't use non-ASCII characters in C comments in xdisp.c.Eli Zaretskii1-1/+1
2024-02-17Properly record mtime after insert-file-contents on AndroidPo Lu1-1/+9
2024-02-16* src/androidvfs.c (android_scan_directory_tree): Get rid of xstrdup.Po Lu1-13/+11
2024-02-15Fix the MS-DOS buildPo Lu1-0/+4
2024-02-15Handle /assets and /content file names in `android-browse-url'Po Lu1-7/+13
2024-02-14String hashing improvements (spread and performance)Mattias Engdegård1-12/+37
2024-02-13Simplify position-symbolPaul Eggert1-8/+1
2024-02-13XSYMBOL eassume speedupsPaul Eggert1-2/+2
2024-02-13Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert5-57/+55
2024-02-13Remove lisp_h_XCONS etcPaul Eggert1-17/+11
2024-02-13Remove lisp_h_PSEUDOVECTORP etcPaul Eggert1-19/+12
2024-02-13Remove BASE2_EQPaul Eggert3-19/+9
2024-02-13Simplify and speed up EQ againPaul Eggert1-11/+6
2024-02-13Simplify and speed up EQPaul Eggert1-17/+9
2024-02-13; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu1-1/+1
2024-02-12lread.c: Use bare symbol operationsMattias Engdegård1-65/+59
2024-02-12Internal function for obarray performance analysis (bug#68244)Mattias Engdegård1-0/+27
2024-02-12; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios1-1/+1
2024-02-12Disable exec loader when Emacs is running under an existing instancePo Lu1-0/+33
2024-02-11Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov1-8/+5
2024-02-11Rename a number of native compiler functionsAndrea Corallo1-3/+3
2024-02-11Fix 'min-width' display property in 'buffer-text-pixel-size'Eli Zaretskii1-3/+0
2024-02-11Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu3-20/+21
2024-02-10Make miscellaneous improvements to the Android portPo Lu1-12/+11
2024-02-08Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598ePaul Eggert1-14/+15
2024-02-08Fix treesit_traverse_get_predicate (bug#68954)Dominique Quatravaux1-2/+2
2024-02-09Set adstyle within sfnt font objectsPo Lu1-4/+2
2024-02-09Don't lose track of adstyles during face mergingPo Lu1-8/+27
2024-02-09Replace a few calls to intern with constant stringsPo Lu2-3/+10
2024-02-08; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii1-1/+1
2024-02-08Prevent echo area help message from being printed repeatedlyPo Lu1-1/+4
2024-02-08Fix earlier change to keyboard.cPo Lu1-3/+7
2024-02-07Mention 'C-h' in echo for unfinished commandsDmitry Gutov1-0/+13
2024-02-06Rearrange and pack hash table fields to reduce spaceMattias Engdegård1-7/+8
2024-02-06Change hash range reduction from remainder to multiplicationMattias Engdegård4-46/+54
2024-02-06Implement Lisp threading on AndroidPo Lu5-9/+115
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu3-0/+38
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier5-99/+49
2024-02-05Don't respect ROUND_XY_TO_GRID when decomposing uninterpreted glyphPo Lu1-8/+2
2024-02-04* src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier1-1/+1
2024-02-04* src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier1-2/+8
2024-02-04* src/window.c (set_window_buffer): Flush the `base_line_number` cacheStefan Monnier1-0/+2
2024-02-04(w->base_line_number): Rework the way we flush the cacheStefan Monnier1-36/+46
2024-02-04; Fix typosStefan Kangas1-1/+1
2024-02-04Fix display of invisible text with opposite directionalityEli Zaretskii1-33/+158
2024-02-03textconv.c: Fix warnings with-wide-intStefan Monnier1-7/+3
2024-02-02Pacify gcc -Wpointer-signPaul Eggert1-1/+1
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2-46/+31