aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pdumder.c: Fix bug#68690Stefan Monnier2024-01-261-2/+4
* | Fix crash backtraces on MS-Windows, broken by ASLREli Zaretskii2024-01-261-3/+23
* | Avert race condition between window attachment and buffer swapPo Lu2024-01-263-1/+40
* | ; Update 'struct charset' hash for CHECK_STRUCTSBasil L. Contovounesios2024-01-251-1/+1
* | Prevent matrices from remaining invalid post mini-window resizePo Lu2024-01-252-4/+11
* | * src/lisp.h (DOHASH): Handle rehashing (bug#68690)Stefan Monnier2024-01-241-14/+24
* | Fix build when CHECK_LISP_OBJECT_TYPE is setStefan Monnier2024-01-241-1/+6
* | (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-246-13/+20
* | (DOHASH): Change calling conventionStefan Monnier2024-01-249-52/+51
* | Remove too-tricky make_lisp_symbol optimizationStefan Monnier2024-01-231-10/+14
* | (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-233-16/+29
* | ; Fix DOHASHGerd Möllmann2024-01-231-1/+3
* | Correct crash when executing IP within twilight zonePo Lu2024-01-231-0/+12
* | * src/sfnt.c (sfnt_mul_f26dot6_fixed): Correct typo in last change.Po Lu2024-01-231-1/+1
* | * src/regex-emacs.c (forall_firstchar_1): Improve corner caseStefan Monnier2024-01-221-2/+12
* | * src/pdumper.c (dump_object_needs_dumping_p): SimplifyStefan Monnier2024-01-221-15/+4
* | Do not overwrite flags of succeeding points during generic movePo Lu2024-01-221-0/+6
* | Correct values of INSTCTRL flags testedPo Lu2024-01-221-46/+36
* | Add an eassert back to XSYMBOLPaul Eggert2024-01-211-1/+6
* | Speed up builtin_lisp_symbol when not optimizingPaul Eggert2024-01-211-2/+7
* | Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-214-29/+29
* | Make better use of fixnum range in sxhash etcMattias Engdegård2024-01-211-20/+25
* | Clarify permitted mutation in `maphash` documentationMattias Engdegård2024-01-211-0/+2
* | Add C macro for hash table iterationMattias Engdegård2024-01-218-82/+59
* | Speed up make_lisp_symbol when debuggingPaul Eggert2024-01-201-1/+1
* | Simplify and tune XSYMBOLPaul Eggert2024-01-201-4/+1
* | Be more systematic about parens in C source codePaul Eggert2024-01-2042-301/+301
* | Omit some parensPaul Eggert2024-01-201-2/+2
* | Pacify gcc -Wsuggest-attribute=mallocPaul Eggert2024-01-201-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-01-201-1/+1
|\ \ | |/
| * Fix blunder in labeled_narrow_to_regionGregory Heytings2024-01-141-1/+1
* | Round projs computed executing IP/ISECT instructions and improve IUPPo Lu2024-01-201-31/+75
* | Fix another cause of superfluous inotify signals on AndroidPo Lu2024-01-191-0/+13
* | Don't use Qunbound as hash table key when printing (bug#68244)Mattias Engdegård2024-01-181-1/+2
* | Only use a hash index size of 1 for tables with size 0 (bug#68244)Mattias Engdegård2024-01-181-5/+10
* | ; * src/androidterm.c (handle_one_android_event): Fix typo.Po Lu2024-01-181-2/+2
* | Increase accuracy of IP instructionPo Lu2024-01-171-3/+83
* | Update pdumper hashes for buffer and Lisp_Hash_TableMattias Engdegård2024-01-161-2/+2
* | More efficient hash table thawingMattias Engdegård2024-01-161-21/+31
* | ; * src/xterm.c (x_focus_frame): Insert missing unblock_input.Po Lu2024-01-151-1/+4
* | Make object-intervals linear instead of quadraticMattias Engdegård2024-01-141-7/+7
* | Speed up sxhash-equal-including-propertiesMattias Engdegård2024-01-141-8/+14
* | Retype traverse_interval arg type from Lisp_Object to void *Mattias Engdegård2024-01-144-21/+24
* | Correct implementations of FLIPRGON and FLIPRGOFFPo Lu2024-01-141-5/+5
* | Fix bug#65116Po Lu2024-01-141-4/+30
* | Hash-table documentation updates (bug#68244)Mattias Engdegård2024-01-131-8/+8
* | Don't pretend that hash-table-size is usefulMattias Engdegård2024-01-131-4/+8
* | Change hash_hash_t to uint32_tMattias Engdegård2024-01-132-36/+43
* | Use key Qunbound instead of hash value hash_unused for free entriesMattias Engdegård2024-01-134-24/+12
* | Don't dump QunboundMattias Engdegård2024-01-132-1/+19