aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | * src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier2024-02-041-2/+8
| * | * src/window.c (set_window_buffer): Flush the `base_line_number` cacheStefan Monnier2024-02-041-0/+2
| * | (w->base_line_number): Rework the way we flush the cacheStefan Monnier2024-02-041-36/+46
| * | ; Fix typosStefan Kangas2024-02-041-1/+1
| * | Fix display of invisible text with opposite directionalityEli Zaretskii2024-02-041-33/+158
| * | textconv.c: Fix warnings with-wide-intStefan Monnier2024-02-031-7/+3
| * | Pacify gcc -Wpointer-signPaul Eggert2024-02-021-1/+1
| * | bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-022-46/+31
| * | * 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/data.c (Ftype_of): Update comment.Andrea Corallo2024-02-271-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