aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid assertion violations in bidi.cEli Zaretskii2024-02-271-1/+2
| * Fix "emacs -nw" on MS-WindowsEli Zaretskii2024-01-282-2/+7
| * Simplify 'without-restriction'Gregory Heytings2024-01-151-8/+8
* | Implement dead key combination on AndroidPo Lu2024-03-023-5/+148
* | Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-2845-1071/+1860
|\ \
| * | ; Update Lisp_Obarray hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-281-3/+3
| * | Fix display of reordered Arabic textEli Zaretskii2024-02-261-5/+4
| * | Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-245-31/+21
| * | * src/editfns.c (Fget_pos_property): Fix thinko (bug#69358)Stefan Monnier2024-02-241-2/+5
| * | ; Fix last change in lisp.h.Eli Zaretskii2024-02-241-1/+1
| * | Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-242-2/+4
| * | Use the new obarray type for the initial obarrayMattias Engdegård2024-02-231-4/+1
| * | Add a proper type for obarraysMattias Engdegård2024-02-238-182/+463
| * | * src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo2024-02-231-5/+5
| * | * src/fns.c (sxhash_bignum): Include sign bit in hash.Mattias Engdegård2024-02-231-1/+1
| * | * src/fns.c (hash_string): Suppress warning on 32-bit platformsMattias Engdegård2024-02-231-0/+3
| * | Fix bug#69140Po Lu2024-02-231-1/+8
| * | ; Insert missing JNI prologuesPo Lu2024-02-222-0/+16
| * | 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