aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * src/lread.c (bytecode_from_rev_list): Fix thinkoStefan Monnier2024-02-011-1/+1
* * src/lread.c (bytecode_from_rev_list): Re-group checksStefan Monnier2024-02-011-25/+27
* macfont.m: Fix values for font widths and weights on macOSStanislav Yaglo2024-02-011-28/+68
* * src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu2024-02-011-1/+12
* Prevent continuation from affecting tab width in/after line prefixPo Lu2024-02-013-18/+74
* Bytecode engine fast-path streamlining of plain symbolsMattias Engdegård2024-01-311-9/+11
* Eliminate lazy bytecode loadingMattias Engdegård2024-01-313-96/+39
* Allow equal user-defined hash table tests with different namesMattias Engdegård2024-01-311-1/+4
* Don't hang when display objects are displaced by line or wrap-prefixesPo Lu2024-01-311-65/+135
* ; Spelling fixesPaul Eggert2024-01-301-1/+1
* ; * src/sfnt.c: Fix standalone compilation.Po Lu2024-01-291-2/+3
* * 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