aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Enable inotify on systems with inotify_init yet no init1 variantPo Lu2024-02-221-0/+10
| * | Remove redundant call to 'eln_load_path_final_clean_up'Eli Zaretskii2024-02-211-4/+0
| * | ; * src/lisp.h: Add Lisp_Object tagging scheme overviewMattias Engdegård2024-02-211-0/+10
| * | Slight switch byte op speedupMattias Engdegård2024-02-191-18/+19
| * | Replace XSET_HASH_TABLE with make_lisp_hash_tableMattias Engdegård2024-02-193-15/+9
| * | Use -Wanalyzer-deref-before-check in GCC 14Paul Eggert2024-02-181-1/+1
| * | Do not ignore -Wanalyzer-allocation-size in GCC 14Paul Eggert2024-02-181-1/+1
| * | Remove no-longer-needed pdumper_load workaroundPaul Eggert2024-02-181-4/+1
| * | Ignore fewer GCC -fanalyzer diagnostics in ccl.cPaul Eggert2024-02-181-6/+1
| * | Implement tooltip_reuse_hidden_frame for AndroidPo Lu2024-02-181-1/+52
| * | ; Don't use non-ASCII characters in C comments in xdisp.c.Eli Zaretskii2024-02-171-1/+1
| * | Properly record mtime after insert-file-contents on AndroidPo Lu2024-02-171-1/+9
| * | * src/androidvfs.c (android_scan_directory_tree): Get rid of xstrdup.Po Lu2024-02-161-13/+11
| * | Fix the MS-DOS buildPo Lu2024-02-151-0/+4
| * | Handle /assets and /content file names in `android-browse-url'Po Lu2024-02-151-7/+13
| * | String hashing improvements (spread and performance)Mattias Engdegård2024-02-141-12/+37
| * | Simplify position-symbolPaul Eggert2024-02-131-8/+1
| * | XSYMBOL eassume speedupsPaul Eggert2024-02-131-2/+2
| * | Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-135-57/+55
| * | Remove lisp_h_XCONS etcPaul Eggert2024-02-131-17/+11
| * | Remove lisp_h_PSEUDOVECTORP etcPaul Eggert2024-02-131-19/+12
| * | Remove BASE2_EQPaul Eggert2024-02-133-19/+9
| * | Simplify and speed up EQ againPaul Eggert2024-02-131-11/+6
| * | Simplify and speed up EQPaul Eggert2024-02-131-17/+9
| * | ; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu2024-02-131-1/+1
| * | lread.c: Use bare symbol operationsMattias Engdegård2024-02-121-65/+59
| * | Internal function for obarray performance analysis (bug#68244)Mattias Engdegård2024-02-121-0/+27
| * | ; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-121-1/+1
| * | Disable exec loader when Emacs is running under an existing instancePo Lu2024-02-121-0/+33
| * | Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov2024-02-111-8/+5
| * | Rename a number of native compiler functionsAndrea Corallo2024-02-111-3/+3
| * | Fix 'min-width' display property in 'buffer-text-pixel-size'Eli Zaretskii2024-02-111-3/+0
| * | Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu2024-02-113-20/+21
| * | Make miscellaneous improvements to the Android portPo Lu2024-02-101-12/+11
| * | Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598ePaul Eggert2024-02-081-14/+15
| * | Fix treesit_traverse_get_predicate (bug#68954)Dominique Quatravaux2024-02-081-2/+2
| * | Set adstyle within sfnt font objectsPo Lu2024-02-091-4/+2
| * | Don't lose track of adstyles during face mergingPo Lu2024-02-091-8/+27
| * | Replace a few calls to intern with constant stringsPo Lu2024-02-092-3/+10
| * | ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii2024-02-081-1/+1
| * | Prevent echo area help message from being printed repeatedlyPo Lu2024-02-081-1/+4
| * | Fix earlier change to keyboard.cPo Lu2024-02-081-3/+7
| * | Mention 'C-h' in echo for unfinished commandsDmitry Gutov2024-02-071-0/+13
| * | Rearrange and pack hash table fields to reduce spaceMattias Engdegård2024-02-061-7/+8
| * | Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-064-46/+54
| * | Implement Lisp threading on AndroidPo Lu2024-02-065-9/+115
| * | Don't forcibly display dialogs on Android if a keyboard is presentPo Lu2024-02-063-0/+38
| * | Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-055-99/+49
| * | Don't respect ROUND_XY_TO_GRID when decomposing uninterpreted glyphPo Lu2024-02-051-8/+2
| * | * src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier2024-02-041-1/+1