aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Properly sort results for partial font specsPo Lu2024-01-131-2/+47
* | ; * src/lisp.h (struct Lisp_Hash_Table): Add ASCII art.Mattias Engdegård2024-01-121-3/+25
* | ; * src/fns.c (Fmake_hash_table): ensure `test` is a bare symbolMattias Engdegård2024-01-122-15/+12
* | Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-128-22/+32
* | ; * src/alloc.c (purecopy_hash_table): SimplifyMattias Engdegård2024-01-121-15/+5
* | Refactor hash table vector reallocationMattias Engdegård2024-01-121-31/+29
* | Refactor: extract hash and index computations to functionsMattias Engdegård2024-01-123-17/+26
* | ; * src/fns.c (collect_interval): Move misplaced function.Mattias Engdegård2024-01-121-9/+9
* | Refactor: less layering violation in composite.hMattias Engdegård2024-01-121-10/+8
* | Decouple profiler from Lisp hash table internalsMattias Engdegård2024-01-124-219/+295
* | ; * src/pdumper.c (dump_hash_table): Remove unused argument.Mattias Engdegård2024-01-121-4/+2
* | Add internal hash-table debug functionsMattias Engdegård2024-01-121-0/+65
* | * src/nsfont.m (nsfont_open): Fix Ffont_xlfd_name args.Michael Albinus2024-01-121-1/+1
* | Esplain how to turn off GDB display of inferior-eventsRichard M. Stallman2024-01-101-0/+4
* | Fix use after free in androidvfs.cStefan Kangas2024-01-101-2/+2
* | Remove redundant casts from void* with malloc functionsStefan Kangas2024-01-105-15/+8
* | ; Minor edits to PROBLEMS and sfnt.cPo Lu2024-01-101-2/+0
* | Use `min`/`max` macros in a few more placesStefan Kangas2024-01-098-20/+14
* | ; Fix a crash in sfnt_read_fvar_tablePo Lu2024-01-081-1/+1
* | Properly instruct Italic Arial or BS Mono at small PPEM sizesPo Lu2024-01-082-37/+128
* | Remove redundant conversion from bool to boolStefan Kangas2024-01-081-1/+1
* | ; Delete a superfluous bitwise 'or'Stefan Kangas2024-01-081-1/+0
* | Pacify Ubuntu GCC 13.2 in x_get_local_selectionPaul Eggert2024-01-061-0/+6
* | Pacify Ubuntu GCC 13.2 in set_marker_internalPaul Eggert2024-01-061-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2024-01-062-3/+7
|\ \ | |/
| * * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.Andrea Corallo2024-01-041-2/+2
| * ; * src/window.c (Fset_window_margins): Doc fix.Eli Zaretskii2024-01-031-1/+5
* | Revert "Add new `swap` macro and use it"Po Lu2024-01-0613-39/+99
* | Properly parse TTC tables with digital signaturesPo Lu2024-01-061-3/+3
* | Add new `swap` macro and use itStefan Kangas2024-01-0613-99/+39
* | (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-044-66/+26
* | (signal_or_quit): Preserve error object identityStefan Monnier2024-01-042-38/+32
* | eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier2024-01-041-23/+32
* | Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-043-25/+27
* | New special form `handler-bind`Stefan Monnier2024-01-042-17/+121
* | Prefer build_unibyte_string where applicableStefan Kangas2024-01-042-2/+2
* | Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas2024-01-041-1/+1
* | Don't magnify extent of shifts by variable glyph interpolationPo Lu2024-01-031-8/+14
* | Don't include sheap.h in sysdep.cStefan Kangas2024-01-031-1/+0
* | Delete obsolete GC debugging codeStefan Kangas2024-01-031-102/+0
* | Don't include sheap.h from alloc.cStefan Kangas2024-01-021-1/+0
* | Improve rounding of projection vector versorsPo Lu2024-01-021-5/+21
* | ; Add 2024 to copyright yearsPo Lu2024-01-0219-19/+19
* | Merge from savannah/emacs-29Po Lu2024-01-02259-259/+259
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-02259-259/+259
* | Bring GX point interpolation further into standards compliancePo Lu2024-01-011-269/+182
* | Revert "Get NS screen resolution from system"Alan Third2023-12-311-5/+2
* | Prevent overlapping sections of glyphs from being misalignedPo Lu2023-12-311-2/+7
* | ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu2023-12-311-1/+1
* | ; * src/alloc.c (garbage_collect): Fix typo.Stefan Kangas2023-12-301-1/+1