summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-24Check daemon is initialized before suppressing its init errorsSpencer Baugh
2024-02-23Use the new obarray type for the initial obarrayMattias Engdegård
2024-02-23Add a proper type for obarraysMattias Engdegård
2024-02-23* src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo
2024-02-23* src/fns.c (sxhash_bignum): Include sign bit in hash.Mattias Engdegård
2024-02-23* src/fns.c (hash_string): Suppress warning on 32-bit platformsMattias Engdegård
2024-02-23Fix bug#69140Po Lu
2024-02-22; Insert missing JNI prologuesPo Lu
2024-02-22Enable inotify on systems with inotify_init yet no init1 variantPo Lu
2024-02-21Remove redundant call to 'eln_load_path_final_clean_up'Eli Zaretskii
2024-02-21; * src/lisp.h: Add Lisp_Object tagging scheme overviewMattias Engdegård
2024-02-19Slight switch byte op speedupMattias Engdegård
2024-02-19Replace XSET_HASH_TABLE with make_lisp_hash_tableMattias Engdegård
2024-02-18Use -Wanalyzer-deref-before-check in GCC 14Paul Eggert
2024-02-18Do not ignore -Wanalyzer-allocation-size in GCC 14Paul Eggert
2024-02-18Remove no-longer-needed pdumper_load workaroundPaul Eggert
2024-02-18Ignore fewer GCC -fanalyzer diagnostics in ccl.cPaul Eggert
2024-02-18Implement tooltip_reuse_hidden_frame for AndroidPo Lu
2024-02-17; Don't use non-ASCII characters in C comments in xdisp.c.Eli Zaretskii
2024-02-17Properly record mtime after insert-file-contents on AndroidPo Lu
2024-02-16* src/androidvfs.c (android_scan_directory_tree): Get rid of xstrdup.Po Lu
2024-02-15Fix the MS-DOS buildPo Lu
2024-02-15Handle /assets and /content file names in `android-browse-url'Po Lu
2024-02-14String hashing improvements (spread and performance)Mattias Engdegård
2024-02-13Simplify position-symbolPaul Eggert
2024-02-13XSYMBOL eassume speedupsPaul Eggert
2024-02-13Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert
2024-02-13Remove lisp_h_XCONS etcPaul Eggert
2024-02-13Remove lisp_h_PSEUDOVECTORP etcPaul Eggert
2024-02-13Remove BASE2_EQPaul Eggert
2024-02-13Simplify and speed up EQ againPaul Eggert
2024-02-13Simplify and speed up EQPaul Eggert
2024-02-13; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu
2024-02-12lread.c: Use bare symbol operationsMattias Engdegård
2024-02-12Internal function for obarray performance analysis (bug#68244)Mattias Engdegård
2024-02-12; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios
2024-02-12Disable exec loader when Emacs is running under an existing instancePo Lu
2024-02-11Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov
2024-02-11Rename a number of native compiler functionsAndrea Corallo
2024-02-11Fix 'min-width' display property in 'buffer-text-pixel-size'Eli Zaretskii
2024-02-11Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu
2024-02-10Make miscellaneous improvements to the Android portPo Lu
2024-02-08Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598ePaul Eggert
2024-02-08Fix treesit_traverse_get_predicate (bug#68954)Dominique Quatravaux
2024-02-09Set adstyle within sfnt font objectsPo Lu
2024-02-09Don't lose track of adstyles during face mergingPo Lu
2024-02-09Replace a few calls to intern with constant stringsPo Lu
2024-02-08; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii
2024-02-08Prevent echo area help message from being printed repeatedlyPo Lu
2024-02-08Fix earlier change to keyboard.cPo Lu