aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/haiku_select.cc: Include stdckdint.h.Po Lu2024-01-291-0/+1
* | ; Fix typosStefan Kangas2024-01-282-3/+3
* | Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-289-193/+135
* | Rename TAG_PTR to TAG_PTR_INITIALLYPaul Eggert2024-01-282-12/+8
* | * src/lisp.h: Improve TAG_PTR comments.Paul Eggert2024-01-281-4/+9
* | Fix C conformance issue in LISPSYM_INITIALLYPaul Eggert2024-01-281-1/+1
* | Fix "emacs -nw" on MS-WindowsEli Zaretskii2024-01-282-2/+7
* | ; * src/pdumper.c: Fix comments.Eli Zaretskii2024-01-271-11/+9
* | Allow users to opt out of following Windows Dark modeEli Zaretskii2024-01-271-1/+9
* | * src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier2024-01-271-12/+9
* | Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård2024-01-273-34/+48
* | pdumper.c: Minor improvements found while debuggingStefan Monnier2024-01-261-28/+29
* | 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